Replace calls to console.log() with Winston.info() etc.
[KiwiIRC.git] / client / assets / themes / basic / style.css
1 #kiwi {
2 background: url(background-light.png) left top repeat-x #E3E3E3;
3 color: #555555;
4 }
5 #kiwi,
6 #kiwi input,
7 #kiwi button,
8 #kiwi textarea {
9 font-family:Arial, Helvetica, sans-serif;
10 font-size:14px; line-height:1.4em;
11 }
12 #kiwi button, #kiwi input { padding: 3px 7px; }
13 #kiwi input, #kiwi textarea {
14 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3);
15 border: none;
16 border-radius: 3px;
17 }
18 #kiwi button {
19 border-radius: 2px;
20 border: none;
21 background: #8ab746;
22 cursor: pointer;
23 color: #1b1b1b;
24 }
25 #kiwi button:disabled { color: #464646; background:#9cc164; }
26
27 #kiwi .toolbar {
28 background-color:#1B1B1B; font-size:0.9em;
29 }
30 #kiwi .controlbox { background-color:#1B1B1B; }
31 #kiwi .memberlists_resize_handle {
32 /*display:none; width:0;*/
33 }
34 #kiwi .toolbar .panellist li {
35 line-height: 1.4em;
36 vertical-align: middle;
37
38 border-radius:5px;
39 -moz-border-radius:5px;
40 -webkit-border-radius:5px;
41 -khtml-border-radius:5px;
42
43 border: 1px solid #333;
44 background-color: #eee;
45 }
46
47 #kiwi .toolbar .tabs { margin-right:0 !important; }
48 #kiwi .toolbar .panellist .alert_highlight { font-weight:bold; color:red; }
49 #kiwi .toolbar .panellist .alert_activity { font-weight:normal; color:green; }
50 #kiwi .toolbar .panellist .alert_action { font-weight:normal; color:green; }
51
52 #kiwi .toolbar .panellist .active { padding-right:25px; border-top:2px solid #df6b26; border-bottom:none; }
53 #kiwi .toolbar .panellist li .part {}
54 #kiwi .toolbar .panellist li .part:before { content:"[x]"; }
55
56 #kiwi .toolbar .panellist li.server span { padding-left: 5px; }
57 #kiwi.connected .toolbar .panellist li.server:before { content: "\f0ec"; color:#3F9532; }
58 #kiwi .toolbar .panellist li.server:before { content: "\f06a"; color:#900; font-size:1.5em; line-height:1em; vertical-align:middle; }
59
60
61 /* Tab texts are within a span */
62 #kiwi .toolbar .panellist li span { line-height:20px; vertical-align:middle; display:inline-block; }
63
64 #kiwi .toolbar .panellist li .activity { display:inline; margin-left:0.5em; font-style:italic; font-size:0.8em; }
65 #kiwi .toolbar .panellist li .activity:before { content:"("; }
66 #kiwi .toolbar .panellist li .activity:after { content:")"; }
67
68 #kiwi .status_message {
69 background: #FEEFB3; color: #9F6000;
70 border-bottom: 1px solid;
71 padding: 0.9em;
72 text-align: center; font-size:1.1em;
73 }
74 #kiwi .status_message.err { color:#D8000C; background:#FFBABA; }
75
76 #kiwi .channel_tools {
77 margin-bottom: 5px;
78 padding: 0 5%;
79 }
80 #kiwi .channel_tools i {
81 width: 47%;
82 font-size: 1.6em;
83 line-height: 1.6em;
84 }
85 #kiwi .channel_tools i:hover {
86 transition: color 0.3s;
87 color: #88C56A;
88 }
89
90 #kiwi .messages { }
91 #kiwi .messages.active { }
92 #kiwi .messages a { text-decoration:underline; }
93
94 #kiwi .messages .msg { border: none; padding: 2px 5px; }
95 #kiwi .messages .msg > div { font-family: Consolas, "Lucida Console", monospace; font-size:0.9em; }
96 #kiwi .messages .msg .time { display:none; margin-right:1em; margin-left:2px; color:gray; }
97 #kiwi .messages .msg .nick { display:inline; margin-right:1em; }
98 #kiwi .messages .msg .nick:before { content:"<"; }
99 #kiwi .messages .msg .nick:after { content:">"; }
100 #kiwi .messages .msg .text { white-space:pre-wrap; word-wrap:break-word; color:#1e1e1e; }
101
102 #kiwi .messages .msg.action .nick,
103 #kiwi .messages .msg.static .nick,
104 #kiwi .messages .msg.topic .nick { display:none; }
105
106 #kiwi .messages .msg.action .text { color:#009900; font-style:italic; }
107 #kiwi .messages .msg.action.join { color:#009900; }
108 #kiwi .messages .msg.action.part .text { color:#900; }
109 #kiwi .messages .msg.action.quit .text { color:#900; }
110 #kiwi .messages .msg.action.kick .text { color:#900; }
111
112 #kiwi .messages .msg.motd { border:none; }
113 /*#kiwi .messages .msg.motd .nick { display:none; }*/
114 #kiwi .messages .msg.motd .text { color:#666; }
115 #kiwi .messages .msg.whois .nick { font-weight:normal; }
116 #kiwi .messages .msg.whois .text { padding-left:1em; border-left:1px dashed #999; }
117 #kiwi .messages .msg.error .text {
118 border:1px solid #A33F3F; background-color:#D28A8A;
119 padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em;
120 }
121
122 #kiwi.timestamps .messages .msg .time { display:inline; }
123 #kiwi.timestamps .messages .msg .text { }
124
125 #kiwi .messages .msg.global_nick_highlight,
126 #kiwi .messages .msg.highlight { background:#D9D9D9; }
127
128 /* Narrow styling (window width < 400px) */
129 #kiwi.narrow .messages .msg .nick { width: auto; }
130 #kiwi.narrow .messages .msg .text { margin-left: 1em; border:none; }
131 #kiwi.narrow .messages .msg.action .text { margin-left: 1em; }
132
133 #kiwi .messages .msg .media { margin-left:0.5em; }
134 #kiwi .messages .msg .media a { text-decoration:none; }
135 #kiwi .messages .msg .media .media_close { font-size:0.9em; }
136 #kiwi .messages .msg .media .media_content { margin:10px 0 0 2em; overflow:hidden; }
137 #kiwi .messages .msg .media .media_content img { padding:3px; border:1px solid gray; }
138 #kiwi .messages .msg .media .media_content > .content {
139 background: white;
140 overflow: hidden;
141 padding: 10px;
142 border: #DDD 1px solid;
143 border-top-color: #EEE;
144 border-bottom-color: #BBB;
145 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
146 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
147 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
148 border-radius: 5px;
149 float: left;
150 }
151
152 #kiwi .messages .msg .media.twitter .media_content > .content {
153 background: transparent;
154 border:none;
155 overflow: hidden;
156 box-shadow: none;
157 padding: 0;
158 }
159 #kiwi .messages .msg .media.reddit .thumbnail_nsfw {
160 display: inline-block;
161 float: left;
162 }
163 #kiwi .messages .msg .media.reddit .thumbnail { float:left; margin-right: 0.5em; }
164
165
166
167 #kiwi .right_bar {
168 background-color: #DADADA;
169 border-left: 1px dashed #8A8A8A;
170 }
171 #kiwi .memberlists ul { list-style: none; margin-left:2px; }
172 #kiwi .memberlists ul.active { }
173 #kiwi .memberlists ul li { padding:0 2px; }
174 #kiwi .memberlists ul li:hover {}
175 #kiwi .memberlists ul li a.nick { display:block; color:black; }
176
177 #kiwi .userbox { margin:0 1em 5px 1em; padding-bottom:0.7em; font-size:.9em; }
178 #kiwi .userbox a { display:block; text-decoration:none; margin-bottom:2px; }
179 #kiwi .userbox a i { font-size:1.1em; margin-right:5px; }
180
181
182 #kiwi .controlbox .input {
183 background:#fff; margin:3px;
184 height:1.7em;
185 }
186 #kiwi .controlbox .input .nick {
187 text-align: right;
188 width: 11em;
189 left: 0px;
190 position: absolute;
191 padding: 2px;
192 overflow: hidden;
193 }
194 #kiwi .controlbox .input .nick:after { content:">"; margin-left:3px; top:2px; }
195 #kiwi .controlbox .input .nick a { text-decoration:none; color:black; }
196 #kiwi .controlbox .input .input_wrap {
197 position:absolute;
198 right:3px; left:12em;
199 height:1.7em;
200 }
201 #kiwi .controlbox .input .inp {
202 line-height:1.7em;
203 border: medium none;
204 box-shadow: none;
205 border-radius: 0;
206 resize:none;
207 overflow:hidden;
208 position:relative;
209 height:100%; width:100%;
210 display: block;
211 outline: none;
212 }
213
214
215 #kiwi .controlbox .nickchange {
216 padding:10px; left: 0px;
217 background: #1B1B1B; color:#eeeeee;
218 }
219 #kiwi .controlbox .nickchange input { padding:0.3em 0.5em; margin-left: 0.5em; }
220 #kiwi .controlbox .nickchange button { padding:0.5em; margin: 0 0.5em 0 1em; }
221
222
223
224 #kiwi .toolbar .topic { }
225 #kiwi .toolbar .topic div {
226 top:2; bottom:2px; left:0; width:100%;
227 padding: 0.2em 1em;
228 text-align: center;
229 box-shadow: none;
230 border-radius: 0;
231 background-color:#FFF;
232 height: 1.5em;
233 overflow: hidden;
234 outline: none;
235 }
236 #kiwi .toolbar .topic:hover div {
237 min-height:1.5em;
238 white-space:pre-wrap; word-wrap:break-word;
239 overflow:visible;
240 background-color:#FFF;
241 z-index: 1;
242 height:auto; bottom:auto;
243 border-bottom: 1px dotted #1B1B1B;
244 }
245
246
247 #kiwi .toolbar .app_tools { padding-left:10px; color:#D4D4D4; }
248 #kiwi .toolbar .app_tools ul li {
249 font-size:26px;
250 -webkit-transition: all .3s ease;
251 -moz-transition: all .3s ease;
252 transition: all .3s ease;
253 margin-left:10px;
254 }
255 #kiwi .toolbar .app_tools ul li:hover { color:#88C56A; }
256 #kiwi .toolbar .app_tools img { }
257
258
259 /* The server select dialog */
260 #kiwi .server_select { margin-left:auto; margin-right:auto; }
261 #kiwi .server_select a { text-decoration: none; }
262 #kiwi .server_select .more { display: none; width:270px; margin:0 auto; }
263 #kiwi .server_select table tr td { padding:5px; }
264 #kiwi .server_select button {
265 /*padding: 10px 25px;*/
266 padding: 0.5em 1em;
267 font-size: 1.1em;
268 width: 196px;
269 margin: 20px auto;
270 display: block;
271 }
272 #kiwi .server_select input { padding:3px 7px; width:150px; }
273 #kiwi .server_select label { }
274 #kiwi .server_select br { clear:both; }
275 #kiwi .server_select .basic input, .server_select .basic button { font-size:1em; padding:0.5em 1em; }
276 #kiwi .server_select .basic input { width:170px; }
277 #kiwi .server_select .basic label { font-size:1.3em; margin-top:4px; }
278 #kiwi .server_select .basic tr.have_pass { font-size:0.8em; }
279 #kiwi .server_select .basic tr.channel td { padding-top:1em; }
280 #kiwi .server_select .basic { border-bottom: 1px dashed gray; margin-bottom:1em; }
281 #kiwi .server_select .basic .show_more { display: block; width:110px; margin:10px 0 0 0; font-size:0.8em; }
282 #kiwi .server_select.single_server .basic { border:none; }
283 #kiwi .server_select .status { text-align: center; font-weight: bold; padding:1em; }
284 #kiwi .server_select .status.ok { }
285 #kiwi .server_select .status.error {
286 border:1px solid #A33F3F; background-color:#D28A8A;
287 padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em;
288 }
289
290
291 #kiwi .server_select .kiwi_logo { margin-top:30px; text-align:center; display:block; }
292 #kiwi .server_select .kiwi_logo h1 {
293 font-size:14px;
294 line-height:48px; vertical-align: middle;
295 color: #555555;
296 }
297 #kiwi .server_select .kiwi_logo img { display:inline; width:24px; }
298
299
300 #kiwi.chanlist_treeview .panels { left:160px; }
301 #kiwi.chanlist_treeview .toolbar { position:static; }
302 #kiwi.chanlist_treeview .toolbar .app_tools { float:none; }
303 #kiwi.chanlist_treeview .toolbar > div { margin-left:160px; }
304 #kiwi.chanlist_treeview .toolbar .tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:160px; background:#1B1B1B; overflow-y:auto; }
305 #kiwi.chanlist_treeview .tabs ul li { display:block; float:none; }
306 #kiwi.chanlist_treeview .tabs ul li .activity { float:right; }
307 #kiwi.chanlist_treeview .tabs ul li.active {
308 margin-right:0;
309 border-right-width:0;
310 border-bottom-right-radius:0;
311 border-top-right-radius:0;
312 }
313
314
315 #kiwi .ui_menu .ui_menu_foot .close { float:right; font-size:0.9em; margin-right:1em; color: #999; }
316 #kiwi .ui_menu .ui_menu_foot .close:hover { color: #222; }
317
318 #kiwi .channel_info .channel-banlist table { margin-top: 10px; border-spacing: 10px 3px; }
319 #kiwi .channel_info .channel-banlist thead { font-style: italic; }
320 #kiwi .channel_info .remove-ban:hover { color: #900; }