textstyle plugin reset
[KiwiIRC.git] / client / assets / themes / cli / style.css
CommitLineData
83dc56c5 1#kiwi { background:#191919; color:#6d6d6d; }
05934d33
JA
2#kiwi,
3#kiwi input,
4#kiwi button,
5#kiwi textarea {
6 font-family:Arial, Helvetica, sans-serif;
7 font-size:14px; line-height:1.4em;
8}
9#kiwi button, #kiwi input { padding: 3px 7px; }
10
11#kiwi .controlbox { background:#111111; border-top:1px solid #444444; color:#909090; font-size:1.3em; line-height:2em; }
12#kiwi .controlbox .input_wrap:before { content:"> " }
13#kiwi .controlbox .input { background:none; border:none;}
14#kiwi .controlbox .input .nick { line-height:1.7em; padding:0; text-align: right; width:11em; left:0px; position:absolute; overflow:hidden; }
15#kiwi .controlbox .input .input_wrap {
16 position:absolute;
17 right:7px; left: 12.2em;
18 height:1.7em;
19}
20#kiwi .controlbox .input .inp {
21 line-height:1.4em;
22 font-size:1.3em;
23 background:transparent; color:#909090;
24 border: medium none;
25 box-shadow: none;
26 border-radius: 0;
27 outline:none; resize:none;
28 overflow:hidden;
29 position:absolute;
30 top: 0px;
31 height:99%; width:98%;
32 display: inline;
33 padding-left:0.5em;
34}
35
bf6c96c5 36#kiwi .toolbar .topic { background:#111111; height:2em; border-bottom:1px solid #2B2B2B; border-top:1px solid #2B2B2B; }
05934d33
JA
37#kiwi .toolbar .topic div {
38 width:100%; height: 1.5em;
39 padding: 0.2em 1em;
40 text-align: center;
41 color:#6d6d6d;
42 border:none; outline:none;
43 overflow: hidden;
44 white-space: nowrap;
5fffe5fc
D
45
46 background: #333333; /* Old browsers */
47 background: -moz-linear-gradient(top, #333333 0%, #111111 100%); /* FF3.6+ */
48 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* Chrome,Safari4+ */
49 background: -webkit-linear-gradient(top, #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
50 background: -o-linear-gradient(top, #333333 0%,#111111 100%); /* Opera 11.10+ */
51 background: -ms-linear-gradient(top, #333333 0%,#111111 100%); /* IE10+ */
52 background: linear-gradient(to bottom, #333333 0%,#111111 100%); /* W3C */
53 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
54
05934d33
JA
55}
56#kiwi .toolbar .topic:hover div {
57 min-height:1.5em;
58 white-space:pre-wrap; word-wrap:break-word;
59 overflow:visible;
05934d33
JA
60 z-index: 1;
61 height:auto; bottom:auto;
62 border-bottom: 1px solid #444444;
63}
64
65#kiwi .toolbar .app_tools { width:200px; padding-left:10px; color:#D4D4D4; }
66#kiwi .toolbar .app_tools ul li {
67 font-size:26px;
68 -webkit-transition: all .3s ease;
69 -moz-transition: all .3s ease;
70 transition: all .3s ease;
71 margin-left:10px;
72}
73#kiwi .toolbar .app_tools ul li:hover { color:#88C56A; }
74#kiwi .toolbar .app_tools img { }
75
76#kiwi .toolbar .panellist li {
77 line-height: 1.4em;
78 vertical-align: middle;
83dc56c5 79
05934d33
JA
80 border: 1px solid #333;
81 background-color: #111;
82}
83
84#kiwi .toolbar .panellist .alert_highlight { font-weight:bold; }
85#kiwi .toolbar .panellist .alert_activity { font-weight:normal; }
86#kiwi .toolbar .panellist .alert_action { font-weight:normal; }
87
88#kiwi .toolbar .panellist .active { padding-right:23px; border-top:2px solid #df6b26; border-bottom:none; }
89#kiwi .toolbar .panellist li .part:before { content:"\f00d"; }
90
91#kiwi .toolbar .panellist li.server span { padding-left:5px; }
92#kiwi.connected .toolbar .panellist li.server:before { content: "\f0ec"; color:#3F9532; }
93#kiwi .toolbar .panellist li.server:before { content: "\f06a"; color:#900; }
94
95/* Tab texts are within a span */
96#kiwi .toolbar .panellist li span { line-height:20px; vertical-align:middle; display:inline-block; }
97
98#kiwi .toolbar .panellist li .activity { display:inline; margin-left:0.5em; font-style:italic; font-size:0.8em; }
0f884f0b 99#kiwi .toolbar .panellist.applets li .activity { display: none; }
05934d33
JA
100#kiwi .toolbar .panellist li .activity:before { content:"("; }
101#kiwi .toolbar .panellist li .activity:after { content:")"; }
102#kiwi .toolbar .panellist li.alert_highlight .activity {
103 color: #fff; background: #a60400; padding:2px; border-radius:3px;
104}
105
106
9936359c 107#kiwi .right_bar { background:#252525; }
4ad63257
D
108
109#kiwi .memberlists .meta {
110 border-bottom: 1px solid #8A8A8A;
111 font-size: 0.9em;
112 margin-bottom: 10px;
113 padding: 0 0 5%;
114 text-align: center;
115}
116
05934d33
JA
117#kiwi .memberlists ul li { padding: 0.2em 1em; }
118#kiwi .memberlists ul li a.nick { color:#6d6d6d; }
119#kiwi .memberlists ul li:hover {
120 border-left: 5px solid #88C56A;
121 -webkit-transition: 0.2s ease;
122 -moz-transition: 0.2s ease;
123 -ms-transition: 0.2s ease;
124 -o-transition: 0.2s ease;
83dc56c5 125 transition: 0.2s ease;
05934d33
JA
126}
127
128#kiwi .userbox { margin:0 1em 0 1em; padding-bottom:0.4em; font-size:.9em; }
129#kiwi .userbox a { display:block; text-decoration:none; margin-bottom:2px; }
130#kiwi .userbox a i { font-size:1.1em; margin-right:5px; }
131#kiwi .userbox .divider-horizontal { display:none; }
132
bf6c96c5
D
133#kiwi .status_message {
134 background: #363636;
135 border-bottom: 1px solid #444444;
136 padding: 0.9em;
137 text-align: center; font-size:1.1em;
138}
139
9936359c
D
140#kiwi .channel_tools {
141 border-bottom: 1px solid #8A8A8A;
142 margin-bottom: 10px;
143 padding: 0 5%;
144}
145#kiwi .channel_tools i {
06d56c90 146 width: 30%;
9936359c
D
147 font-size: 1.6em;
148 line-height: 1.6em;
149}
150#kiwi .channel_tools i:hover {
151 transition: color 0.3s;
152 color: #88C56A;
153}
05934d33
JA
154
155#kiwi .messages .msg > div { color:#6d6d6d; font-family: Inconsolata, Consolas, 'courier new', monospace; }
156#kiwi .messages .msg { border: none; padding: 2px 5px; }
157#kiwi .messages .msg .time { display:inline; margin-right:1em; color:#777; }
158#kiwi .messages .msg .nick { display:inline; margin-right:1em; }
159#kiwi .messages .msg .nick:before { content:"<"; }
160#kiwi .messages .msg .nick:after { content:">"; }
161#kiwi .messages .msg .text { white-space:pre-wrap; word-wrap:break-word; }
162
163#kiwi .messages .msg.action .nick { display:none; }
164#kiwi .messages .msg.action .text { color:#009900; border-left:none; font-style:italic; }
165#kiwi .messages .msg.action.join { color:#009900; }
166#kiwi .messages .msg.action.part .text { color:#900; }
167#kiwi .messages .msg.action.quit .text { color:#900; }
168#kiwi .messages .msg.action.kick .text { color:#900; }
169#kiwi .messages .msg.status .nick { display:none; }
170#kiwi .messages .msg.status .text { color:#990000; border-left:none; font-weight:bold; }
171#kiwi .messages .msg.topic .nick { display:none; }
172#kiwi .messages .msg.topic .text { color:#009900; font-style: italic; border-left:none; }
173/*#kiwi .messages .msg.motd .nick { display:none; }*/
174#kiwi .messages .msg.motd { border:none; }
175#kiwi .messages .msg.motd .text { color:#666; }
176#kiwi .messages .msg.whois .nick { font-weight:normal; }
177#kiwi .messages .msg.whois .text { padding-left:1em; border-left:1px dashed #999; }
178#kiwi .messages .msg.error .text {
179 border:1px solid #A33F3F; background-color:#D28A8A;
180 padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em;
181}
182
183#kiwi .messages .msg.global_nick_highlight { background:#111111; }
184#kiwi .messages .msg.highlight { background:#111111; }
185
186
187
188#kiwi .messages .msg .media { margin-left:0.5em; }
189#kiwi .messages .msg .media .media_close { font-size:0.9em; }
190#kiwi .messages .msg .media .media_content { margin:10px 0 0 6em; overflow:hidden; }
191#kiwi .messages .msg .media .media_content img { padding:3px; border:1px solid gray; }
192#kiwi .messages .msg .media .media_content > .content {
193 background: white;
194 overflow: hidden;
195 padding: 10px;
196 border: #DDD 1px solid;
197 border-top-color: #EEE;
198 border-bottom-color: #BBB;
199 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
200 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
201 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
202 border-radius: 5px;
203 float: left;
204}
205
206#kiwi .messages .msg .media.twitter .media_content > .content {
207 background: transparent;
208 border:none;
209 overflow: hidden;
210 box-shadow: none;
211 padding: 0;
212}
213#kiwi .messages .msg .media.reddit .thumbnail_nsfw {
214 display: inline-block;
215 float: left;
216}
217#kiwi .messages .msg .media.reddit .thumbnail { float:left; margin-right: 0.5em; }
218
219
220
221/* The server select dialog */
222#kiwi .server_select { margin-left:auto; margin-right:auto; color:#eee; }
223#kiwi .server_select .more { display: none; width:270px; margin:0 auto; }
224#kiwi .server_select table tr td { padding:5px; }
225#kiwi .server_select button { float:right; padding:3px 7px; margin-top:10px; }
226#kiwi .server_select input { padding:3px 7px; width:150px; }
227#kiwi .server_select label { width:5em; padding-top:3px }
228#kiwi .server_select br { clear:both; }
229#kiwi .server_select .basic input, .server_select .basic button { font-size:1em; padding:0.5em 1em; }
230#kiwi .server_select .basic input { width:170px; }
231#kiwi .server_select .basic label { font-size:1.3em; margin-top:4px; }
232#kiwi .server_select .basic tr.have_pass { font-size:0.8em; }
233#kiwi .server_select .basic tr.channel td { padding-top:1em; }
234#kiwi .server_select .basic { border-bottom: 1px dashed gray; margin-bottom:1em; }
235#kiwi .server_select .basic .show_more { display: block; width:116px; margin:10px 0 0 0; font-size:0.8em; }
236#kiwi .server_select.single_server .basic { border:none; }
237#kiwi .server_select .status { text-align: center; font-weight: bold; padding:1em; }
238#kiwi .server_select .status.ok { }
239#kiwi .server_select .status.error {
240 border:1px solid #A33F3F; background-color:#D28A8A;
241 padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em;
242}
17f187e6 243#kiwi .server_select .show_server { margin-left: 1em; font-size:0.9em; color: #eeeeee; }
05934d33
JA
244
245#kiwi .server_select .basic tr.channel .icon-key { color:#555; }
246
247
248#kiwi .server_select .kiwi_logo { margin-top:30px; text-align:center; display:block; }
249#kiwi .server_select .kiwi_logo h1 {
250 font-size:20px;
251 line-height:48px; vertical-align: middle;
252 color: #bbb;
253}
254#kiwi .server_select .kiwi_logo img { display:inline; width:24px; }
255
256
257#kiwi .divider-verticle {
258 border-left: 1px solid #303030;
259 border-right: 1px solid #1B1B1B;
260}
261
262#kiwi .divider-horizontal {
263 border-top: 1px solid #303030;
264 border-bottom: 1px solid #1B1B1B;
265}
266
267
268
448f05e3 269#kiwi.chanlist_treeview .panels { left:160px; }
05934d33
JA
270#kiwi.chanlist_treeview .toolbar { position:static; }
271#kiwi.chanlist_treeview .toolbar .app_tools { float:none; }
448f05e3
D
272#kiwi.chanlist_treeview .toolbar > div { margin-left:160px; }
273#kiwi.chanlist_treeview .toolbar .tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:160px; background:#1B1B1B; overflow-y:auto; }
05934d33
JA
274#kiwi.chanlist_treeview .tabs ul li { display:block; float:none; }
275#kiwi.chanlist_treeview .tabs ul li .activity { float:right; }
276#kiwi.chanlist_treeview .tabs ul li.active { padding-left:1em; }
42ff337a 277#kiwi .applet_chanlist {
73ddddf0
CC
278 margin: 0.5em 1em;
279}
42ff337a 280#kiwi .applet_chanlist table {
73ddddf0
CC
281 border-collapse: collapse;
282 width: 100%;
283}
42ff337a 284#kiwi .applet_chanlist thead {
73ddddf0
CC
285 text-align: center;
286}
42ff337a 287#kiwi .applet_chanlist tbody td {
73ddddf0
CC
288 border: 1px solid #454545;
289 padding: 0.3em 1em;
290}
42ff337a 291#kiwi .applet_chanlist .chanlist_name, #kiwi .applet_chanlist .chanlist_num_users {
73ddddf0
CC
292 border-width: 0 1px 0 0;
293}
42ff337a 294#kiwi .applet_chanlist .chanlist_topic {
73ddddf0
CC
295 border-width: 0;
296}
42ff337a 297#kiwi .applet_chanlist tr:nth-child(even) {
73ddddf0
CC
298 background: none repeat scroll 0 0 #2B2929;
299}
05934d33
JA
300
301
302#kiwi .ui_menu {
303 color: #333;
304}
305#kiwi .ui_menu .ui_menu_title { }
306#kiwi .ui_menu .ui_menu_content { }
307#kiwi .ui_menu .ui_menu_content.hover:hover { background:#f7f7f7; }
308#kiwi .ui_menu .ui_menu_foot {
309 border-bottom-left-radius: 3px;
310 border-bottom-right-radius: 3px;
311}
312#kiwi .ui_menu .ui_menu_foot .close { float:right; font-size:0.9em; margin-right:1em; color: #999; }
313#kiwi .ui_menu .ui_menu_foot .close:hover { color: #222; }
314
83dc56c5
D
315#kiwi .channel_info .channel-banlist table { margin-top: 10px; border-spacing: 10px 3px; }
316#kiwi .channel_info .channel-banlist thead { font-style: italic; }
317#kiwi .channel_info .remove-ban:hover { color: #900; }