]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/qui.css
Add noscript tag.
[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 .tabbar {
88 border-bottom: 1px solid #c3cee0;
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 }
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: gray;
122 }
123
124 .qwebirc-qui .topic {
125 color: gray;
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 }
183
184 .qwebirc-qui a.tab-hilight-activity {
185 color: green;
186 }
187
188 .qwebirc-qui a.tab-hilight-speech {
189 color: blue;
190 }
191
192 .qwebirc-qui a.tab-hilight-us {
193 color: red;
194 }
195
196 .qwebirc-qui .nicklist {
197 border-left: 1px solid #c8d2dc;
198 position: absolute;
199 top: 0px;
200 right: 0px;
201 width: 125px;
202 overflow: auto;
203 background: #f2f0ff;
204 color: black;
205 font-family: Verdana, sans-serif;
206 font-size: 0.7em;
207 }
208
209 .qwebirc-qui .nicklist a {
210 display: block;
211 color: black;
212 text-decoration: none;
213 cursor: default;
214 border-top: 1px solid #f2f0ff;
215 border-bottom: 1px solid #f2f0ff;
216 padding-left: 1px;
217 }
218
219 .qwebirc-qui .nicklist a.selected {
220 display: block;
221 color: black;
222 background: white;
223 text-decoration: none;
224 border-top: #c8d2dc 1px solid;
225 border-bottom: #c8d2dc 1px solid;
226 cursor: default;
227 }
228
229 div#noscript {
230 text-align: center;
231 font-family: Verdana, sans-serif;
232 font-weight: bold;
233 }