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