]> jfr.im git - irc/quakenet/qwebirc.git/blame_incremental - css/qui.mcss
Merge pull request #402 from retropc/reqs
[irc/quakenet/qwebirc.git] / css / qui.mcss
... / ...
CommitLineData
1topic_background=c,f2f0ff,back
2lines_background=c,f2f0ff,back
3topic_border=c,c8d2dc,front
4tabbar_border=c,c3cee0,front
5tabbar_background=c,e2ecf9,back
6tabbar_text=c,000000,front
7tab_border=c,c8d2dc,front
8tab_text=c,000000,front
9tab_hover=c,ffffff,back
10tab_selected=c,ffffff,back
11tab_selected_border=c,c8d2dc,back
12tab_selected_text=c,333333,front
13input_border=c,c3cee0,front
14nicklist_border=c,c8d2dc,front
15nicklist_background=c,f2f0ff,back
16nicklist_text=c,000000,front
17nicklist_selected_border=c,c8d2dc,front
18menu_border=c,c8d2dc,front
19menu_background=c,f2f0ff,back
20menu_hover_background=c,FFFFFE,back
21lastpositionbar=c,C8D2DC,front
22timestamp_display=o,SHOW_TIMESTAMPS,inline,none
23timestamp_padding_left=o,SHOW_TIMESTAMPS,7px,11px
24timestamp_text_indent=o,SHOW_TIMESTAMPS,-7px,-9px
25nicklist_text=c,000000,front
26lines_text=c,000000,front
27menu_text=c,000000,front
28nicklist_selected_background=c,ffffff,back
29
30body {
31 margin: 0;
32 height: 100%;
33 overflow: hidden;
34 font-family: Verdana, sans-serif;
35}
36
37html {
38 overflow: hidden;
39}
40
41#ircui {
42 position: absolute;
43 left: 0px;
44 right: 0px;
45 top: 0px;
46 height: 100%;
47 width: 100%;
48 overflow: hidden;
49}
50
51.qwebirc-qui .dynamicpanel {
52 position: absolute;
53}
54.qwebirc-qui .leftboundpanel {
55 left: 0px;
56 width: 150px;
57 height: 100%;
58}
59.qwebirc-qui .topboundpanel {
60 top: 0px;
61 width: 100%;
62}
63.qwebirc-qui .topicboundpanel {
64 width: 100%;
65}
66.qwebirc-qui .rightboundpanel {
67 right: 0px;
68 width: 140px;
69}
70.qwebirc-qui .bottomboundpanel {
71 bottom: 0px;
72 right: 0px;
73}
74
75.qwebirc-qui .lines {
76 color: $(lines_text);
77 overflow: auto;
78 background: $(lines_background);
79 font-size: 0.8em;
80}
81
82.qwebirc-qui .lines .timestamp {
83 display: $(timestamp_display);
84}
85
86.qwebirc-qui .ircwindow div {
87 font-family: Consolas, "Lucida Console", monospace;
88 text-indent: $(timestamp_text_indent);
89 padding-left: $(timestamp_padding_left);
90 word-wrap: break-word;
91}
92
93.qwebirc-qui .tab-invisible {
94 display: none;
95}
96
97.qwebirc-qui .input input.keyboard-input {
98 border: 0px;
99 margin: 0px 0px 0px 0px;
100 font-size: 1.2em;
101 padding-left: 4px;
102 padding-top: 3px;
103 padding-bottom: 3px;
104 width: 99%;
105}
106
107.qwebirc-qui .input-flash {
108 background: #bbffbb;
109}
110
111.qwebirc-qui .input input.mobile-input {
112 border: 0px;
113 margin: 2px 0px 0px 0px;
114}
115
116.qwebirc-qui .input input.mobile-button {
117 position: absolute;
118 top: 0px;
119}
120
121.qwebirc-qui form {
122 margin: 0px;
123 padding: 0px;
124}
125
126.qwebirc-qui .topic {
127 position: absolute;
128 left: 0px;
129 top: 0px;
130 right: 0px;
131 background-color: $(topic_background);
132 border-bottom: 1px dashed $(topic_border);
133/* overflow: hidden;*/
134 text-overflow: ellipsis;
135/* white-space: nowrap;*/
136}
137
138.qwebirc-qui .topic .emptytopic {
139 color: gray;
140}
141
142.qwebirc-qui .topic {
143 color: gray;
144 padding-left: 5px;
145 padding-bottom: 3px;
146 font-size: 1.1em;
147 cursor: default;
148}
149
150.qwebirc-qui .outertabbar {
151 background: $(tabbar_background);
152}
153
154.qwebirc-qui .outertabbar_top .dropdown-tab {
155 padding: 4px 3px 0 3px;
156}
157
158.qwebirc-qui .outertabbar_left .dropdown-tab {
159 padding: 3px 3px 0 3px;
160 margin-right: 2px;
161}
162
163.qwebirc-qui .outertabbar_left {
164 border-right: 1px solid $(tabbar_border);
165 overflow: auto;
166}
167
168.qwebirc-qui .outertabbar_left .tab {
169 display: block;
170 margin-right: 3px;
171 margin-top: 1px;
172 line-height: normal;
173 overflow: hidden;
174 text-overflow: ellipsis;
175 min-height: 15px;
176}
177
178.qwebirc-qui .outertabbar_left .tabclose {
179 float: right;
180 padding-left: 5px;
181 margin-left: 0px;
182 margin-top: -2px;
183 position: relative;
184}
185
186.qwebirc-qui .outertabbar_left .tabbar {
187 margin-left: 2px;
188}
189
190.qwebirc-qui .outertabbar_top {
191 border-bottom: 1px solid $(tabbar_border);
192}
193
194.qwebirc-qui .tabbar {
195 font-size: 0.8em;
196 color: $(tabbar_text);
197 margin-left: 25px;
198 line-height: 24px;
199}
200
201.qwebirc-qui a.tab {
202 border: 1px solid $(tab_border);
203 padding: 2px;
204 cursor: default;
205 -moz-border-radius: 4px;
206 -webkit-border-radius: 4px;
207 border-radius: 4px;
208 margin-right: -2px;
209 white-space: nowrap;
210 text-decoration: none;
211 color: $(tab_text);
212}
213
214.qwebirc-qui .tab:hover {
215 background: $(tab_hover);
216 border: 1px solid #c8d2dc;
217 -moz-border-radius: 4px;
218 -webkit-border-radius: 4px;
219 border-radius: 4px;
220}
221
222.qwebirc-qui .tab-selected {
223 background: $(tab_selected);
224 border: 1px solid $(tab_selected_border);
225 -moz-border-radius: 4px;
226 -webkit-border-radius: 4px;
227 border-radius: 4px;
228 color: $(tab_selected_text);
229}
230
231.qwebirc-qui div.input {
232 border-top: 1px solid $(input_border);
233 padding-left: 3px;
234 padding-right: 3px;
235}
236
237.qwebirc-qui .tabclose {
238 margin-left: 5px;
239 line-height: 150%;
240 vertical-align: top;
241 padding-left: 3px;
242 -moz-border-radius: 2px;
243 -webkit-border-radius: 2px;
244 border-radius: 2px;
245 font-weight: normal;
246 color: $(tab_text);
247}
248
249.qwebirc-qui a.tab-hilight-activity {
250 color: #22bb22;
251 font-weight: bold;
252}
253
254.qwebirc-qui a.tab-hilight-speech {
255 color: #2222bb;
256 font-weight: bold;
257}
258
259.qwebirc-qui a.tab-hilight-us {
260 color: #bb4444;
261 font-weight: bold;
262}
263
264.qwebirc-qui .nicklist {
265 border-left: 1px solid $(nicklist_border);
266 overflow: auto;
267 background: $(nicklist_background);
268 color: $(nicklist_text);
269 font-size: 0.7em;
270}
271
272.qwebirc-qui .nicklist a {
273 display: block;
274 color: $(nicklist_text);
275 text-decoration: none;
276 cursor: default;
277 border-top: 1px solid $(nicklist_background);
278 border-bottom: 1px solid $(nicklist_background);
279 padding-left: 1px;
280}
281
282.qwebirc-qui .nicklist a.selected {
283 display: block;
284 color: $(nicklist_text);
285 background: $(nicklist_selected_background);
286 text-decoration: none;
287 border-bottom: $(nicklist_selected_border) 1px solid;
288 cursor: default;
289}
290
291.qwebirc-qui .nicklist a.selected-middle {
292 border-top: $(nicklist_selected_border) 1px solid;
293}
294
295div#noscript {
296 text-align: center;
297 font-weight: bold;
298}
299
300.qwebirc-qui .nicklist div.menu {
301 margin: 0px 0px 0px 5px;
302}
303
304.qwebirc-qui .nicklist div.menu a {
305 border-bottom: 0;
306 border-top: 0;
307}
308
309.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
310 cursor: pointer;
311 cursor: hand;
312}
313
314.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
315 text-decoration: underline;
316}
317
318.qwebirc-qui .outertabbar .dropdown-tab {
319 cursor: pointer;
320 cursor: hand;
321 float: left;
322 width: 17px;
323}
324
325.qwebirc-qui .dropdownmenu {
326 z-index: 100;
327 border: 1px solid $(menu_border);
328 position: relative;
329 top: 10px;
330 left: 10px;
331 background: $(menu_background);
332}
333
334.qwebirc-qui .dropdownmenu a {
335 display: block;
336 font-size: 0.8em;
337 color: $(menu_text);
338 cursor: pointer;
339 cursor: hand;
340 padding-top: 1px;
341 padding-left: 3px;
342 padding-bottom: 1px;
343 padding-right: 3px;
344}
345
346.qwebirc-qui .dropdownmenu a:hover {
347 background: $(menu_hover_background); /* IE is rubbish and doesn't like #FFFFFF or white */
348}
349
350.qwebirc-qui .dropdownhint {
351 position: relative;
352 left: -500px;
353 z-index: 10;
354 white-space: nowrap;
355 font-size: 0.7em;
356}
357
358.qwebirc-qui hr.lastpos {
359 border: none;
360 border-top: 1px solid $(lastpositionbar);
361 margin-left: 3em;
362 margin-right: 3em;
363}
364
365iframe {
366 border: none;
367}
368
369.qwebirc-qui .spinner {
370 background: url($(base_url)../images/spinner.png) no-repeat $(lines_background);
371 background-position: top 5px right 5px;
372}
373
374@media screen and (max-device-width:1024px) {
375 .qwebirc-qui .lines {
376 font-size: 1.2em;
377 }
378
379 .qwebirc-qui .ircwindow div {
380 font-size: 0.8em;
381 }
382
383 .qwebirc-qui .tabbar {
384 line-height: 35px;
385 }
386
387 .qwebirc-qui .tabbar, .qwebirc-qui .nicklist {
388 font-size: 1.3em;
389 }
390
391 .qwebirc-qui .topic, .qwebirc-qui .dropdownmenu a, .qwebirc-qui .dropdownhint {
392 font-size: 1.4em;
393 }
394
395 .qwebirc-qui .input input.keyboard-input {
396 font-size: 1.6em;
397 }
398
399 .qwebirc-qui input {
400 font-size: 1.6em;
401 }
402
403 .qwebirc-qui .tabclose {
404 color: maroon;
405 }
406
407 .qwebirc-qui .tabclose:before {
408 content: "(";
409 }
410 .qwebirc-qui .tabclose:after {
411 content: ")";
412 }
413
414 .qwebirc-qui .dropdown-tab img {
415 width: 160%;
416 }
417
418 .qwebirc-qui .outertabbar_top .dropdown-tab {
419 padding-right: 13px;
420 }
421
422 .qwebirc-qui .outertabbar_left .dropdown-tab {
423 padding-right: 13px;
424 }
425
426 .qwebirc-qui input[type="checkbox"], input[type="radio"] {
427 transform: scale(1.5);
428 }
429
430 .qwebirc-qui .qwebirc-optionspane div.hue-slider {
431 height: 14px;
432 }
433
434 .qwebirc-qui .qwebirc-optionspane div.hue-slider .knob {
435 height: 24px;
436 width: 12px;
437 }
438}