]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/dialogs.css
add logo to start page
[irc/quakenet/qwebirc.git] / 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
16 .qwebirc-loginbox .tr1 td {
17 width: 100%;
18 text-align: center;
19 }
20
21 .bar-spacer {
22 height: 5px;
23 }
24
25 .collapse {
26 border-spacing: 0;
27 padding: 0;
28 }
29
30 .qwebirc-loginbox .tr2 td {
31 vertical-align: middle;
32 }
33
34 .qwebirc-loginbox .tr2 table {
35 margin-left: auto;
36 margin-right: auto;
37 text-align: left;
38 }
39
40 .qwebirc-loginbox .bar {
41 background: url(../images/logo.png) 0 -68px repeat-x;
42 height: 8px;
43 }
44
45 .qwebirc-loginbox .bar-background {
46 background: url(../images/logo.png) 0 -76px repeat-x;
47 height: 68px;
48 padding: 10px;
49 }
50
51 .qwebirc-loginbox .bar-logo {
52 background: url(../images/logo.png);
53 width: 225px;
54 height: 68px;
55 left: 50%;
56 margin: 0 auto;
57 margin-top: 3px;
58 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo.png',sizingMethod='crop');
59 _background: none;
60 }
61
62 .qwebirc-loginbox input#loginnickname, .qwebirc-loginbox input#loginchannels {
63 width: 200px;
64 }
65
66 /**************** CONFIRM LOGIN BOX *******************/
67 .qwebirc-confirmbox {
68 width: 100%;
69 vertical-align: middle;
70 }
71
72 .qwebirc-confirmbox .tr1 td {
73 width: 100%;
74 vertical-align: bottom;
75 text-align: center;
76 }
77
78 .qwebirc-confirmbox .tr2 td {
79 width: 100%;
80 vertical-align: top;
81 text-align: center;
82 }
83
84 /**************** ABOUT PANE *******************/
85 .qwebirc-aboutpane {
86 font-size: 1em !important;
87 }
88
89 .qwebirc-aboutpane .mainbody {
90 font-size: 0.8em;
91 text-align: center;
92 padding: 5px;
93 }
94
95 .qwebirc-aboutpane table {
96 display: inline-block;
97 }
98
99 .qwebirc-aboutpane div.header {
100 padding-top: 5px;
101 }
102
103 .qwebirc-aboutpane .header {
104 background: white;
105 text-align: center;
106 border-bottom: 1px solid gray;
107 padding-bottom: 5px;
108 }
109
110 .qwebirc-aboutpane .header .title {
111 font-size: 3em;
112 }
113
114 .qwebirc-aboutpane .header .subtitle {
115 text-align: center;
116 margin-top: 10px;
117 }
118
119 .qwebirc-aboutpane .skipmargin {
120 margin-top: 0px;
121 }
122
123 /**************** EMBEDDED WIZARD *******************/
124 div.qwebirc-embeddedwizard {
125 padding-left: 5px;
126 padding-top: 2px;
127 }
128
129 .qwebirc-embeddedwizard input.text {
130 width: 300px;
131 }
132
133 .qwebirc-embeddedwizard input.iframetext {
134 width: 95%;
135 }
136
137 .qwebirc-embeddedwizard div.wizardcontrols {
138 }
139
140 .qwebirc-embeddedwizard .wizardcontrols input {
141 width: 70px;
142 }
143
144 /**************** PRIVACY POLICY PANE *******************/
145 .qwebirc-privacypolicypane {
146 font-size: 1em !important;
147 }
148
149 .qwebirc-privacypolicypane .mainbody {
150 font-size: 0.8em;
151 text-align: center;
152 padding: 5px;
153 }
154
155 .qwebirc-privacypolicypane table {
156 display: inline-block;
157 }
158
159 .qwebirc-privacypolicypane div.header {
160 padding-top: 5px;
161 }
162
163 .qwebirc-privacypolicypane .header {
164 background: white;
165 text-align: center;
166 border-bottom: 1px solid gray;
167 padding-bottom: 5px;
168 }
169
170 .qwebirc-privacypolicypane .header .title {
171 font-size: 3em;
172 }
173
174 .qwebirc-privacypolicypane .header .subtitle {
175 text-align: center;
176 margin-top: 10px;
177 }
178
179 .qwebirc-privacypolicypane .monospace {
180 font-family: Consolas, "Lucida Console", monospace;
181 }
182
183 /****** FEEDBACK ***********/
184 .qwebirc-feedbackpane {
185 font-size: 1em !important;
186 }
187
188 .qwebirc-feedbackpane .mainbody {
189 font-size: 0.8em;
190 text-align: center;
191 padding: 5px;
192 }
193
194 .qwebirc-feedbackpane table {
195 display: inline-block;
196 }
197
198 .qwebirc-feedbackpane div.header {
199 padding-top: 5px;
200 }
201
202 .qwebirc-feedbackpane .header {
203 background: white;
204 text-align: center;
205 border-bottom: 1px solid gray;
206 padding-bottom: 5px;
207 }
208
209 .qwebirc-feedbackpane .header .title {
210 font-size: 3em;
211 }
212
213 .qwebirc-feedbackpane .header .subtitle {
214 text-align: center;
215 margin-top: 10px;
216 }
217
218 .qwebirc-feedbackpane .monospace {
219 font-family: Consolas, "Lucida Console", monospace;
220 }
221
222 /************* FAQ *****************/
223
224 .qwebirc-faqpane {
225 font-size: 1em !important;
226 }
227
228 .qwebirc-faqpane .mainbody {
229 font-size: 0.8em;
230 text-align: center;
231 padding: 5px;
232 margin-left: 20px;
233 margin-right: 20px;
234 }
235
236 .qwebirc-faqpane table {
237 display: inline-block;
238 }
239
240 .qwebirc-faqpane div.header {
241 padding-top: 5px;
242 }
243
244 .qwebirc-faqpane .header {
245 background: white;
246 text-align: center;
247 border-bottom: 1px solid gray;
248 padding-bottom: 5px;
249 }
250
251 .qwebirc-faqpane .header .title {
252 font-size: 3em;
253 }
254
255 .qwebirc-faqpane .header .subtitle {
256 text-align: center;
257 margin-top: 10px;
258 }
259
260 .qwebirc-faqpane .monospace {
261 font-family: Consolas, "Lucida Console", monospace;
262 }
263
264 .qwebirc .loading {
265 padding-left: 4px;
266 padding-top: 3px;
267 font-size: 0.8em;
268 }
269
270 /************* OPTIONS *****************/
271
272 .qwebirc-optionspane div.hue-slider {
273 border: 0px solid black;
274 width: 360px;
275 height: 8px;
276 background-image: url(../images/hue.png);
277 }
278
279 .qwebirc-optionspane div.hue-slider .knob {
280 width: 8px;
281 height: 16px;
282 top: -5px;
283 opacity: 0.75;
284 background: grey;
285 border: 1px solid black;
286 }
287