]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/dialogs.css
Fix floodcounter bug.
[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 {
102 position: absolute;
103 bottom: 3px;
104 right: 6px;
105}
106
107.qwebirc-embeddedwizard .wizardcontrols input {
108 width: 70px;
109}
bdf475c4
CP
110
111/**************** PRIVACY POLICY PANE *******************/
112.qwebirc-privacypolicypane {
113 font-size: 1em !important;
114}
115
116.qwebirc-privacypolicypane .mainbody {
117 font-size: 0.8em;
118 text-align: center;
119 padding: 5px;
120}
121
122.qwebirc-privacypolicypane table {
123 display: inline-block;
124}
125
126.qwebirc-privacypolicypane div.header {
127 padding-top: 5px;
128}
129
130.qwebirc-privacypolicypane .header {
131 background: white;
132 text-align: center;
133 border-bottom: 1px solid gray;
134 padding-bottom: 5px;
135}
136
137.qwebirc-privacypolicypane .header .title {
f3d0c9f5 138 font-size: 3em;
bdf475c4
CP
139}
140
141.qwebirc-privacypolicypane .header .subtitle {
142 text-align: center;
143 margin-top: 10px;
144}
145
146.qwebirc-privacypolicypane .monospace {
147 font-family: Consolas, "Lucida Console", monospace;
148}
a223dd67 149
391f51ff
CP
150/****** FEEDBACK ***********/
151.qwebirc-feedbackpane {
152 font-size: 1em !important;
153}
154
155.qwebirc-feedbackpane .mainbody {
156 font-size: 0.8em;
157 text-align: center;
158 padding: 5px;
159}
160
161.qwebirc-feedbackpane table {
162 display: inline-block;
163}
164
165.qwebirc-feedbackpane div.header {
166 padding-top: 5px;
167}
168
169.qwebirc-feedbackpane .header {
170 background: white;
171 text-align: center;
172 border-bottom: 1px solid gray;
173 padding-bottom: 5px;
174}
175
176.qwebirc-feedbackpane .header .title {
f3d0c9f5 177 font-size: 3em;
391f51ff
CP
178}
179
180.qwebirc-feedbackpane .header .subtitle {
181 text-align: center;
182 margin-top: 10px;
183}
184
185.qwebirc-feedbackpane .monospace {
186 font-family: Consolas, "Lucida Console", monospace;
187}
188
f3d0c9f5
CP
189/************* FAQ *****************/
190
191.qwebirc-faqpane {
192 font-size: 1em !important;
193}
194
195.qwebirc-faqpane .mainbody {
196 font-size: 0.8em;
197 text-align: center;
198 padding: 5px;
199 margin-left: 20px;
200 margin-right: 20px;
201}
202
203.qwebirc-faqpane table {
204 display: inline-block;
205}
206
207.qwebirc-faqpane div.header {
208 padding-top: 5px;
209}
210
211.qwebirc-faqpane .header {
212 background: white;
213 text-align: center;
214 border-bottom: 1px solid gray;
215 padding-bottom: 5px;
216}
217
218.qwebirc-faqpane .header .title {
219 font-size: 3em;
220}
221
222.qwebirc-faqpane .header .subtitle {
223 text-align: center;
224 margin-top: 10px;
225}
226
227.qwebirc-faqpane .monospace {
228 font-family: Consolas, "Lucida Console", monospace;
229}
230
a223dd67
CP
231.qwebirc .loading {
232 padding-left: 4px;
233 padding-top: 3px;
234 font-size: 0.8em;
235}
f3d0c9f5 236