]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/dialogs.css
Add configuration of dynamic and static base URLs.
[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 /**************** CONFIRM LOGIN BOX *******************/
31 .qwebirc-confirmbox {
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
48 /**************** ABOUT PANE *******************/
49 .qwebirc-aboutpane {
50 font-size: 1em !important;
51 }
52
53 .qwebirc-aboutpane .mainbody {
54 font-size: 0.8em;
55 text-align: center;
56 padding: 5px;
57 }
58
59 .qwebirc-aboutpane table {
60 display: inline-block;
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 {
75 font-size: 3em;
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
87 /**************** EMBEDDED WIZARD *******************/
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 }
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 {
138 font-size: 3em;
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 }
149
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 {
177 font-size: 3em;
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
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
231 .qwebirc .loading {
232 padding-left: 4px;
233 padding-top: 3px;
234 font-size: 0.8em;
235 }
236
237 /************* OPTIONS *****************/
238
239 .qwebirc-optionspane div.hue-slider {
240 border: 0px solid black;
241 width: 360px;
242 height: 8px;
243 background-image: url(../images/hue.png);
244 }
245
246 .qwebirc-optionspane div.hue-slider .knob {
247 width: 8px;
248 height: 16px;
249 top: -5px;
250 opacity: 0.75;
251 background: grey;
252 border: 1px solid black;
253 }
254