]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/qui.css
IE6 fix.
[irc/quakenet/qwebirc.git] / static / css / qui.css
CommitLineData
b59f2549
CP
1body {
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
90b89aee
CP
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}
359b7edd 60
b1ee83f3
CP
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 overflow: auto;
0757fa00 82 font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
b1ee83f3
CP
83 font-size: 0.8em;
84 background: #f2f0ff;
85}
86
87.qwebirc-qui .nicklist {
70638ce4
CP
88 border-left: 1px solid #c8d2dc;
89 position: absolute;
90 top: 0px;
91 right: 0px;
92 width: 125px;
b1ee83f3 93 overflow: auto;
70638ce4
CP
94 background: #f2f0ff;
95 color: black;
96 font-family: Verdana, sans-serif;
97 font-size: 0.7em;
b1ee83f3
CP
98}
99
100.qwebirc-qui .tabbar {
70638ce4 101 border-bottom: 1px solid #c3cee0;
b1ee83f3
CP
102 background: #e2ecf9;
103 font-size: 0.8em;
104 font-family: Verdana, sans-serif;
105 color: #000000;
106}
107
108.qwebirc-qui .tab-invisible {
109 display: none;
110}
111
112.qwebirc-qui .input input {
113 border: 0px;
114 margin: 2px 0px 0px 0px;
115 width: 99%;
116 font-family: Verdana, sans-serif;
117}
118
119.qwebirc-qui form {
120 margin: 0px;
121 padding: 0px;
122}
70638ce4
CP
123
124.qwebirc-qui .topic {
125 position: absolute;
126 left: 0px;
127 top: 0px;
128 right: 0px;
129 background-color: #F2F0FF;
130 border-bottom: 1px dashed #c8d2dc;
131}
132
133.qwebirc-qui .topic .emptytopic {
134 color: grey;
135}
136
137.qwebirc-qui .topic {
138 color: grey;
139 font-family: Verdana, sans-serif;
140 padding-left: 5px;
141 font-size: 0.7em;
142}
143
144.qwebirc-qui .tabbar {
145 border-bottom: 1px solid #c3cee0;
146 padding: 4px;
147 background: #e2ecf9;
148 font-size: 0.8em;
149 font-family: Verdana, sans-serif;
150 color: #000000;
151}
152
153.qwebirc-qui a.tab {
154 border: 1px solid #c8d2dc;
155 padding: 2px;
156 cursor: default;
157 margin-right: 2px;
158 -moz-border-radius: 4px;
159 -webkit-border-radius: 4px;
160}
161
162.qwebirc-qui a.tab {
163 text-decoration: none;
164 color: #000000;
165}
166
167.qwebirc-qui .tab:hover {
168 background: #ffffff;
169 border: 1px solid #c8d2dc;
170 -moz-border-radius: 4px;
171 -webkit-border-radius: 4px;
172}
173
174.qwebirc-qui .tab-selected {
175 background: #ffffff;
176 border: 1px solid #c8d2dc;
177 -moz-border-radius: 4px;
178 -webkit-border-radius: 4px;
179 color: #333333;
180}
181
0757fa00
CP
182.qwebirc-qui a.tab-hilighted {
183 color: red;
184}
185
70638ce4
CP
186.qwebirc-qui div.input {
187 border-top: 1px solid #c3cee0;
188 padding-left: 3px;
189 padding-right: 3px;
190}
191
192.qwebirc-qui .tabclose {
193 margin-left: 5px;
194 font-size: 0.6em;
195 vertical-align: top;
196 padding-left: 3px;
197 -moz-border-radius: 2px;
198 -webkit-border-radius: 2px;
199}