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