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