]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/qui.mcss
Fix colours of last position bar and hilights in tags.
[irc/quakenet/qwebirc.git] / css / qui.mcss
1 topic_background=f2f0ff
2 lines_background=f2f0ff
3 topic_border=c8d2dc
4 tabbar_border=c3cee0
5 tabbar_background=e2ecf9
6 tabbar_text=000000
7 tab_border=c8d2dc
8 tab_text=000000
9 tab_hover=ffffff
10 tab_selected=ffffff
11 tab_selected_border=c8d2dc
12 tab_selected_text=333333
13 input_border=c3cee0
14 nicklist_border=c8d2dc
15 nicklist_background=f2f0ff
16 nicklist_text=000000
17 nicklist_selected_border=c8d2dc
18 menu_border=c8d2dc
19 menu_background=f2f0ff
20 menu_hover_background=FFFFFE
21 lastpositionbar=C8D2DC
22
23 body {
24 margin: 0;
25 height: 100%;
26 overflow: hidden;
27 font-family: Verdana, sans-serif;
28 }
29
30 html {
31 overflow: hidden;
32 }
33
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
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 {
64 color: black;
65 overflow: auto;
66 font-size: 0.8em;
67 background: $(lines_background);
68 }
69
70 .qwebirc-qui .ircwindow {
71 font-family: Consolas, "Lucida Console", monospace, Verdana, sans-serif, "sans serif";
72 }
73
74 .qwebirc-qui .tab-invisible {
75 display: none;
76 }
77
78 .qwebirc-qui .input input.keyboard-input {
79 border: 0px;
80 margin: 2px 0px 0px 0px;
81 width: 99%;
82 }
83
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
94 .qwebirc-qui form {
95 margin: 0px;
96 padding: 0px;
97 }
98
99 .qwebirc-qui .topic {
100 position: absolute;
101 left: 0px;
102 top: 0px;
103 right: 0px;
104 background-color: $(topic_background);
105 border-bottom: 1px dashed $(topic_border);
106 }
107
108 .qwebirc-qui .topic .emptytopic {
109 color: gray;
110 }
111
112 .qwebirc-qui .topic {
113 color: gray;
114 padding-left: 5px;
115 font-size: 0.7em;
116 cursor: default;
117 }
118
119 .qwebirc-qui .outertabbar {
120 border-bottom: 1px solid $(tabbar_border);
121 background: $(tabbar_background);
122 white-space: nowrap;
123 }
124
125 .qwebirc-qui .tabbar {
126 padding: 4px;
127 font-size: 0.8em;
128 color: $(tabbar_text);
129 }
130
131 .qwebirc-qui a.tab {
132 border: 1px solid $(tab_border);
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;
142 color: $(tab_text);
143 }
144
145 .qwebirc-qui .tab:hover {
146 background: $(tab_hover);
147 border: 1px solid #c8d2dc;
148 -moz-border-radius: 4px;
149 -webkit-border-radius: 4px;
150 }
151
152 .qwebirc-qui .tab-selected {
153 background: $(tab_selected);
154 border: 1px solid $(tab_selected_border);
155 -moz-border-radius: 4px;
156 -webkit-border-radius: 4px;
157 color: $(tab_selected_text);
158 }
159
160 .qwebirc-qui div.input {
161 border-top: 1px solid $(input_border);
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 }
174
175 .qwebirc-qui a.tab-hilight-activity {
176 color: #00ff00;
177 }
178
179 .qwebirc-qui a.tab-hilight-speech {
180 color: #0000ff;
181 }
182
183 .qwebirc-qui a.tab-hilight-us {
184 color: #ff0000;
185 }
186
187 .qwebirc-qui .nicklist {
188 border-left: 1px solid $(nicklist_border);
189 position: absolute;
190 top: 0px;
191 right: 0px;
192 width: 140px;
193 overflow: auto;
194 background: $(nicklist_background);
195 color: $(nicklist_text);
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;
204 border-top: 1px solid $(nicklist_background);
205 border-bottom: 1px solid $(nicklist_background);
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;
214 border-bottom: $(nicklist_selected_border) 1px solid;
215 cursor: default;
216 }
217
218 .qwebirc-qui .nicklist a.selected-middle {
219 border-top: $(nicklist_selected_border) 1px solid;
220 }
221
222 div#noscript {
223 text-align: center;
224 font-weight: bold;
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;
234 }
235
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;
243 }
244
245 .qwebirc-qui .outertabbar .dropdown-tab {
246 cursor: pointer;
247 cursor: hand;
248 float: left;
249 padding: 4px;
250 }
251
252 .qwebirc-qui .dropdownmenu {
253 z-index: 100;
254 border: 1px solid $(menu_border);
255 position: relative;
256 top: 10px;
257 left: 10px;
258 background: $(menu_background);
259 }
260
261 .qwebirc-qui .dropdownmenu a {
262 display: block;
263 font-size: 0.7em;
264 color: black;
265 cursor: pointer;
266 cursor: hand;
267 padding-top: 1px;
268 padding-left: 3px;
269 padding-bottom: 1px;
270 padding-right: 3px;
271 }
272
273 .qwebirc-qui .dropdownmenu a:hover {
274 background: $(menu_hover_background); /* IE is rubbish and doesn't like #FFFFFF or white */
275 }
276
277 .qwebirc-qui .dropdownhint {
278 position: relative;
279 left: -500px;
280 z-index: 10;
281 white-space: nowrap;
282 font-size: 0.7em;
283 }
284
285 .qwebirc-qui hr.lastpos {
286 border: none;
287 border-top: 1px solid $(lastpositionbar);
288 margin-left: 3em;
289 margin-right: 3em;
290 }