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