]> jfr.im git - irc/quakenet/qwebirc.git/blob - static/css/qui.css
Fix font issue.
[irc/quakenet/qwebirc.git] / static / css / qui.css
1 body {
2 margin: 0;
3 height: 100%;
4 overflow: hidden;
5 font-family: Verdana, sans-serif;
6 }
7
8 html {
9 overflow: hidden;
10 }
11
12 #ircui {
13 position: absolute;
14 left: 0px;
15 right: 0px;
16 top: 0px;
17 height: 100%;
18 width: 100%;
19 overflow: hidden;
20 }
21
22 .qwebirc-qui .dynamicpanel {
23 position: absolute;
24 }
25 .qwebirc-qui .widepanel, .leftboundpanel {
26 left: 0px;
27 }
28 .qwebirc-qui .widepanel {
29 width: 100%;
30 }
31 .qwebirc-qui .topboundpanel {
32 top: 0px;
33 }
34 .qwebirc-qui .rightboundpanel {
35 /*right: 0px;*/
36 }
37 .qwebirc-qui .bottomboundpanel {
38 color: red;
39 }
40
41 .qwebirc-qui .lines {
42 color: black;
43 overflow: auto;
44 font-size: 0.8em;
45 background: #f2f0ff;
46 }
47
48 .qwebirc-qui .ircwindow {
49 font-family: Consolas, "Lucida Console", Verdana, monospace, sans-serif, "sans serif";
50 }
51
52 .qwebirc-qui .tabbar {
53 border-bottom: 1px solid #c3cee0;
54 background: #e2ecf9;
55 font-size: 0.8em;
56 color: #000000;
57 }
58
59 .qwebirc-qui .tab-invisible {
60 display: none;
61 }
62
63 .qwebirc-qui .input input {
64 border: 0px;
65 margin: 2px 0px 0px 0px;
66 width: 99%;
67 }
68
69 .qwebirc-qui form {
70 margin: 0px;
71 padding: 0px;
72 }
73
74 .qwebirc-qui .topic {
75 position: absolute;
76 left: 0px;
77 top: 0px;
78 right: 0px;
79 background-color: #F2F0FF;
80 border-bottom: 1px dashed #c8d2dc;
81 }
82
83 .qwebirc-qui .topic .emptytopic {
84 color: gray;
85 }
86
87 .qwebirc-qui .topic {
88 color: gray;
89 padding-left: 5px;
90 font-size: 0.7em;
91 }
92
93 .qwebirc-qui .tabbar {
94 border-bottom: 1px solid #c3cee0;
95 padding: 4px;
96 background: #e2ecf9;
97 font-size: 0.8em;
98 color: #000000;
99 }
100
101 .qwebirc-qui a.tab {
102 border: 1px solid #c8d2dc;
103 padding: 2px;
104 cursor: default;
105 margin-right: 2px;
106 -moz-border-radius: 4px;
107 -webkit-border-radius: 4px;
108 }
109
110 .qwebirc-qui a.tab {
111 text-decoration: none;
112 color: #000000;
113 }
114
115 .qwebirc-qui .tab:hover {
116 background: #ffffff;
117 border: 1px solid #c8d2dc;
118 -moz-border-radius: 4px;
119 -webkit-border-radius: 4px;
120 }
121
122 .qwebirc-qui .tab-selected {
123 background: #ffffff;
124 border: 1px solid #c8d2dc;
125 -moz-border-radius: 4px;
126 -webkit-border-radius: 4px;
127 color: #333333;
128 }
129
130 .qwebirc-qui div.input {
131 border-top: 1px solid #c3cee0;
132 padding-left: 3px;
133 padding-right: 3px;
134 }
135
136 .qwebirc-qui .tabclose {
137 margin-left: 5px;
138 font-size: 0.6em;
139 vertical-align: top;
140 padding-left: 3px;
141 -moz-border-radius: 2px;
142 -webkit-border-radius: 2px;
143 }
144
145 .qwebirc-qui a.tab-hilight-activity {
146 color: green;
147 }
148
149 .qwebirc-qui a.tab-hilight-speech {
150 color: blue;
151 }
152
153 .qwebirc-qui a.tab-hilight-us {
154 color: red;
155 }
156
157 .qwebirc-qui .nicklist {
158 border-left: 1px solid #c8d2dc;
159 position: absolute;
160 top: 0px;
161 right: 0px;
162 width: 140px;
163 overflow: auto;
164 background: #f2f0ff;
165 color: black;
166 font-size: 0.7em;
167 }
168
169 .qwebirc-qui .nicklist a {
170 display: block;
171 color: black;
172 text-decoration: none;
173 cursor: default;
174 border-top: 1px solid #f2f0ff;
175 border-bottom: 1px solid #f2f0ff;
176 padding-left: 1px;
177 }
178
179 .qwebirc-qui .nicklist a.selected {
180 display: block;
181 color: black;
182 background: white;
183 text-decoration: none;
184 border-bottom: #c8d2dc 1px solid;
185 cursor: default;
186 }
187
188 .qwebirc-qui .nicklist a.selected-middle {
189 border-top: #c8d2dc 1px solid;
190 }
191
192 div#noscript {
193 text-align: center;
194 font-weight: bold;
195 }
196
197 .qwebirc-qui .nicklist div.menu {
198 margin: 0px 0px 0px 5px;
199 }
200
201 .qwebirc-qui .nicklist div.menu a {
202 border-bottom: 0;
203 border-top: 0;
204 }
205
206 .qwebirc-qui .hyperlink-whois, .hyperlink-qwhois, .hyperlink-channel {
207 cursor: pointer;
208 cursor: hand;
209 }
210
211 .qwebirc-qui .hyperlink-whois:hover, .hyperlink-qwhois:hover, .hyperlink-channel:hover {
212 text-decoration: underline;
213 }