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