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