]> jfr.im git - irc/quakenet/qwebirc.git/blame - css/qui.css
mocha-compressed wasn't in the tree.
[irc/quakenet/qwebirc.git] / 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
CP
52.qwebirc-qui .tab-invisible {
53 display: none;
54}
55
56.qwebirc-qui .input input {
57 border: 0px;
58 margin: 2px 0px 0px 0px;
59 width: 99%;
b1ee83f3
CP
60}
61
62.qwebirc-qui form {
63 margin: 0px;
64 padding: 0px;
65}
70638ce4
CP
66
67.qwebirc-qui .topic {
68 position: absolute;
69 left: 0px;
70 top: 0px;
71 right: 0px;
72 background-color: #F2F0FF;
73 border-bottom: 1px dashed #c8d2dc;
74}
75
76.qwebirc-qui .topic .emptytopic {
52090a1f 77 color: gray;
70638ce4
CP
78}
79
80.qwebirc-qui .topic {
52090a1f 81 color: gray;
70638ce4
CP
82 padding-left: 5px;
83 font-size: 0.7em;
84}
85
941e1642 86.qwebirc-qui .outertabbar {
70638ce4 87 border-bottom: 1px solid #c3cee0;
70638ce4 88 background: #e2ecf9;
391f51ff 89 white-space: nowrap;
941e1642
CP
90}
91
92.qwebirc-qui .tabbar {
93 padding: 4px;
70638ce4 94 font-size: 0.8em;
70638ce4
CP
95 color: #000000;
96}
97
98.qwebirc-qui a.tab {
99 border: 1px solid #c8d2dc;
100 padding: 2px;
101 cursor: default;
102 margin-right: 2px;
103 -moz-border-radius: 4px;
104 -webkit-border-radius: 4px;
105}
106
107.qwebirc-qui a.tab {
108 text-decoration: none;
109 color: #000000;
110}
111
112.qwebirc-qui .tab:hover {
113 background: #ffffff;
114 border: 1px solid #c8d2dc;
115 -moz-border-radius: 4px;
116 -webkit-border-radius: 4px;
117}
118
119.qwebirc-qui .tab-selected {
120 background: #ffffff;
121 border: 1px solid #c8d2dc;
122 -moz-border-radius: 4px;
123 -webkit-border-radius: 4px;
124 color: #333333;
125}
126
127.qwebirc-qui div.input {
128 border-top: 1px solid #c3cee0;
129 padding-left: 3px;
130 padding-right: 3px;
131}
132
133.qwebirc-qui .tabclose {
134 margin-left: 5px;
135 font-size: 0.6em;
136 vertical-align: top;
137 padding-left: 3px;
138 -moz-border-radius: 2px;
139 -webkit-border-radius: 2px;
140}
96f28062
CP
141
142.qwebirc-qui a.tab-hilight-activity {
143 color: green;
144}
145
146.qwebirc-qui a.tab-hilight-speech {
147 color: blue;
148}
149
150.qwebirc-qui a.tab-hilight-us {
151 color: red;
152}
52090a1f
CP
153
154.qwebirc-qui .nicklist {
155 border-left: 1px solid #c8d2dc;
156 position: absolute;
157 top: 0px;
158 right: 0px;
cffd43cf 159 width: 140px;
52090a1f
CP
160 overflow: auto;
161 background: #f2f0ff;
162 color: black;
52090a1f
CP
163 font-size: 0.7em;
164}
165
166.qwebirc-qui .nicklist a {
167 display: block;
168 color: black;
169 text-decoration: none;
170 cursor: default;
171 border-top: 1px solid #f2f0ff;
172 border-bottom: 1px solid #f2f0ff;
173 padding-left: 1px;
174}
175
176.qwebirc-qui .nicklist a.selected {
177 display: block;
178 color: black;
179 background: white;
180 text-decoration: none;
52090a1f
CP
181 border-bottom: #c8d2dc 1px solid;
182 cursor: default;
0b638f3c
CP
183}
184
d8272bcb
CP
185.qwebirc-qui .nicklist a.selected-middle {
186 border-top: #c8d2dc 1px solid;
187}
188
0b638f3c
CP
189div#noscript {
190 text-align: center;
0b638f3c 191 font-weight: bold;
cffd43cf
CP
192}
193
194.qwebirc-qui .nicklist div.menu {
195 margin: 0px 0px 0px 5px;
196}
197
198.qwebirc-qui .nicklist div.menu a {
199 border-bottom: 0;
200 border-top: 0;
925fc357
CP
201}
202
7cb09779
CP
203.qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
204 cursor: pointer;
205 cursor: hand;
206}
207
208.qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
209 text-decoration: underline;
f9b2babd 210}
43cb8910 211
941e1642 212.qwebirc-qui .outertabbar .dropdown-tab {
43cb8910
CP
213 cursor: pointer;
214 cursor: hand;
941e1642
CP
215 float: left;
216 padding: 4px;
43cb8910
CP
217}
218
219.qwebirc-qui div.dropdownmenu {
220 z-index: 100;
221 border: 1px solid #c8d2dc;
222 position: relative;
223 width: auto;
224 top: 10px;
225 left: 10px;
43cb8910
CP
226 background: #f2f0ff;
227}
228
229.qwebirc-qui div.dropdownmenu a {
230 display: block;
231 font-size: 0.7em;
232 color: black;
233 cursor: pointer;
234 cursor: hand;
235 padding-top: 1px;
4355d625 236 padding-left: 3px;
43cb8910 237 padding-bottom: 1px;
4355d625 238 padding-right: 3px;
43cb8910
CP
239}
240
241.qwebirc-qui div.dropdownmenu a:hover {
242 background: white;
243}
244
245.qwebirc-qui div.surface {
246 height: 100%;
247 width: 100%;
248 left: 0px;
249 top: 0px;
250 position: relative;
251 z-index: 50;
252}
253
254.qwebirc-qui div.dropdownhint {
255 position: absolute;
256 left: 5px;
257 z-index: 10;
258
259 top: 30px;
260 font-size: 0.7em;
261}