]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/qui.css
New QUI, mostly works, bar scrolling.
[irc/quakenet/qwebirc.git] / static / css / qui.css
CommitLineData
b1ee83f3 1/*.qwebirc-qui .tabbar {
35155ba7 2 border-bottom: 1px solid #c3cee0;
f4ae92cc 3 padding: 4px;
66de775f 4 background: #e2ecf9;
be0bd774
CP
5 font-size: 0.8em;
6 font-family: Verdana, sans-serif;
66de775f 7 color: #000000;
f4ae92cc
CP
8}
9
35155ba7
CP
10.qwebirc-qui a.tab {
11 border: 1px solid #c8d2dc;
f4ae92cc
CP
12 padding: 2px;
13 cursor: default;
14 margin-right: 2px;
f4ae92cc
CP
15}
16
66de775f
CP
17.qwebirc-qui a.tab {
18 text-decoration: none;
19 color: #000000;
20}
21
66de775f
CP
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
be0bd774 37.qwebirc-qui .input input {
66de775f 38 border: 0px;
f4ae92cc 39 margin: 2px 0px 0px 0px;
35155ba7 40 width: 99%;
be0bd774 41 font-family: Verdana, sans-serif;
f4ae92cc
CP
42}
43
be0bd774
CP
44.qwebirc-qui div.input {
45 left: 0px;
46 right: 0px;
be0bd774 47 position: absolute;
66de775f
CP
48 border-top: 1px solid #c8d2dc;
49 padding-left: 2px;
50 padding-right: 2px;
f4ae92cc
CP
51}
52
ba47bd8b 53.qwebirc-qui .tabclose {
f4ae92cc 54 margin-left: 5px;
35155ba7 55 font-size: 0.6em;
66de775f
CP
56 -moz-border-radius: 2px;
57 -webkit-border-radius: 2px;
f4ae92cc
CP
58}
59
ba47bd8b 60.qwebirc-qui .nicklist {
66de775f 61 border-left: 1px solid #c8d2dc;
be0bd774
CP
62 position: absolute;
63 top: 0px;
64 right: 0px;
f4ae92cc 65 width: 125px;
f4ae92cc 66 overflow: auto;
66de775f
CP
67 background: #f2f0ff;
68 color: black;
be0bd774
CP
69 font-family: Verdana, sans-serif;
70 font-size: 0.7em;
f4ae92cc
CP
71}
72
ba47bd8b 73.qwebirc-qui .tab-invisible {
f4ae92cc
CP
74 display: none;
75}
76
b1ee83f3 77.qwebirc-qui .linestyle1 {
be0bd774 78 background: #efefef;
f4ae92cc
CP
79}
80
be0bd774
CP
81.qwebirc-qui .linestyle2 {
82 background: #eeffff;
b1ee83f3 83}
f4ae92cc 84
30bd2620 85.qwebirc-qui a.tab-hilighted {
be0bd774 86 color: red;
f4ae92cc
CP
87}
88
be0bd774
CP
89.qwebirc-qui .topic {
90 position: absolute;
91 left: 0px;
92 top: 0px;
359b7edd 93 right: 0px;
66de775f
CP
94 background-color: #F2F0FF;
95 border-bottom: 1px dashed #c8d2dc;
96}
97
98.qwebirc-qui .topic .emptytopic {
99 color: grey;
f4ae92cc
CP
100}
101
359b7edd
CP
102.qwebirc-qui .topic {
103 color: grey;
104 font-family: Verdana, sans-serif;
105 padding-left: 5px;
106 font-size: 0.7em;
107}
108
ba47bd8b 109.qwebirc-qui .lines {
f4ae92cc 110 overflow: auto;
be0bd774
CP
111 position: absolute;
112 left: 0px;
66de775f
CP
113 font-family: Verdana;
114 font-size: 0.8em;
115 background: #f2f0ff;
f4ae92cc
CP
116}
117
be0bd774
CP
118.qwebirc-qui .lines div {
119 padding-left: 5px;
f4ae92cc
CP
120}
121
be0bd774
CP
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;
f4ae92cc 139}
90b89aee
CP
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}
359b7edd
CP
184
185.qwebirc-qui form {
186 margin: 0px;
187 padding: 0px;
b1ee83f3
CP
188}
189*/
190
191body {
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}