]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/dialogs.css
Merge pull request #373 from retropc/kill_flash
[irc/quakenet/qwebirc.git] / css / dialogs.css
CommitLineData
7db05815 1/**************** LOGIN BOX *******************/
d3ab254a
CP
2
3.qwebirc-centrebox {
e1a91a8a
CP
4 height: 100%;
5 width: 100%;
e1a91a8a
CP
6}
7
d3ab254a 8.qwebirc-centrebox table {
e1a91a8a 9 width: 100%;
e1a91a8a
CP
10}
11
d3ab254a
CP
12.qwebirc-centrebox table table {
13 width: auto;
14}
66619e20 15
d3ab254a 16.qwebirc-loginbox .tr1 td {
e1a91a8a 17 width: 100%;
e1a91a8a
CP
18 text-align: center;
19}
20
66619e20
CP
21.bar-spacer {
22 height: 5px;
23}
24
25.collapse {
26 border-spacing: 0;
27 padding: 0;
28}
29
e82478eb 30.qwebirc-loginbox .tr2 td {
66619e20 31 vertical-align: middle;
e82478eb
CP
32}
33
e1a91a8a
CP
34.qwebirc-loginbox .tr2 table {
35 margin-left: auto;
36 margin-right: auto;
37 text-align: left;
38}
39
66619e20 40.qwebirc-loginbox .bar {
66619e20 41 height: 8px;
13afa38f
CP
42 background: white;
43 border-bottom: 1px rgb(95,110,124) solid;
44 border-top: 1px rgb(95,110,124) solid;
66619e20
CP
45}
46
47.qwebirc-loginbox .bar-background {
66619e20 48 height: 68px;
13afa38f 49 background: rgb(95,110,124);
66619e20
CP
50 padding: 10px;
51}
52
53.qwebirc-loginbox .bar-logo {
66619e20
CP
54 width: 225px;
55 height: 68px;
56 left: 50%;
57 margin: 0 auto;
58 margin-top: 3px;
66619e20
CP
59 _background: none;
60}
61
65f2c94c
CP
62.qwebirc-loginbox input#loginnickname, .qwebirc-loginbox input#loginchannels {
63 width: 200px;
64}
65
7db05815 66/**************** CONFIRM LOGIN BOX *******************/
e1a91a8a 67.qwebirc-confirmbox {
e1a91a8a
CP
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
7db05815 84/**************** ABOUT PANE *******************/
e1a91a8a 85.qwebirc-aboutpane {
e1a91a8a 86 font-size: 1em !important;
e1a91a8a
CP
87}
88
89.qwebirc-aboutpane .mainbody {
90 font-size: 0.8em;
91 text-align: center;
e82478eb 92 padding: 5px;
e1a91a8a
CP
93}
94
95.qwebirc-aboutpane table {
e82478eb 96 display: inline-block;
e1a91a8a
CP
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 {
f3d0c9f5 111 font-size: 3em;
e1a91a8a
CP
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
7db05815 123/**************** EMBEDDED WIZARD *******************/
e1a91a8a
CP
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 {
e1a91a8a
CP
138}
139
140.qwebirc-embeddedwizard .wizardcontrols input {
684456be 141 min-width: 70px;
e1a91a8a 142}
bdf475c4
CP
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 {
f3d0c9f5 171 font-size: 3em;
bdf475c4
CP
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}
a223dd67 182
391f51ff
CP
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 {
f3d0c9f5 210 font-size: 3em;
391f51ff
CP
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
f3d0c9f5
CP
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
a223dd67
CP
264.qwebirc .loading {
265 padding-left: 4px;
266 padding-top: 3px;
267 font-size: 0.8em;
268}
f3d0c9f5 269
889ecb33
CP
270/************* OPTIONS *****************/
271
272.qwebirc-optionspane div.hue-slider {
273 border: 0px solid black;
274 width: 360px;
275 height: 8px;
fbe5af77 276 background-image: url(../images/hue.png);
a1fe9cd7
CP
277 margin-top: 5px;
278 margin-bottom: 5px;
889ecb33
CP
279}
280
281.qwebirc-optionspane div.hue-slider .knob {
282 width: 8px;
283 height: 16px;
284 top: -5px;
285 opacity: 0.75;
286 background: grey;
287 border: 1px solid black;
288}
289