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