]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/qui.mcss
Finally fix text wrapping.
[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
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 div {
71 font-family: Consolas, "Lucida Console", monospace;
72 text-indent: -4px;
73 padding-left: 1px;
74 word-wrap: break-word;
75 }
76
77 .qwebirc-qui .tab-invisible {
78 display: none;
79 }
80
81 .qwebirc-qui .input input.keyboard-input {
82 border: 0px;
83 margin: 2px 0px 0px 0px;
84 width: 99%;
85 }
86
87 .qwebirc-qui .input input.mobile-input {
88 border: 0px;
89 margin: 2px 0px 0px 0px;
90 }
91
92 .qwebirc-qui .input input.mobile-button {
93 position: absolute;
94 top: 0px;
95 }
96
97 .qwebirc-qui form {
98 margin: 0px;
99 padding: 0px;
100 }
101
102 .qwebirc-qui .topic {
103 position: absolute;
104 left: 0px;
105 top: 0px;
106 right: 0px;
107 background-color: $(topic_background);
108 border-bottom: 1px dashed $(topic_border);
109 }
110
111 .qwebirc-qui .topic .emptytopic {
112 color: gray;
113 }
114
115 .qwebirc-qui .topic {
116 color: gray;
117 padding-left: 5px;
118 font-size: 0.7em;
119 cursor: default;
120 }
121
122 .qwebirc-qui .outertabbar {
123 border-bottom: 1px solid $(tabbar_border);
124 background: $(tabbar_background);
125 }
126
127 .qwebirc-qui .tabbar {
128 font-size: 0.8em;
129 color: $(tabbar_text);
130 margin-left: 38px;
131 line-height: 24px;
132 }
133
134 .qwebirc-qui a.tab {
135 border: 1px solid $(tab_border);
136 padding: 2px;
137 cursor: default;
138 -moz-border-radius: 4px;
139 -webkit-border-radius: 4px;
140 margin-right: -2px;
141 white-space: nowrap;
142 text-decoration: none;
143 color: $(tab_text);
144 }
145
146 .qwebirc-qui .tab:hover {
147 background: $(tab_hover);
148 border: 1px solid #c8d2dc;
149 -moz-border-radius: 4px;
150 -webkit-border-radius: 4px;
151 }
152
153 .qwebirc-qui .tab-selected {
154 background: $(tab_selected);
155 border: 1px solid $(tab_selected_border);
156 -moz-border-radius: 4px;
157 -webkit-border-radius: 4px;
158 color: $(tab_selected_text);
159 }
160
161 .qwebirc-qui div.input {
162 border-top: 1px solid $(input_border);
163 padding-left: 3px;
164 padding-right: 3px;
165 }
166
167 .qwebirc-qui .tabclose {
168 margin-left: 5px;
169 font-size: 0.7em;
170 line-height: 150%;
171 vertical-align: top;
172 padding-left: 3px;
173 -moz-border-radius: 2px;
174 -webkit-border-radius: 2px;
175 }
176
177 .qwebirc-qui a.tab-hilight-activity {
178 color: #009900;
179 }
180
181 .qwebirc-qui a.tab-hilight-speech {
182 color: #0000ff;
183 }
184
185 .qwebirc-qui a.tab-hilight-us {
186 color: #ff0000;
187 }
188
189 .qwebirc-qui .nicklist {
190 border-left: 1px solid $(nicklist_border);
191 position: absolute;
192 top: 0px;
193 right: 0px;
194 width: 140px;
195 overflow: auto;
196 background: $(nicklist_background);
197 color: $(nicklist_text);
198 font-size: 0.7em;
199 }
200
201 .qwebirc-qui .nicklist a {
202 display: block;
203 color: black;
204 text-decoration: none;
205 cursor: default;
206 border-top: 1px solid $(nicklist_background);
207 border-bottom: 1px solid $(nicklist_background);
208 padding-left: 1px;
209 }
210
211 .qwebirc-qui .nicklist a.selected {
212 display: block;
213 color: black;
214 background: white;
215 text-decoration: none;
216 border-bottom: $(nicklist_selected_border) 1px solid;
217 cursor: default;
218 }
219
220 .qwebirc-qui .nicklist a.selected-middle {
221 border-top: $(nicklist_selected_border) 1px solid;
222 }
223
224 div#noscript {
225 text-align: center;
226 font-weight: bold;
227 }
228
229 .qwebirc-qui .nicklist div.menu {
230 margin: 0px 0px 0px 5px;
231 }
232
233 .qwebirc-qui .nicklist div.menu a {
234 border-bottom: 0;
235 border-top: 0;
236 }
237
238 .qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
239 cursor: pointer;
240 cursor: hand;
241 }
242
243 .qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
244 text-decoration: underline;
245 }
246
247 .qwebirc-qui .outertabbar .dropdown-tab {
248 cursor: pointer;
249 cursor: hand;
250 float: left;
251 padding: 4px;
252 width: 30px;
253 }
254
255 .qwebirc-qui .dropdownmenu {
256 z-index: 100;
257 border: 1px solid $(menu_border);
258 position: relative;
259 top: 10px;
260 left: 10px;
261 background: $(menu_background);
262 }
263
264 .qwebirc-qui .dropdownmenu a {
265 display: block;
266 font-size: 0.7em;
267 color: black;
268 cursor: pointer;
269 cursor: hand;
270 padding-top: 1px;
271 padding-left: 3px;
272 padding-bottom: 1px;
273 padding-right: 3px;
274 }
275
276 .qwebirc-qui .dropdownmenu a:hover {
277 background: $(menu_hover_background); /* IE is rubbish and doesn't like #FFFFFF or white */
278 }
279
280 .qwebirc-qui .dropdownhint {
281 position: relative;
282 left: -500px;
283 z-index: 10;
284 white-space: nowrap;
285 font-size: 0.7em;
286 }
287
288 .qwebirc-qui hr.lastpos {
289 border: none;
290 border-top: 1px solid $(lastpositionbar);
291 margin-left: 3em;
292 margin-right: 3em;
293 }