]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/dialogs.css
Add a much better QuakeNet login system.
[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 .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 .qwebirc-loginbox input#loginnickname, .qwebirc-loginbox input#loginchannels {
31 width: 200px;
32 }
33
34 /**************** CONFIRM LOGIN BOX *******************/
35 .qwebirc-confirmbox {
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
52 /**************** ABOUT PANE *******************/
53 .qwebirc-aboutpane {
54 font-size: 1em !important;
55 }
56
57 .qwebirc-aboutpane .mainbody {
58 font-size: 0.8em;
59 text-align: center;
60 padding: 5px;
61 }
62
63 .qwebirc-aboutpane table {
64 display: inline-block;
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 {
79 font-size: 3em;
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
91 /**************** EMBEDDED WIZARD *******************/
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 {
106 }
107
108 .qwebirc-embeddedwizard .wizardcontrols input {
109 width: 70px;
110 }
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 {
139 font-size: 3em;
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 }
150
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 {
178 font-size: 3em;
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
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
232 .qwebirc .loading {
233 padding-left: 4px;
234 padding-top: 3px;
235 font-size: 0.8em;
236 }
237
238 /************* OPTIONS *****************/
239
240 .qwebirc-optionspane div.hue-slider {
241 border: 0px solid black;
242 width: 360px;
243 height: 8px;
244 background-image: url(../images/hue.png);
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