]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/qui.mcss
Add nick query click option (off by default).
[irc/quakenet/qwebirc.git] / css / qui.mcss
CommitLineData
4dd199c3
CP
1topic_background=f2f0ff
2lines_background=f2f0ff
3topic_border=c8d2dc
4tabbar_border=c3cee0
5tabbar_background=e2ecf9
6tabbar_text=000000
7tab_border=c8d2dc
8tab_text=000000
9tab_hover=ffffff
10tab_selected=ffffff
11tab_selected_border=c8d2dc
12tab_selected_text=333333
13input_border=c3cee0
14nicklist_border=c8d2dc
15nicklist_background=f2f0ff
4dd199c3
CP
16nicklist_text=000000
17nicklist_selected_border=c8d2dc
18menu_border=c8d2dc
19menu_background=f2f0ff
20menu_hover_background=FFFFFE
68e4ac2d 21lastpositionbar=C8D2DC
4dd199c3 22
b59f2549
CP
23body {
24 margin: 0;
25 height: 100%;
26 overflow: hidden;
e82478eb 27 font-family: Verdana, sans-serif;
b59f2549
CP
28}
29
df07adea
CP
30html {
31 overflow: hidden;
32}
33
b59f2549
CP
34#ircui {
35 position: absolute;
36 left: 0px;
37 right: 0px;
38 top: 0px;
39 height: 100%;
40 width: 100%;
41 overflow: hidden;
42}
43
b1ee83f3
CP
44.qwebirc-qui .dynamicpanel {
45 position: absolute;
46}
47.qwebirc-qui .widepanel, .leftboundpanel {
48 left: 0px;
49}
50.qwebirc-qui .widepanel {
51 width: 100%;
52}
53.qwebirc-qui .topboundpanel {
54 top: 0px;
55}
56.qwebirc-qui .rightboundpanel {
57 /*right: 0px;*/
58}
59.qwebirc-qui .bottomboundpanel {
60 color: red;
61}
62
63.qwebirc-qui .lines {
925fc357 64 color: black;
b1ee83f3 65 overflow: auto;
b1ee83f3 66 font-size: 0.8em;
4dd199c3 67 background: $(lines_background);
b1ee83f3
CP
68}
69
e82478eb 70.qwebirc-qui .ircwindow {
b5c39585 71 font-family: Consolas, "Lucida Console", monospace, Verdana, sans-serif, "sans serif";
e82478eb
CP
72}
73
b1ee83f3
CP
74.qwebirc-qui .tab-invisible {
75 display: none;
76}
77
c1416a8d 78.qwebirc-qui .input input.keyboard-input {
b1ee83f3
CP
79 border: 0px;
80 margin: 2px 0px 0px 0px;
81 width: 99%;
b1ee83f3
CP
82}
83
c1416a8d
CP
84.qwebirc-qui .input input.mobile-input {
85 border: 0px;
86 margin: 2px 0px 0px 0px;
87}
88
89.qwebirc-qui .input input.mobile-button {
90 position: absolute;
91 top: 0px;
92}
93
b1ee83f3
CP
94.qwebirc-qui form {
95 margin: 0px;
96 padding: 0px;
97}
70638ce4
CP
98
99.qwebirc-qui .topic {
100 position: absolute;
101 left: 0px;
102 top: 0px;
103 right: 0px;
4dd199c3
CP
104 background-color: $(topic_background);
105 border-bottom: 1px dashed $(topic_border);
70638ce4
CP
106}
107
108.qwebirc-qui .topic .emptytopic {
52090a1f 109 color: gray;
70638ce4
CP
110}
111
112.qwebirc-qui .topic {
52090a1f 113 color: gray;
70638ce4
CP
114 padding-left: 5px;
115 font-size: 0.7em;
f34d8514 116 cursor: default;
70638ce4
CP
117}
118
941e1642 119.qwebirc-qui .outertabbar {
4dd199c3
CP
120 border-bottom: 1px solid $(tabbar_border);
121 background: $(tabbar_background);
391f51ff 122 white-space: nowrap;
941e1642
CP
123}
124
125.qwebirc-qui .tabbar {
126 padding: 4px;
70638ce4 127 font-size: 0.8em;
4dd199c3 128 color: $(tabbar_text);
70638ce4
CP
129}
130
131.qwebirc-qui a.tab {
4dd199c3 132 border: 1px solid $(tab_border);
70638ce4
CP
133 padding: 2px;
134 cursor: default;
135 margin-right: 2px;
136 -moz-border-radius: 4px;
137 -webkit-border-radius: 4px;
138}
139
140.qwebirc-qui a.tab {
141 text-decoration: none;
4dd199c3 142 color: $(tab_text);
70638ce4
CP
143}
144
145.qwebirc-qui .tab:hover {
4dd199c3 146 background: $(tab_hover);
70638ce4
CP
147 border: 1px solid #c8d2dc;
148 -moz-border-radius: 4px;
149 -webkit-border-radius: 4px;
150}
151
152.qwebirc-qui .tab-selected {
4dd199c3
CP
153 background: $(tab_selected);
154 border: 1px solid $(tab_selected_border);
70638ce4
CP
155 -moz-border-radius: 4px;
156 -webkit-border-radius: 4px;
4dd199c3 157 color: $(tab_selected_text);
70638ce4
CP
158}
159
160.qwebirc-qui div.input {
4dd199c3 161 border-top: 1px solid $(input_border);
70638ce4
CP
162 padding-left: 3px;
163 padding-right: 3px;
164}
165
166.qwebirc-qui .tabclose {
167 margin-left: 5px;
168 font-size: 0.6em;
169 vertical-align: top;
170 padding-left: 3px;
171 -moz-border-radius: 2px;
172 -webkit-border-radius: 2px;
173}
96f28062
CP
174
175.qwebirc-qui a.tab-hilight-activity {
a87357c0 176 color: #009900;
96f28062
CP
177}
178
179.qwebirc-qui a.tab-hilight-speech {
68e4ac2d 180 color: #0000ff;
96f28062
CP
181}
182
183.qwebirc-qui a.tab-hilight-us {
68e4ac2d 184 color: #ff0000;
96f28062 185}
52090a1f
CP
186
187.qwebirc-qui .nicklist {
4dd199c3 188 border-left: 1px solid $(nicklist_border);
52090a1f
CP
189 position: absolute;
190 top: 0px;
191 right: 0px;
cffd43cf 192 width: 140px;
52090a1f 193 overflow: auto;
4dd199c3
CP
194 background: $(nicklist_background);
195 color: $(nicklist_text);
52090a1f
CP
196 font-size: 0.7em;
197}
198
199.qwebirc-qui .nicklist a {
200 display: block;
201 color: black;
202 text-decoration: none;
203 cursor: default;
4dd199c3
CP
204 border-top: 1px solid $(nicklist_background);
205 border-bottom: 1px solid $(nicklist_background);
52090a1f
CP
206 padding-left: 1px;
207}
208
209.qwebirc-qui .nicklist a.selected {
210 display: block;
211 color: black;
212 background: white;
213 text-decoration: none;
4dd199c3 214 border-bottom: $(nicklist_selected_border) 1px solid;
52090a1f 215 cursor: default;
0b638f3c
CP
216}
217
d8272bcb 218.qwebirc-qui .nicklist a.selected-middle {
4dd199c3 219 border-top: $(nicklist_selected_border) 1px solid;
d8272bcb
CP
220}
221
0b638f3c
CP
222div#noscript {
223 text-align: center;
0b638f3c 224 font-weight: bold;
cffd43cf
CP
225}
226
227.qwebirc-qui .nicklist div.menu {
228 margin: 0px 0px 0px 5px;
229}
230
231.qwebirc-qui .nicklist div.menu a {
232 border-bottom: 0;
233 border-top: 0;
925fc357
CP
234}
235
7cb09779
CP
236.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
237 cursor: pointer;
238 cursor: hand;
239}
240
241.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
242 text-decoration: underline;
f9b2babd 243}
43cb8910 244
941e1642 245.qwebirc-qui .outertabbar .dropdown-tab {
43cb8910
CP
246 cursor: pointer;
247 cursor: hand;
941e1642
CP
248 float: left;
249 padding: 4px;
43cb8910
CP
250}
251
e9837dce 252.qwebirc-qui .dropdownmenu {
43cb8910 253 z-index: 100;
4dd199c3 254 border: 1px solid $(menu_border);
43cb8910 255 position: relative;
43cb8910
CP
256 top: 10px;
257 left: 10px;
4dd199c3 258 background: $(menu_background);
43cb8910
CP
259}
260
e9837dce 261.qwebirc-qui .dropdownmenu a {
43cb8910
CP
262 display: block;
263 font-size: 0.7em;
264 color: black;
265 cursor: pointer;
266 cursor: hand;
267 padding-top: 1px;
4355d625 268 padding-left: 3px;
43cb8910 269 padding-bottom: 1px;
4355d625 270 padding-right: 3px;
43cb8910
CP
271}
272
e9837dce 273.qwebirc-qui .dropdownmenu a:hover {
4dd199c3 274 background: $(menu_hover_background); /* IE is rubbish and doesn't like #FFFFFF or white */
43cb8910
CP
275}
276
e9837dce
CP
277.qwebirc-qui .dropdownhint {
278 position: relative;
279 left: -500px;
43cb8910 280 z-index: 10;
1e9c8714 281 white-space: nowrap;
43cb8910
CP
282 font-size: 0.7em;
283}
5c0b5a6e
CP
284
285.qwebirc-qui hr.lastpos {
286 border: none;
4dd199c3 287 border-top: 1px solid $(lastpositionbar);
5c0b5a6e
CP
288 margin-left: 3em;
289 margin-right: 3em;
290}