]> jfr.im git - irc/quakenet/qwebirc.git/blob - css/qui.css
Fix menu height bug in IE.
[irc/quakenet/qwebirc.git] / css / qui.css
1 body {
2 margin: 0;
3 height: 100%;
4 overflow: hidden;
5 font-family: Verdana, sans-serif;
6 }
7
8 html {
9 overflow: hidden;
10 }
11
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
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 {
42 color: black;
43 overflow: auto;
44 font-size: 0.8em;
45 background: #f2f0ff;
46 }
47
48 .qwebirc-qui .ircwindow {
49 font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
50 }
51
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%;
60 }
61
62 .qwebirc-qui form {
63 margin: 0px;
64 padding: 0px;
65 }
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 {
77 color: gray;
78 }
79
80 .qwebirc-qui .topic {
81 color: gray;
82 padding-left: 5px;
83 font-size: 0.7em;
84 }
85
86 .qwebirc-qui .outertabbar {
87 border-bottom: 1px solid #c3cee0;
88 background: #e2ecf9;
89 white-space: nowrap;
90 }
91
92 .qwebirc-qui .tabbar {
93 padding: 4px;
94 font-size: 0.8em;
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 }
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 }
153
154 .qwebirc-qui .nicklist {
155 border-left: 1px solid #c8d2dc;
156 position: absolute;
157 top: 0px;
158 right: 0px;
159 width: 140px;
160 overflow: auto;
161 background: #f2f0ff;
162 color: black;
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;
181 border-bottom: #c8d2dc 1px solid;
182 cursor: default;
183 }
184
185 .qwebirc-qui .nicklist a.selected-middle {
186 border-top: #c8d2dc 1px solid;
187 }
188
189 div#noscript {
190 text-align: center;
191 font-weight: bold;
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;
201 }
202
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;
210 }
211
212 .qwebirc-qui .outertabbar .dropdown-tab {
213 cursor: pointer;
214 cursor: hand;
215 float: left;
216 padding: 4px;
217 }
218
219 .qwebirc-qui .dropdownmenu {
220 z-index: 100;
221 border: 1px solid #c8d2dc;
222 position: relative;
223 top: 10px;
224 left: 10px;
225 background: #f2f0ff;
226 }
227
228 .qwebirc-qui .dropdownmenu a {
229 display: block;
230 font-size: 0.7em;
231 color: black;
232 cursor: pointer;
233 cursor: hand;
234 padding-top: 1px;
235 padding-left: 3px;
236 padding-bottom: 1px;
237 padding-right: 3px;
238 }
239
240 .qwebirc-qui .dropdownmenu a:hover {
241 background: #FFFFFE; /* IE is rubbish and doesn't like #FFFFFF or white */
242 }
243
244 .qwebirc-qui .dropdownhint {
245 position: relative;
246 left: -500px;
247 z-index: 10;
248 white-space: nowrap;
249 font-size: 0.7em;
250 }