]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/qui.css
First version of the menu.
[irc/quakenet/qwebirc.git] / static / css / qui.css
CommitLineData
b59f2549
CP
1body {
2 margin: 0;
3 height: 100%;
4 overflow: hidden;
e82478eb 5 font-family: Verdana, sans-serif;
b59f2549
CP
6}
7
df07adea
CP
8html {
9 overflow: hidden;
10}
11
b59f2549
CP
12#ircui {
13 position: absolute;
14 left: 0px;
15 right: 0px;
16 top: 0px;
17 height: 100%;
18 width: 100%;
19 overflow: hidden;
20}
21
b1ee83f3
CP
22.qwebirc-qui .dynamicpanel {
23 position: absolute;
24}
25.qwebirc-qui .widepanel, .leftboundpanel {
26 left: 0px;
27}
28.qwebirc-qui .widepanel {
29 width: 100%;
30}
31.qwebirc-qui .topboundpanel {
32 top: 0px;
33}
34.qwebirc-qui .rightboundpanel {
35 /*right: 0px;*/
36}
37.qwebirc-qui .bottomboundpanel {
38 color: red;
39}
40
41.qwebirc-qui .lines {
925fc357 42 color: black;
b1ee83f3 43 overflow: auto;
b1ee83f3
CP
44 font-size: 0.8em;
45 background: #f2f0ff;
46}
47
e82478eb
CP
48.qwebirc-qui .ircwindow {
49 font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
50}
51
b1ee83f3 52.qwebirc-qui .tabbar {
70638ce4 53 border-bottom: 1px solid #c3cee0;
b1ee83f3
CP
54 background: #e2ecf9;
55 font-size: 0.8em;
b1ee83f3
CP
56 color: #000000;
57}
58
59.qwebirc-qui .tab-invisible {
60 display: none;
61}
62
63.qwebirc-qui .input input {
64 border: 0px;
65 margin: 2px 0px 0px 0px;
66 width: 99%;
b1ee83f3
CP
67}
68
69.qwebirc-qui form {
70 margin: 0px;
71 padding: 0px;
72}
70638ce4
CP
73
74.qwebirc-qui .topic {
75 position: absolute;
76 left: 0px;
77 top: 0px;
78 right: 0px;
79 background-color: #F2F0FF;
80 border-bottom: 1px dashed #c8d2dc;
81}
82
83.qwebirc-qui .topic .emptytopic {
52090a1f 84 color: gray;
70638ce4
CP
85}
86
87.qwebirc-qui .topic {
52090a1f 88 color: gray;
70638ce4
CP
89 padding-left: 5px;
90 font-size: 0.7em;
91}
92
93.qwebirc-qui .tabbar {
94 border-bottom: 1px solid #c3cee0;
95 padding: 4px;
96 background: #e2ecf9;
97 font-size: 0.8em;
70638ce4
CP
98 color: #000000;
99}
100
101.qwebirc-qui a.tab {
102 border: 1px solid #c8d2dc;
103 padding: 2px;
104 cursor: default;
105 margin-right: 2px;
106 -moz-border-radius: 4px;
107 -webkit-border-radius: 4px;
108}
109
110.qwebirc-qui a.tab {
111 text-decoration: none;
112 color: #000000;
113}
114
115.qwebirc-qui .tab:hover {
116 background: #ffffff;
117 border: 1px solid #c8d2dc;
118 -moz-border-radius: 4px;
119 -webkit-border-radius: 4px;
120}
121
122.qwebirc-qui .tab-selected {
123 background: #ffffff;
124 border: 1px solid #c8d2dc;
125 -moz-border-radius: 4px;
126 -webkit-border-radius: 4px;
127 color: #333333;
128}
129
130.qwebirc-qui div.input {
131 border-top: 1px solid #c3cee0;
132 padding-left: 3px;
133 padding-right: 3px;
134}
135
136.qwebirc-qui .tabclose {
137 margin-left: 5px;
138 font-size: 0.6em;
139 vertical-align: top;
140 padding-left: 3px;
141 -moz-border-radius: 2px;
142 -webkit-border-radius: 2px;
143}
96f28062
CP
144
145.qwebirc-qui a.tab-hilight-activity {
146 color: green;
147}
148
149.qwebirc-qui a.tab-hilight-speech {
150 color: blue;
151}
152
153.qwebirc-qui a.tab-hilight-us {
154 color: red;
155}
52090a1f
CP
156
157.qwebirc-qui .nicklist {
158 border-left: 1px solid #c8d2dc;
159 position: absolute;
160 top: 0px;
161 right: 0px;
cffd43cf 162 width: 140px;
52090a1f
CP
163 overflow: auto;
164 background: #f2f0ff;
165 color: black;
52090a1f
CP
166 font-size: 0.7em;
167}
168
169.qwebirc-qui .nicklist a {
170 display: block;
171 color: black;
172 text-decoration: none;
173 cursor: default;
174 border-top: 1px solid #f2f0ff;
175 border-bottom: 1px solid #f2f0ff;
176 padding-left: 1px;
177}
178
179.qwebirc-qui .nicklist a.selected {
180 display: block;
181 color: black;
182 background: white;
183 text-decoration: none;
52090a1f
CP
184 border-bottom: #c8d2dc 1px solid;
185 cursor: default;
0b638f3c
CP
186}
187
d8272bcb
CP
188.qwebirc-qui .nicklist a.selected-middle {
189 border-top: #c8d2dc 1px solid;
190}
191
0b638f3c
CP
192div#noscript {
193 text-align: center;
0b638f3c 194 font-weight: bold;
cffd43cf
CP
195}
196
197.qwebirc-qui .nicklist div.menu {
198 margin: 0px 0px 0px 5px;
199}
200
201.qwebirc-qui .nicklist div.menu a {
202 border-bottom: 0;
203 border-top: 0;
925fc357
CP
204}
205
7cb09779
CP
206.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
207 cursor: pointer;
208 cursor: hand;
209}
210
211.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
212 text-decoration: underline;
f9b2babd 213}
43cb8910
CP
214
215.qwebirc-qui .tabbar .dropdown-tab {
216 color: red;
217 cursor: pointer;
218 cursor: hand;
219}
220
221.qwebirc-qui div.dropdownmenu {
222 z-index: 100;
223 border: 1px solid #c8d2dc;
224 position: relative;
225 width: auto;
226 top: 10px;
227 left: 10px;
228 padding: 3px;
229 background: #f2f0ff;
230}
231
232.qwebirc-qui div.dropdownmenu a {
233 display: block;
234 font-size: 0.7em;
235 color: black;
236 cursor: pointer;
237 cursor: hand;
238 padding-top: 1px;
239 padding-bottom: 1px;
240}
241
242.qwebirc-qui div.dropdownmenu a:hover {
243 background: white;
244}
245
246.qwebirc-qui div.surface {
247 height: 100%;
248 width: 100%;
249 left: 0px;
250 top: 0px;
251 position: relative;
252 z-index: 50;
253}
254
255.qwebirc-qui div.dropdownhint {
256 position: absolute;
257 left: 5px;
258 z-index: 10;
259
260 top: 30px;
261 font-size: 0.7em;
262}