* { margin:0px; padding:0px; } html, body { height:100%; } a { color:#36C; text-decoration:none; cursor:pointer; } #kiwi { overflow:hidden; position:relative; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:1.4em; background:#EBEBEB; } /** * Main layout blocks */ #toolbar { position:absolute; top:0px; width:100%; background-color:#1B1B1B; font-size:0.9em; } #panels { position:absolute; left:0px; right:200px; bottom:100px; top:100px; } #memberlists { position:absolute; right:0px; width:200px; bottom:100px; top:100px; overflow-y:auto; } #controlbox { position: absolute; bottom:0px; width:100%; background-color:#1B1B1B; } #toolbar .panellist { overflow: hidden; margin-right: 50px; white-space: nowrap; display:block; /*height: 35px;*/ } #toolbar .panellist li { float: left; list-style: inline; display:inline; position:relative; padding:5px; margin:3px; border: 1px solid #333; background-color: #eee; cursor: pointer; line-height: 1.4em; vertical-align: middle; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; behavior: url(border-radius.htc); background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.38, rgb(238,238,238)), color-stop(0.68, rgb(209,209,209)) ); background-image: -moz-linear-gradient( center top, rgb(238,238,238) 38%, rgb(209,209,209) 68% ); } #toolbar .panellist .active { padding-right:23px; } #toolbar .panellist .alert_highlight { background: #990000; font-weight: bold; } #toolbar .panellist .alert_activity { font-weight: bold; background: #009900; } #toolbar .panellist li img { width:1em; height:1em; top:7px; right:5px; position:absolute; } #toolbar .panellist li img.icon { left:5px; top:2px; height:auto; width:auto; } #status_message { background: #FEEFB3; color: #9F6000; border-bottom: 1px solid; padding: 0.9em; text-align: center; font-size:1.1em; } #status_message.err { color:#D8000C; background:#FFBABA; } .panel_container { overflow-y:scroll; height:100%; } .messages { overflow-x:wrap; border:none; display: none; height: 100%; } .messages a { text-decoration:none; } .messages.active { display:block; } .messages .msg { border-bottom: 1px solid #CCC; padding:1px; font-family:arial; font-size:0.9em; } .messages .msg .time { width:6em; float:left; color:#777; } .messages .msg .nick { width:7em; text-align:right; float:left; font-size:12px; } .messages .msg .text { margin-left:15em; white-space:pre-wrap; word-wrap:break-word; font-family:monospace; } .messages .msg.action .nick { display:none; } .messages .msg.action .text { margin-left:9em; color:#009900; font-style:italic; } .messages .msg.action.join { color:#009900; } .messages .msg.action.part .text { color:#900; } .messages .msg.action.quit .text { color:#900; } .messages .msg.action.kick .text { color:#900; } .messages .msg.status .nick { display:none; } .messages .msg.status .text { color:#990000; margin-left:9em; font-weight:bold; } .messages .msg.topic .nick { display:none; } .messages .msg.topic .text { color:#009900; margin-left:9em; font-style: italic; } /*.messages .msg.motd .nick { display:none; }*/ .messages .msg.motd { border:none; } .messages .msg.motd .text { color:#666; } .messages .msg.whois .nick { font-weight:normal; } .messages .msg.whois .text { margin-left:18em; padding-left:1em; border-left:1px dashed #999; } .messages .msg.error .text { border:1px solid #A33F3F; background-color:#D28A8A; padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em; } #memberlists ul { list-style: none; display:none; } #memberlists ul.active { display:block; } #memberlists ul li { padding: 0.2em 1em; overflow-y:auto; overflow-x:hidden; cursor:pointer; } #memberlists ul li:hover { background-color:#FAF7D3; } #memberlists ul li a.nick { display:block; color:black; } #memberlists ul li .userbox { margin:0 1em 5px 1em; font-size:.9em; } #memberlists ul li .userbox a { display:block; text-decoration:none; border-bottom: 1px dashed #aaa; } #controlbox .input { background:#fff; margin:3px; height:1.7em; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; } #controlbox .input .nick { text-align: right; width:11em; left:0px; position:absolute; padding:2px; cursor: pointer; } #controlbox .input .nick a { text-decoration:none; color:black; } #controlbox .input .input_wrap { position:absolute; right:7px; left: 12.2em; height:1.7em; } #controlbox .input input { border: medium none; outline:none; position:relative; height:100%; width:100%; } #controlbox .nickchange { position: absolute; left: 0px; background: #1B1B1B; color:#eeeeee; padding:10px; } #controlbox .nickchange input { padding:0.3em 0.5em; } #controlbox .nickchange button { padding:0.5em; } #topic { background-color:#1B1B1B; height:2em; position:relative; } #topic input { position:absolute; top:2; bottom:2px; left:0; width:100%; text-align: center; } .server_select { width:270px; padding:3em 0 2em 0; margin: 0 auto; } .server_select .more { display: none; } .server_select button { float:right; padding:3px 7px; } .server_select input { float:right; margin-bottom:5px; padding:3px 7px; } .server_select label { float:left; width:5em; padding-top:3px } .server_select br { clear:both; } .server_select .basic .show_more { display: block; border-bottom: 1px dashed gray; margin:10px 0; font-size:0.8em; } .server_select .status { text-align: center; font-weight: bold; padding:1em; } .server_select .status .ok { border:1px solid #A33F3F; background-color:#D28A8A; padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em; } /** * Themes */ /* Relaxed theme */ #kiwi.theme_relaxed .messages .msg { border-bottom: 1px solid #DEDEDE; font-family:arial; font-size:0.9em; } #kiwi.theme_relaxed .messages .msg .time { width:6em; float:left; color:#777; display:none; } #kiwi.theme_relaxed .messages .msg .nick { width:11em; float:left; font-size:12px; font-family:Arial; text-align:left; padding: 5px; } #kiwi.theme_relaxed .messages .msg .text { margin-left:12em; border-left: 1px solid #DEDEDE; white-space:pre-wrap; word-wrap:break-word; font-family:Arial; padding:5px; } #kiwi.theme_relaxed .messages .msg.action .nick { display:none; } #kiwi.theme_relaxed .messages .msg.action .text { margin-left:9em; color:#009900; border-left:none; font-style:italic; } #kiwi.theme_relaxed .messages .msg.action.join { color:#009900; } #kiwi.theme_relaxed .messages .msg.action.part .text { color:#900; } #kiwi.theme_relaxed .messages .msg.action.quit .text { color:#900; } #kiwi.theme_relaxed .messages .msg.action.kick .text { color:#900; } #kiwi.theme_relaxed .messages .msg.status .nick { display:none; } #kiwi.theme_relaxed .messages .msg.status .text { color:#990000; margin-left:9em; border-left:none; font-weight:bold; } #kiwi.theme_relaxed .messages .msg.topic .nick { display:none; } #kiwi.theme_relaxed .messages .msg.topic .text { color:#009900; margin-left:9em; font-style: italic; border-left:none; } /*#kiwi.theme_relaxed .messages .msg.motd .nick { display:none; }*/ #kiwi.theme_relaxed .messages .msg.motd { border:none; } #kiwi.theme_relaxed .messages .msg.motd .text { color:#666; } #kiwi.theme_relaxed .messages .msg.whois .nick { font-weight:normal; } #kiwi.theme_relaxed .messages .msg.whois .text { margin-left:18em; padding-left:1em; border-left:1px dashed #999; } #kiwi.theme_relaxed .messages .msg.error .text { border:1px solid #A33F3F; background-color:#D28A8A; padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em; } /* CLI theme */ #kiwi.theme_cli { background:#222222; color:#6d6d6d; } #kiwi.theme_cli #controlbox { background:#111111; border-top:1px solid #444444; color:#909090; font-size:1.3em; line-height:2em; } #kiwi.theme_cli #controlbox .input_wrap:before { content:"> " } #kiwi.theme_cli #controlbox .input { background:none; border:none; border-radius: none; } #kiwi.theme_cli #controlbox .input .nick { line-height:1.7em; padding:0; } #kiwi.theme_cli #controlbox .input .inp { background:transparent; color:#909090; font-size:1.3em; width:92%; } /* #kiwi.theme_cli #controlbox .input .inp:before { content:">"; } */ #kiwi.theme_cli #topic { background:#111111; border-bottom:1px solid #444444; border-top:1px solid #444444; } #kiwi.theme_cli #topic input { background:transparent; color:#6d6d6d; border:none; outline:none; height:1.5em; } #kiwi.theme_cli #memberlists ul li a.nick { color:#6d6d6d; } #kiwi.theme_cli .messages .msg > div { color:#6d6d6d; font-family: Inconsolata, Consolas, 'courier new', monospace; } #kiwi.theme_cli .messages .msg { border: none; } #kiwi.theme_cli .messages .msg .time { width:6em; } #kiwi.theme_cli .messages .msg .nick { } #kiwi.theme_cli .messages .msg .text { white-space:pre-wrap; word-wrap:break-word; } #kiwi.theme_cli .messages .msg.action .nick { display:none; } #kiwi.theme_cli .messages .msg.action .text { margin-left:9em; color:#009900; border-left:none; font-style:italic; } #kiwi.theme_cli .messages .msg.action.join { color:#009900; } #kiwi.theme_cli .messages .msg.action.part .text { color:#900; } #kiwi.theme_cli .messages .msg.action.quit .text { color:#900; } #kiwi.theme_cli .messages .msg.action.kick .text { color:#900; } #kiwi.theme_cli .messages .msg.status .nick { display:none; } #kiwi.theme_cli .messages .msg.status .text { color:#990000; margin-left:9em; border-left:none; font-weight:bold; } #kiwi.theme_cli .messages .msg.topic .nick { display:none; } #kiwi.theme_cli .messages .msg.topic .text { color:#009900; margin-left:9em; font-style: italic; border-left:none; } /*#kiwi.theme_cli .messages .msg.motd .nick { display:none; }*/ #kiwi.theme_cli .messages .msg.motd { border:none; } #kiwi.theme_cli .messages .msg.motd .text { color:#666; } #kiwi.theme_cli .messages .msg.whois .nick { font-weight:normal; } #kiwi.theme_cli .messages .msg.whois .text { margin-left:18em; padding-left:1em; border-left:1px dashed #999; } #kiwi.theme_cli .messages .msg.error .text { border:1px solid #A33F3F; background-color:#D28A8A; padding:0.5em; margin-top:1em; margin-bottom:1em; margin-right:2em; }