Extracting the right_bar into its own view with toggling logic
[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
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;
83dc56c5 70
05934d33
JA
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; }
0f884f0b 90#kiwi .toolbar .panellist.applets li .activity { display: none; }
05934d33
JA
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
9936359c 98#kiwi .right_bar { background:#252525; }
05934d33
JA
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;
83dc56c5 107 transition: 0.2s ease;
05934d33
JA
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
9936359c
D
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: 47%;
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}
05934d33
JA
129
130#kiwi .messages .msg > div { color:#6d6d6d; font-family: Inconsolata, Consolas, 'courier new', monospace; }
131#kiwi .messages .msg { border: none; padding: 2px 5px; }
132#kiwi .messages .msg .time { display:inline; margin-right:1em; color:#777; }
133#kiwi .messages .msg .nick { display:inline; margin-right:1em; }
134#kiwi .messages .msg .nick:before { content:"<"; }
135#kiwi .messages .msg .nick:after { content:">"; }
136#kiwi .messages .msg .text { white-space:pre-wrap; word-wrap:break-word; }
137
138#kiwi .messages .msg.action .nick { display:none; }
139#kiwi .messages .msg.action .text { color:#009900; border-left:none; font-style:italic; }
140#kiwi .messages .msg.action.join { color:#009900; }
141#kiwi .messages .msg.action.part .text { color:#900; }
142#kiwi .messages .msg.action.quit .text { color:#900; }
143#kiwi .messages .msg.action.kick .text { color:#900; }
144#kiwi .messages .msg.status .nick { display:none; }
145#kiwi .messages .msg.status .text { color:#990000; border-left:none; font-weight:bold; }
146#kiwi .messages .msg.topic .nick { display:none; }
147#kiwi .messages .msg.topic .text { color:#009900; font-style: italic; border-left:none; }
148/*#kiwi .messages .msg.motd .nick { display:none; }*/
149#kiwi .messages .msg.motd { border:none; }
150#kiwi .messages .msg.motd .text { color:#666; }
151#kiwi .messages .msg.whois .nick { font-weight:normal; }
152#kiwi .messages .msg.whois .text { padding-left:1em; border-left:1px dashed #999; }
153#kiwi .messages .msg.error .text {
154 border:1px solid #A33F3F; background-color:#D28A8A;
155 padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em;
156}
157
158#kiwi .messages .msg.global_nick_highlight { background:#111111; }
159#kiwi .messages .msg.highlight { background:#111111; }
160
161
162
163#kiwi .messages .msg .media { margin-left:0.5em; }
164#kiwi .messages .msg .media .media_close { font-size:0.9em; }
165#kiwi .messages .msg .media .media_content { margin:10px 0 0 6em; overflow:hidden; }
166#kiwi .messages .msg .media .media_content img { padding:3px; border:1px solid gray; }
167#kiwi .messages .msg .media .media_content > .content {
168 background: white;
169 overflow: hidden;
170 padding: 10px;
171 border: #DDD 1px solid;
172 border-top-color: #EEE;
173 border-bottom-color: #BBB;
174 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
175 -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
176 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
177 border-radius: 5px;
178 float: left;
179}
180
181#kiwi .messages .msg .media.twitter .media_content > .content {
182 background: transparent;
183 border:none;
184 overflow: hidden;
185 box-shadow: none;
186 padding: 0;
187}
188#kiwi .messages .msg .media.reddit .thumbnail_nsfw {
189 display: inline-block;
190 float: left;
191}
192#kiwi .messages .msg .media.reddit .thumbnail { float:left; margin-right: 0.5em; }
193
194
195
196/* The server select dialog */
197#kiwi .server_select { margin-left:auto; margin-right:auto; color:#eee; }
198#kiwi .server_select .more { display: none; width:270px; margin:0 auto; }
199#kiwi .server_select table tr td { padding:5px; }
200#kiwi .server_select button { float:right; padding:3px 7px; margin-top:10px; }
201#kiwi .server_select input { padding:3px 7px; width:150px; }
202#kiwi .server_select label { width:5em; padding-top:3px }
203#kiwi .server_select br { clear:both; }
204#kiwi .server_select .basic input, .server_select .basic button { font-size:1em; padding:0.5em 1em; }
205#kiwi .server_select .basic input { width:170px; }
206#kiwi .server_select .basic label { font-size:1.3em; margin-top:4px; }
207#kiwi .server_select .basic tr.have_pass { font-size:0.8em; }
208#kiwi .server_select .basic tr.channel td { padding-top:1em; }
209#kiwi .server_select .basic { border-bottom: 1px dashed gray; margin-bottom:1em; }
210#kiwi .server_select .basic .show_more { display: block; width:116px; margin:10px 0 0 0; font-size:0.8em; }
211#kiwi .server_select.single_server .basic { border:none; }
212#kiwi .server_select .status { text-align: center; font-weight: bold; padding:1em; }
213#kiwi .server_select .status.ok { }
214#kiwi .server_select .status.error {
215 border:1px solid #A33F3F; background-color:#D28A8A;
216 padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em;
217}
17f187e6 218#kiwi .server_select .show_server { margin-left: 1em; font-size:0.9em; color: #eeeeee; }
05934d33
JA
219
220#kiwi .server_select .basic tr.channel .icon-key { color:#555; }
221
222
223#kiwi .server_select .kiwi_logo { margin-top:30px; text-align:center; display:block; }
224#kiwi .server_select .kiwi_logo h1 {
225 font-size:20px;
226 line-height:48px; vertical-align: middle;
227 color: #bbb;
228}
229#kiwi .server_select .kiwi_logo img { display:inline; width:24px; }
230
231
232#kiwi .divider-verticle {
233 border-left: 1px solid #303030;
234 border-right: 1px solid #1B1B1B;
235}
236
237#kiwi .divider-horizontal {
238 border-top: 1px solid #303030;
239 border-bottom: 1px solid #1B1B1B;
240}
241
242
243
244#kiwi.chanlist_treeview .panels { left:200px; }
245#kiwi.chanlist_treeview .toolbar { position:static; }
246#kiwi.chanlist_treeview .toolbar .app_tools { float:none; }
247#kiwi.chanlist_treeview .toolbar > div { }
248#kiwi.chanlist_treeview .toolbar .tabs { position:absolute; left:0px; bottom:0px; top:0px; margin:0; width:200px; background:#1B1B1B; overflow-y:auto; }
249#kiwi.chanlist_treeview .tabs ul li { display:block; float:none; }
250#kiwi.chanlist_treeview .tabs ul li .activity { float:right; }
251#kiwi.chanlist_treeview .tabs ul li.active { padding-left:1em; }
42ff337a 252#kiwi .applet_chanlist {
73ddddf0
CC
253 margin: 0.5em 1em;
254}
42ff337a 255#kiwi .applet_chanlist table {
73ddddf0
CC
256 border-collapse: collapse;
257 width: 100%;
258}
42ff337a 259#kiwi .applet_chanlist thead {
73ddddf0
CC
260 text-align: center;
261}
42ff337a 262#kiwi .applet_chanlist tbody td {
73ddddf0
CC
263 border: 1px solid #454545;
264 padding: 0.3em 1em;
265}
42ff337a 266#kiwi .applet_chanlist .chanlist_name, #kiwi .applet_chanlist .chanlist_num_users {
73ddddf0
CC
267 border-width: 0 1px 0 0;
268}
42ff337a 269#kiwi .applet_chanlist .chanlist_topic {
73ddddf0
CC
270 border-width: 0;
271}
42ff337a 272#kiwi .applet_chanlist tr:nth-child(even) {
73ddddf0
CC
273 background: none repeat scroll 0 0 #2B2929;
274}
05934d33
JA
275
276
277#kiwi .ui_menu {
278 color: #333;
279}
280#kiwi .ui_menu .ui_menu_title { }
281#kiwi .ui_menu .ui_menu_content { }
282#kiwi .ui_menu .ui_menu_content.hover:hover { background:#f7f7f7; }
283#kiwi .ui_menu .ui_menu_foot {
284 border-bottom-left-radius: 3px;
285 border-bottom-right-radius: 3px;
286}
287#kiwi .ui_menu .ui_menu_foot .close { float:right; font-size:0.9em; margin-right:1em; color: #999; }
288#kiwi .ui_menu .ui_menu_foot .close:hover { color: #222; }
289
83dc56c5
D
290#kiwi .channel_info .channel-banlist table { margin-top: 10px; border-spacing: 10px 3px; }
291#kiwi .channel_info .channel-banlist thead { font-style: italic; }
292#kiwi .channel_info .remove-ban:hover { color: #900; }