]> jfr.im git - irc/quakenet/qwebirc.git/blame - static/css/qui.css
0.5
[irc/quakenet/qwebirc.git] / static / css / qui.css
CommitLineData
90b89aee
CP
1.qwebirc-qui .loginbox {
2 font-family: Verdana, sans-serif;
3 height: 100%;
4 width: 100%;
5 vertical-align: middle;
6}
7
8.qwebirc-qui .loginbox .tr1 {
9 width: 100%;
10 vertical-align: bottom;
11 text-align: center;
12}
13
14.qwebirc-qui .loginbox .tr2 {
15 width: 100%;
16 vertical-align: top;
17 text-align: center;
18}
19
20.qwebirc-qui .loginbox .tr2 table {
21 margin-left: auto;
22 margin-right: auto;
23 text-align: left;
24}
25
26.qwebirc-qui .confirmbox {
27 font-family: Verdana, sans-serif;
28 height: 100%;
29 width: 100%;
30 vertical-align: middle;
31}
32
33.qwebirc-qui .confirmbox .tr1 td {
34 width: 100%;
35 vertical-align: bottom;
36 text-align: center;
37}
38
39.qwebirc-qui .confirmbox .tr2 td {
40 width: 100%;
41 vertical-align: top;
42 text-align: center;
43}
359b7edd 44
b1ee83f3
CP
45body {
46 margin: 0;
47}
48.qwebirc-qui .dynamicpanel {
49 position: absolute;
50}
51.qwebirc-qui .widepanel, .leftboundpanel {
52 left: 0px;
53}
54.qwebirc-qui .widepanel {
55 width: 100%;
56}
57.qwebirc-qui .topboundpanel {
58 top: 0px;
59}
60.qwebirc-qui .rightboundpanel {
61 /*right: 0px;*/
62}
63.qwebirc-qui .bottomboundpanel {
64 color: red;
65}
66
67.qwebirc-qui .lines {
68 overflow: auto;
70638ce4 69 font-family: Consolas, Verdana, sans-serif, "sans serif";
b1ee83f3
CP
70 font-size: 0.8em;
71 background: #f2f0ff;
72}
73
74.qwebirc-qui .nicklist {
70638ce4
CP
75 border-left: 1px solid #c8d2dc;
76 position: absolute;
77 top: 0px;
78 right: 0px;
79 width: 125px;
b1ee83f3 80 overflow: auto;
70638ce4
CP
81 background: #f2f0ff;
82 color: black;
83 font-family: Verdana, sans-serif;
84 font-size: 0.7em;
b1ee83f3
CP
85}
86
87.qwebirc-qui .tabbar {
70638ce4 88 border-bottom: 1px solid #c3cee0;
b1ee83f3
CP
89 background: #e2ecf9;
90 font-size: 0.8em;
91 font-family: Verdana, sans-serif;
92 color: #000000;
93}
94
95.qwebirc-qui .tab-invisible {
96 display: none;
97}
98
99.qwebirc-qui .input input {
100 border: 0px;
101 margin: 2px 0px 0px 0px;
102 width: 99%;
103 font-family: Verdana, sans-serif;
104}
105
106.qwebirc-qui form {
107 margin: 0px;
108 padding: 0px;
109}
70638ce4
CP
110
111.qwebirc-qui .topic {
112 position: absolute;
113 left: 0px;
114 top: 0px;
115 right: 0px;
116 background-color: #F2F0FF;
117 border-bottom: 1px dashed #c8d2dc;
118}
119
120.qwebirc-qui .topic .emptytopic {
121 color: grey;
122}
123
124.qwebirc-qui .topic {
125 color: grey;
126 font-family: Verdana, sans-serif;
127 padding-left: 5px;
128 font-size: 0.7em;
129}
130
131.qwebirc-qui .tabbar {
132 border-bottom: 1px solid #c3cee0;
133 padding: 4px;
134 background: #e2ecf9;
135 font-size: 0.8em;
136 font-family: Verdana, sans-serif;
137 color: #000000;
138}
139
140.qwebirc-qui a.tab {
141 border: 1px solid #c8d2dc;
142 padding: 2px;
143 cursor: default;
144 margin-right: 2px;
145 -moz-border-radius: 4px;
146 -webkit-border-radius: 4px;
147}
148
149.qwebirc-qui a.tab {
150 text-decoration: none;
151 color: #000000;
152}
153
154.qwebirc-qui .tab:hover {
155 background: #ffffff;
156 border: 1px solid #c8d2dc;
157 -moz-border-radius: 4px;
158 -webkit-border-radius: 4px;
159}
160
161.qwebirc-qui .tab-selected {
162 background: #ffffff;
163 border: 1px solid #c8d2dc;
164 -moz-border-radius: 4px;
165 -webkit-border-radius: 4px;
166 color: #333333;
167}
168
169.qwebirc-qui div.input {
170 border-top: 1px solid #c3cee0;
171 padding-left: 3px;
172 padding-right: 3px;
173}
174
175.qwebirc-qui .tabclose {
176 margin-left: 5px;
177 font-size: 0.6em;
178 vertical-align: top;
179 padding-left: 3px;
180 -moz-border-radius: 2px;
181 -webkit-border-radius: 2px;
182}