From: Darren Date: Fri, 26 Oct 2012 12:23:33 +0000 (+0100) Subject: Removing redundant assets X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e00866921576adfc8894a290d97e388afdb9f7ad;p=KiwiIRC.git Removing redundant assets --- diff --git a/client/css/style.css b/client/css/style.css deleted file mode 100644 index 9fc5f47..0000000 --- a/client/css/style.css +++ /dev/null @@ -1,339 +0,0 @@ -* { margin:0px; padding:0px; } -html, body { height:100%; } -p { margin:0.5em 0; } -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: url(../img/background-light.png) left top repeat-x #E3E3E3; - color: #555555; -} - - - -#kiwi input { - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5),0 1px 0px rgba(255, 255, 255, 0.3); - border: none; - border-radius: 3px; -} - -/** - * Main layout blocks - */ -#toolbar { position:absolute; top:0px; width:100%; background-color:#1B1B1B; font-size:0.9em; display:none; } -#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; display:none; } -#memberlists_resize_handle { - position: absolute; width:10px; z-index:1; cursor:w-resize; - background:url('../img/resize_handle.png') no-repeat; background-position:center; -} - - -#toolbar #tabs { margin-right: 200px; } -#toolbar .panellist { - overflow: hidden; - 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 .alert_action { font-weight: bold; } - -#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; } - -#toolbar .panellist li.server span { background:url(../img/server_tab.png) no-repeat; padding-left:23px; } -#toolbar .panellist li span { line-height:20px; vertical-align:middle; display:block; } -#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:auto; height:100%; } - - - -.messages { - overflow-x:wrap; - border:none; display: none; - height: 100%; - color: #333333; -} -.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; - box-shadow: none; - border-radius: 0; - 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%; - padding: 0.2em 1em; - text-align: center; - box-shadow: none; - border-radius: 0; -} - - - - - - -.server_select { width:730px; padding:3em 0 2em 0; margin: 0 auto; overflow:hidden; } -.server_select .more { display: none; width:270px; margin:0 auto; } -.server_select button { float:right; padding:3px 7px; margin-top:10px; } -.server_select input { float:right; margin-bottom:5px; padding:3px 7px; width:150px; } -.server_select label { float:left; width:5em; padding-top:3px } -.server_select br { clear:both; } -.server_select .basic input, .server_select .basic button { font-size:1em; padding:0.5em 1em; } -.server_select .basic input { width:170px; } -.server_select .basic label { font-size:1.3em; margin-top:4px; } -.server_select .basic { border-bottom: 1px dashed gray; margin-bottom:1em; } -.server_select .basic .show_more { display: block; width:40px; margin:10px 0 0 0; font-size:0.8em; background: url(../img/more.png) no-repeat right 7px; } -.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; -} - - - - -.server_select .kiwi_logo { text-align: center; display:block; } -.server_select .kiwi_logo h1 { - font-size:20px; - line-height:48px; vertical-align: middle; - color: #555555; -} -.server_select .kiwi_logo img { } - - - -#toolbar .kiwi_logo { float:right; width:200px; padding-left:10px; color:#D4D4D4; } -#toolbar .kiwi_logo h2 { font-weight:normal; font-size:14px; line-height:36px; vertical-align:middle; } -#toolbar .kiwi_logo img { height:25px; width:25px; float:left; margin: 6px 0.7em 0 0; } - - - - - -/** - * Reusable componants - */ - -.divider-verticle { - border-left: 1px solid #CFCFCF; - border-right: 1px solid #FFFFFF; - position: absolute; - top:25px; bottom:25px; - right:0; - width:0; -} - -.divider-horizontal { - border-top: 1px solid #CFCFCF; - border-bottom: 1px solid #FFFFFF; - position: absolute; - left:25px; right:25px; - bottom:0; - height:0; -} - - - - - -/** - * 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; -} \ No newline at end of file diff --git a/client/img/background-light.png b/client/img/background-light.png deleted file mode 100644 index e650194..0000000 Binary files a/client/img/background-light.png and /dev/null differ diff --git a/client/img/ico.png b/client/img/ico.png deleted file mode 100644 index 82edbcb..0000000 Binary files a/client/img/ico.png and /dev/null differ diff --git a/client/img/more.png b/client/img/more.png deleted file mode 100644 index a0d4dd7..0000000 Binary files a/client/img/more.png and /dev/null differ diff --git a/client/img/redcross.png b/client/img/redcross.png deleted file mode 100644 index e5f5fe0..0000000 Binary files a/client/img/redcross.png and /dev/null differ diff --git a/client/img/resize_handle.png b/client/img/resize_handle.png deleted file mode 100644 index a196e65..0000000 Binary files a/client/img/resize_handle.png and /dev/null differ diff --git a/client/img/server_tab.png b/client/img/server_tab.png deleted file mode 100644 index 19eb313..0000000 Binary files a/client/img/server_tab.png and /dev/null differ