]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/dialogs.css
Move wizard buttons and alter title.
[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
7db05815 30/**************** CONFIRM LOGIN BOX *******************/
e1a91a8a 31.qwebirc-confirmbox {
e1a91a8a
CP
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
7db05815 48/**************** ABOUT PANE *******************/
e1a91a8a 49.qwebirc-aboutpane {
e1a91a8a 50 font-size: 1em !important;
e1a91a8a
CP
51}
52
53.qwebirc-aboutpane .mainbody {
54 font-size: 0.8em;
55 text-align: center;
e82478eb 56 padding: 5px;
e1a91a8a
CP
57}
58
59.qwebirc-aboutpane table {
e82478eb 60 display: inline-block;
e1a91a8a
CP
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 {
f3d0c9f5 75 font-size: 3em;
e1a91a8a
CP
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
7db05815 87/**************** EMBEDDED WIZARD *******************/
e1a91a8a
CP
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 {
e1a91a8a
CP
102}
103
104.qwebirc-embeddedwizard .wizardcontrols input {
105 width: 70px;
106}
bdf475c4
CP
107
108/**************** PRIVACY POLICY PANE *******************/
109.qwebirc-privacypolicypane {
110 font-size: 1em !important;
111}
112
113.qwebirc-privacypolicypane .mainbody {
114 font-size: 0.8em;
115 text-align: center;
116 padding: 5px;
117}
118
119.qwebirc-privacypolicypane table {
120 display: inline-block;
121}
122
123.qwebirc-privacypolicypane div.header {
124 padding-top: 5px;
125}
126
127.qwebirc-privacypolicypane .header {
128 background: white;
129 text-align: center;
130 border-bottom: 1px solid gray;
131 padding-bottom: 5px;
132}
133
134.qwebirc-privacypolicypane .header .title {
f3d0c9f5 135 font-size: 3em;
bdf475c4
CP
136}
137
138.qwebirc-privacypolicypane .header .subtitle {
139 text-align: center;
140 margin-top: 10px;
141}
142
143.qwebirc-privacypolicypane .monospace {
144 font-family: Consolas, "Lucida Console", monospace;
145}
a223dd67 146
391f51ff
CP
147/****** FEEDBACK ***********/
148.qwebirc-feedbackpane {
149 font-size: 1em !important;
150}
151
152.qwebirc-feedbackpane .mainbody {
153 font-size: 0.8em;
154 text-align: center;
155 padding: 5px;
156}
157
158.qwebirc-feedbackpane table {
159 display: inline-block;
160}
161
162.qwebirc-feedbackpane div.header {
163 padding-top: 5px;
164}
165
166.qwebirc-feedbackpane .header {
167 background: white;
168 text-align: center;
169 border-bottom: 1px solid gray;
170 padding-bottom: 5px;
171}
172
173.qwebirc-feedbackpane .header .title {
f3d0c9f5 174 font-size: 3em;
391f51ff
CP
175}
176
177.qwebirc-feedbackpane .header .subtitle {
178 text-align: center;
179 margin-top: 10px;
180}
181
182.qwebirc-feedbackpane .monospace {
183 font-family: Consolas, "Lucida Console", monospace;
184}
185
f3d0c9f5
CP
186/************* FAQ *****************/
187
188.qwebirc-faqpane {
189 font-size: 1em !important;
190}
191
192.qwebirc-faqpane .mainbody {
193 font-size: 0.8em;
194 text-align: center;
195 padding: 5px;
196 margin-left: 20px;
197 margin-right: 20px;
198}
199
200.qwebirc-faqpane table {
201 display: inline-block;
202}
203
204.qwebirc-faqpane div.header {
205 padding-top: 5px;
206}
207
208.qwebirc-faqpane .header {
209 background: white;
210 text-align: center;
211 border-bottom: 1px solid gray;
212 padding-bottom: 5px;
213}
214
215.qwebirc-faqpane .header .title {
216 font-size: 3em;
217}
218
219.qwebirc-faqpane .header .subtitle {
220 text-align: center;
221 margin-top: 10px;
222}
223
224.qwebirc-faqpane .monospace {
225 font-family: Consolas, "Lucida Console", monospace;
226}
227
a223dd67
CP
228.qwebirc .loading {
229 padding-left: 4px;
230 padding-top: 3px;
231 font-size: 0.8em;
232}
f3d0c9f5 233
889ecb33
CP
234/************* OPTIONS *****************/
235
236.qwebirc-optionspane div.hue-slider {
237 border: 0px solid black;
238 width: 360px;
239 height: 8px;
fbe5af77 240 background-image: url(../images/hue.png);
889ecb33
CP
241}
242
243.qwebirc-optionspane div.hue-slider .knob {
244 width: 8px;
245 height: 16px;
246 top: -5px;
247 opacity: 0.75;
248 background: grey;
249 border: 1px solid black;
250}
251