]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/dialogs.css
Add feedback support.
[irc/quakenet/qwebirc.git] / static / css / dialogs.css
1 /**************** LOGIN BOX *******************/
2
3 .qwebirc-centrebox {
4 height: 100%;
5 width: 100%;
6 }
7
8 .qwebirc-centrebox table {
9 width: 100%;
10 }
11
12 .qwebirc-centrebox table table {
13 width: auto;
14 }
15 .qwebirc-loginbox .tr1 td {
16 width: 100%;
17 text-align: center;
18 }
19
20 .qwebirc-loginbox .tr2 td {
21 vertical-align: top;
22 }
23
24 .qwebirc-loginbox .tr2 table {
25 margin-left: auto;
26 margin-right: auto;
27 text-align: left;
28 }
29
30 /**************** CONFIRM LOGIN BOX *******************/
31 .qwebirc-confirmbox {
32 width: 100%;
33 vertical-align: middle;
34 }
35
36 .qwebirc-confirmbox .tr1 td {
37 width: 100%;
38 vertical-align: bottom;
39 text-align: center;
40 }
41
42 .qwebirc-confirmbox .tr2 td {
43 width: 100%;
44 vertical-align: top;
45 text-align: center;
46 }
47
48 /**************** ABOUT PANE *******************/
49 .qwebirc-aboutpane {
50 font-size: 1em !important;
51 }
52
53 .qwebirc-aboutpane .mainbody {
54 font-size: 0.8em;
55 text-align: center;
56 padding: 5px;
57 }
58
59 .qwebirc-aboutpane table {
60 display: inline-block;
61 }
62
63 .qwebirc-aboutpane div.header {
64 padding-top: 5px;
65 }
66
67 .qwebirc-aboutpane .header {
68 background: white;
69 text-align: center;
70 border-bottom: 1px solid gray;
71 padding-bottom: 5px;
72 }
73
74 .qwebirc-aboutpane .header .title {
75 font-size: 4em;
76 }
77
78 .qwebirc-aboutpane .header .subtitle {
79 text-align: center;
80 margin-top: 10px;
81 }
82
83 .qwebirc-aboutpane .skipmargin {
84 margin-top: 0px;
85 }
86
87 /**************** EMBEDDED WIZARD *******************/
88 div.qwebirc-embeddedwizard {
89 padding-left: 5px;
90 padding-top: 2px;
91 }
92
93 .qwebirc-embeddedwizard input.text {
94 width: 300px;
95 }
96
97 .qwebirc-embeddedwizard input.iframetext {
98 width: 95%;
99 }
100
101 .qwebirc-embeddedwizard div.wizardcontrols {
102 position: absolute;
103 bottom: 3px;
104 right: 6px;
105 }
106
107 .qwebirc-embeddedwizard .wizardcontrols input {
108 width: 70px;
109 }
110
111 /**************** PRIVACY POLICY PANE *******************/
112 .qwebirc-privacypolicypane {
113 font-size: 1em !important;
114 }
115
116 .qwebirc-privacypolicypane .mainbody {
117 font-size: 0.8em;
118 text-align: center;
119 padding: 5px;
120 }
121
122 .qwebirc-privacypolicypane table {
123 display: inline-block;
124 }
125
126 .qwebirc-privacypolicypane div.header {
127 padding-top: 5px;
128 }
129
130 .qwebirc-privacypolicypane .header {
131 background: white;
132 text-align: center;
133 border-bottom: 1px solid gray;
134 padding-bottom: 5px;
135 }
136
137 .qwebirc-privacypolicypane .header .title {
138 font-size: 4em;
139 }
140
141 .qwebirc-privacypolicypane .header .subtitle {
142 text-align: center;
143 margin-top: 10px;
144 }
145
146 .qwebirc-privacypolicypane .monospace {
147 font-family: Consolas, "Lucida Console", monospace;
148 }
149
150 /****** FEEDBACK ***********/
151 .qwebirc-feedbackpane {
152 font-size: 1em !important;
153 }
154
155 .qwebirc-feedbackpane .mainbody {
156 font-size: 0.8em;
157 text-align: center;
158 padding: 5px;
159 }
160
161 .qwebirc-feedbackpane table {
162 display: inline-block;
163 }
164
165 .qwebirc-feedbackpane div.header {
166 padding-top: 5px;
167 }
168
169 .qwebirc-feedbackpane .header {
170 background: white;
171 text-align: center;
172 border-bottom: 1px solid gray;
173 padding-bottom: 5px;
174 }
175
176 .qwebirc-feedbackpane .header .title {
177 font-size: 4em;
178 }
179
180 .qwebirc-feedbackpane .header .subtitle {
181 text-align: center;
182 margin-top: 10px;
183 }
184
185 .qwebirc-feedbackpane .monospace {
186 font-family: Consolas, "Lucida Console", monospace;
187 }
188
189 .qwebirc .loading {
190 padding-left: 4px;
191 padding-top: 3px;
192 font-size: 0.8em;
193 }