]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/qui.css
53d05ec672d80a0ac3eb5149462655e5c4a6464e
[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 overflow: auto;
82 font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
83 font-size: 0.8em;
84 background: #f2f0ff;
85 }
86
87 .qwebirc-qui .nicklist {
88 border-left: 1px solid #c8d2dc;
89 position: absolute;
90 top: 0px;
91 right: 0px;
92 width: 125px;
93 overflow: auto;
94 background: #f2f0ff;
95 color: black;
96 font-family: Verdana, sans-serif;
97 font-size: 0.7em;
98 }
99
100 .qwebirc-qui .tabbar {
101 border-bottom: 1px solid #c3cee0;
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 }
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
182 .qwebirc-qui div.input {
183 border-top: 1px solid #c3cee0;
184 padding-left: 3px;
185 padding-right: 3px;
186 }
187
188 .qwebirc-qui .tabclose {
189 margin-left: 5px;
190 font-size: 0.6em;
191 vertical-align: top;
192 padding-left: 3px;
193 -moz-border-radius: 2px;
194 -webkit-border-radius: 2px;
195 }
196
197 .qwebirc-qui a.tab-hilight-activity {
198 color: green;
199 }
200
201 .qwebirc-qui a.tab-hilight-speech {
202 color: blue;
203 }
204
205 .qwebirc-qui a.tab-hilight-us {
206 color: red;
207 }