]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/qui.mcss
add side tabs
[irc/quakenet/qwebirc.git] / css / qui.mcss
CommitLineData
656385a2
CP
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
a7249843
CP
22timestamp_display=o,SHOW_TIMESTAMPS,inline,none
23timestamp_padding_left=o,SHOW_TIMESTAMPS,7px,11px
24timestamp_text_indent=o,SHOW_TIMESTAMPS,-7px,-9px
656385a2
CP
25nicklist_text=c,000000,front
26lines_text=c,000000,front
27menu_text=c,000000,front
28nicklist_selected_background=c,ffffff,back
4dd199c3 29
b59f2549
CP
30body {
31 margin: 0;
32 height: 100%;
33 overflow: hidden;
e82478eb 34 font-family: Verdana, sans-serif;
b59f2549
CP
35}
36
df07adea
CP
37html {
38 overflow: hidden;
39}
40
b59f2549
CP
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
b1ee83f3
CP
51.qwebirc-qui .dynamicpanel {
52 position: absolute;
53}
a4a71818 54.qwebirc-qui .leftboundpanel {
b1ee83f3 55 left: 0px;
a4a71818
CP
56 width: 150px;
57 height: 100%;
b1ee83f3
CP
58}
59.qwebirc-qui .topboundpanel {
60 top: 0px;
a4a71818
CP
61 width: 100%;
62}
63.qwebirc-qui .topicboundpanel {
64 width: 100%;
b1ee83f3
CP
65}
66.qwebirc-qui .rightboundpanel {
a4a71818
CP
67 right: 0px;
68 width: 140px;
b1ee83f3
CP
69}
70.qwebirc-qui .bottomboundpanel {
a4a71818
CP
71 bottom: 0px;
72 right: 0px;
b1ee83f3
CP
73}
74
75.qwebirc-qui .lines {
656385a2 76 color: $(lines_text);
b1ee83f3 77 overflow: auto;
b1ee83f3 78 font-size: 0.8em;
4dd199c3 79 background: $(lines_background);
b1ee83f3
CP
80}
81
a7249843
CP
82.qwebirc-qui .lines .timestamp {
83 display: $(timestamp_display);
84}
85
06a4f056
CP
86.qwebirc-qui .ircwindow div {
87 font-family: Consolas, "Lucida Console", monospace;
a7249843
CP
88 text-indent: $(timestamp_text_indent);
89 padding-left: $(timestamp_padding_left);
06a4f056 90 word-wrap: break-word;
e82478eb
CP
91}
92
b1ee83f3
CP
93.qwebirc-qui .tab-invisible {
94 display: none;
95}
96
c1416a8d 97.qwebirc-qui .input input.keyboard-input {
b1ee83f3 98 border: 0px;
fc38a626
CP
99 margin: 0px 0px 0px 0px;
100 font-size: 1.2em;
101 padding-left: 4px;
102 padding-top: 3px;
103 padding-bottom: 3px;
b1ee83f3 104 width: 99%;
b1ee83f3
CP
105}
106
fc38a626 107.qwebirc-qui .input-flash {
63494576 108 background: #bbffbb;
fc38a626
CP
109}
110
c1416a8d
CP
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
b1ee83f3
CP
121.qwebirc-qui form {
122 margin: 0px;
123 padding: 0px;
124}
70638ce4
CP
125
126.qwebirc-qui .topic {
127 position: absolute;
128 left: 0px;
129 top: 0px;
130 right: 0px;
4dd199c3
CP
131 background-color: $(topic_background);
132 border-bottom: 1px dashed $(topic_border);
70638ce4
CP
133}
134
135.qwebirc-qui .topic .emptytopic {
52090a1f 136 color: gray;
70638ce4
CP
137}
138
139.qwebirc-qui .topic {
52090a1f 140 color: gray;
70638ce4
CP
141 padding-left: 5px;
142 font-size: 0.7em;
f34d8514 143 cursor: default;
70638ce4
CP
144}
145
941e1642 146.qwebirc-qui .outertabbar {
4dd199c3 147 background: $(tabbar_background);
941e1642
CP
148}
149
a4a71818
CP
150.qwebirc-qui .outertabbar_left {
151 border-right: 1px solid $(tabbar_border);
152 overflow: auto;
153
154}
155
156.qwebirc-qui .outertabbar_left .tab {
157 display: block;
158 margin-right: 3px;
159 margin-top: 2px;
160 line-height: normal;
161 overflow: hidden;
162 text-overflow: ellipsis;
163}
164
165
166.qwebirc-qui .outertabbar_left .tabclose {
167 float: right;
168 padding-left: 0 !important;
169 margin-top: -2px;
170}
171
172.qwebirc-qui .outertabbar_left .tabbar {
173 margin-left: 5px;
174}
175
176.qwebirc-qui .outertabbar_top {
177 border-bottom: 1px solid $(tabbar_border);
178}
179
941e1642 180.qwebirc-qui .tabbar {
70638ce4 181 font-size: 0.8em;
4dd199c3 182 color: $(tabbar_text);
321abaf8 183 margin-left: 25px;
ff1c78b3 184 line-height: 24px;
70638ce4
CP
185}
186
187.qwebirc-qui a.tab {
4dd199c3 188 border: 1px solid $(tab_border);
70638ce4
CP
189 padding: 2px;
190 cursor: default;
70638ce4
CP
191 -moz-border-radius: 4px;
192 -webkit-border-radius: 4px;
f1398513 193 border-radius: 4px;
ff1c78b3
CP
194 margin-right: -2px;
195 white-space: nowrap;
70638ce4 196 text-decoration: none;
4dd199c3 197 color: $(tab_text);
70638ce4
CP
198}
199
200.qwebirc-qui .tab:hover {
4dd199c3 201 background: $(tab_hover);
70638ce4
CP
202 border: 1px solid #c8d2dc;
203 -moz-border-radius: 4px;
204 -webkit-border-radius: 4px;
f1398513 205 border-radius: 4px;
70638ce4
CP
206}
207
208.qwebirc-qui .tab-selected {
4dd199c3
CP
209 background: $(tab_selected);
210 border: 1px solid $(tab_selected_border);
70638ce4
CP
211 -moz-border-radius: 4px;
212 -webkit-border-radius: 4px;
f1398513 213 border-radius: 4px;
4dd199c3 214 color: $(tab_selected_text);
70638ce4
CP
215}
216
217.qwebirc-qui div.input {
4dd199c3 218 border-top: 1px solid $(input_border);
70638ce4
CP
219 padding-left: 3px;
220 padding-right: 3px;
221}
222
223.qwebirc-qui .tabclose {
224 margin-left: 5px;
ff1c78b3
CP
225 font-size: 0.7em;
226 line-height: 150%;
70638ce4
CP
227 vertical-align: top;
228 padding-left: 3px;
229 -moz-border-radius: 2px;
230 -webkit-border-radius: 2px;
f1398513 231 border-radius: 2px;
70638ce4 232}
96f28062
CP
233
234.qwebirc-qui a.tab-hilight-activity {
a87357c0 235 color: #009900;
96f28062
CP
236}
237
238.qwebirc-qui a.tab-hilight-speech {
68e4ac2d 239 color: #0000ff;
96f28062
CP
240}
241
242.qwebirc-qui a.tab-hilight-us {
68e4ac2d 243 color: #ff0000;
96f28062 244}
52090a1f
CP
245
246.qwebirc-qui .nicklist {
4dd199c3 247 border-left: 1px solid $(nicklist_border);
52090a1f 248 overflow: auto;
4dd199c3
CP
249 background: $(nicklist_background);
250 color: $(nicklist_text);
52090a1f
CP
251 font-size: 0.7em;
252}
253
254.qwebirc-qui .nicklist a {
255 display: block;
656385a2 256 color: $(nicklist_text);
52090a1f
CP
257 text-decoration: none;
258 cursor: default;
4dd199c3
CP
259 border-top: 1px solid $(nicklist_background);
260 border-bottom: 1px solid $(nicklist_background);
52090a1f
CP
261 padding-left: 1px;
262}
263
264.qwebirc-qui .nicklist a.selected {
265 display: block;
656385a2
CP
266 color: $(nicklist_text);
267 background: $(nicklist_selected_background);
52090a1f 268 text-decoration: none;
4dd199c3 269 border-bottom: $(nicklist_selected_border) 1px solid;
52090a1f 270 cursor: default;
0b638f3c
CP
271}
272
d8272bcb 273.qwebirc-qui .nicklist a.selected-middle {
4dd199c3 274 border-top: $(nicklist_selected_border) 1px solid;
d8272bcb
CP
275}
276
0b638f3c
CP
277div#noscript {
278 text-align: center;
0b638f3c 279 font-weight: bold;
cffd43cf
CP
280}
281
282.qwebirc-qui .nicklist div.menu {
283 margin: 0px 0px 0px 5px;
284}
285
286.qwebirc-qui .nicklist div.menu a {
287 border-bottom: 0;
288 border-top: 0;
925fc357
CP
289}
290
7cb09779
CP
291.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
292 cursor: pointer;
293 cursor: hand;
294}
295
296.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
297 text-decoration: underline;
f9b2babd 298}
43cb8910 299
941e1642 300.qwebirc-qui .outertabbar .dropdown-tab {
43cb8910
CP
301 cursor: pointer;
302 cursor: hand;
941e1642
CP
303 float: left;
304 padding: 4px;
321abaf8 305 width: 17px;
43cb8910
CP
306}
307
e9837dce 308.qwebirc-qui .dropdownmenu {
43cb8910 309 z-index: 100;
4dd199c3 310 border: 1px solid $(menu_border);
43cb8910 311 position: relative;
43cb8910
CP
312 top: 10px;
313 left: 10px;
4dd199c3 314 background: $(menu_background);
43cb8910
CP
315}
316
e9837dce 317.qwebirc-qui .dropdownmenu a {
43cb8910
CP
318 display: block;
319 font-size: 0.7em;
656385a2 320 color: $(menu_text);
43cb8910
CP
321 cursor: pointer;
322 cursor: hand;
323 padding-top: 1px;
4355d625 324 padding-left: 3px;
43cb8910 325 padding-bottom: 1px;
4355d625 326 padding-right: 3px;
43cb8910
CP
327}
328
e9837dce 329.qwebirc-qui .dropdownmenu a:hover {
4dd199c3 330 background: $(menu_hover_background); /* IE is rubbish and doesn't like #FFFFFF or white */
43cb8910
CP
331}
332
e9837dce
CP
333.qwebirc-qui .dropdownhint {
334 position: relative;
335 left: -500px;
43cb8910 336 z-index: 10;
1e9c8714 337 white-space: nowrap;
43cb8910
CP
338 font-size: 0.7em;
339}
5c0b5a6e
CP
340
341.qwebirc-qui hr.lastpos {
342 border: none;
4dd199c3 343 border-top: 1px solid $(lastpositionbar);
5c0b5a6e
CP
344 margin-left: 3em;
345 margin-right: 3em;
346}