diff --git a/css/glowingbear.css b/css/glowingbear.css index 22fccc9..637ae1a 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -44,7 +44,7 @@ body { } table { - width: 100%; + width: 100%; } tr { line-height: 100%; @@ -58,7 +58,14 @@ td.time { } .repeated-time { - display: none; +} +.repeated-time .cof-chat_time, +.repeated-time .cof-chat_time_delimiters { + color: #333; +} +.repeated-time .cob-chat_time, +.repeated-time .cob-chat_time_delimiters { + background-color: transparent; } td.prefix { text-align: right; @@ -74,8 +81,8 @@ td.message { padding-left: 5px; } hr { - margin: 0; - border-color: darkgreen; + margin: 0; + border-color: darkgreen; } .text { white-space: pre-wrap; @@ -100,7 +107,6 @@ body { input#sendMessage { width: 100%; - font-size: large; } #footer button { border-radius: 0; @@ -111,7 +117,7 @@ input#sendMessage { input[type=text], input[type=password], .badge { border: 0; border-radius: 0; - color: #6e6e6e; + color: #ccc; box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3); } @@ -124,30 +130,30 @@ input[type=text], input[type=password], .badge { line-height: 25px; white-space: nowrap; } - #topbar .brand { - float: left; +#topbar .brand { + float: left; + height: 25px; + padding-left: 5px; +} + #topbar .brand img { height: 25px; - padding-left: 5px; - } - #topbar .brand img { - height: 25px; - } - #topbar .title { - position: fixed; - left: 14%; - overflow: hidden; - } - #topbar .actions { - margin-left: 5px; - padding-left: 5px; - position: fixed; - right: 0; - background: #282828; - } - #topbar .dropdown-menu form { - padding-left: 6px; - padding-right: 6px; } +#topbar .title { + position: fixed; + left: 14%; + overflow: hidden; +} +#topbar .actions { + margin-left: 5px; + padding-left: 5px; + position: fixed; + right: 0; + background: #282828; +} +#topbar .dropdown-menu form { + padding-left: 6px; + padding-right: 6px; +} #topbar, #sidebar, .panel, .dropdown-menu { background: #282828; @@ -162,13 +168,50 @@ input[type=text], input[type=password], .badge { padding-top: 35px; /* topbar */ font-size: smaller; } - #sidebar form { - } +#sidebar form { +} + +#sidebar .badge { + border-radius: 0; + margin-right: -15px; +} +#nicklist { + position: fixed; + width: 100px; + min-height: 100%; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + right: 0; + top: 0; + padding-top: 25px; + padding-left: 5px; + padding-bottom: 35px; +} +#nicklist ul { + padding: 0; + margin: 0; +} +#nicklist li, +#nicklist a { + display: block; +} +#nicklist a { + text-decoration: none; +} +#nicklist a:hover { + background: #3b3b3b; +} + +#connection-infos { + float: left; + max-width: 10%; + padding-left: 5px; + font-size: 12px; + color: #aaa; + overflow: hidden; +} - #sidebar .badge { - border-radius: 0; - margin-right: -15px; - } .nav-pills > li > a { border-radius: 0; color: #ddd; @@ -181,16 +224,22 @@ input[type=text], input[type=password], .badge { min-height: 100%; } -#bufferlines { +.monospace { font-family: 'Terminus', 'Consolas', 'Monaco', 'Inconsolata', 'Ubuntu Mono', monospace; +} + +#bufferlines { position: relative; height: 99%; overflow-y: auto; - margin-left: 14%; + margin-left: 14%; /* sidebar */ width: auto; top: 25px; /* topbar */ padding-bottom: 10px; } +.withnicklist { + margin-right: 100px !important; /* nicklist */ +} #bufferlines .btn { font-family: sans-serif; } @@ -202,7 +251,7 @@ input[type=text], input[type=password], .badge { background-color: #181818; } @media (max-width: 968px) { - #sidebar, #bufferlines { + #sidebar, #bufferlines, #nicklist { position: relative; min-height: 0; margin-left: 0; @@ -210,7 +259,7 @@ input[type=text], input[type=password], .badge { max-width: 100%; border: 0; } - #sidebar { + #sidebar, #nicklist { width: 100%; text-align: center; } @@ -235,50 +284,6 @@ input[type=text], input[type=password], .badge { color: black; } -.color-28 { - color: greenyellow; -} - -.color-00 { - color: coral; -} - -.color-yellow { - color: yellow; -} - -.color-dark-red { - color: darkred; -} - -.color-dark-green { - color: green; -} - -.color-dark-blue { - color: darkblue; -} - -.color-dark-gray { - color: gray; -} - -.color-gray { - color: lightgray;u -} - -.color-brown { - color: brown; -} - -.color-cyan { - color: cyan; -} - -.color-dark-cyan { - color: darkcyan; -} - li.notification { color: green; } diff --git a/css/style.css b/css/style.css index fa86bc0..dfb4682 100644 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,7 @@ color: #77dfd8; } .cof-chat_nick_self { - color: #d9d9d9; + color: #fff1bd; } .cof-chat_nick_other { color: #77dfd8; @@ -143,6 +143,7 @@ .cob-chat_nick { } .cob-chat_nick_self { + background: #080808; } .cob-chat_nick_other { } @@ -268,13 +269,13 @@ .cwf-darkgray { color: #5d5d5d; } -.cwf-darkred { +.cwf-red { color: #c75646; } .cwf-lightred { color: #e09690; } -.cwf-darkgreen { +.cwf-green { color: #8eb33b; } .cwf-lightgreen { @@ -286,19 +287,19 @@ .cwf-yellow { color: #ffe377; } -.cwf-darkblue { +.cwf-blue { color: #72b3cc; } .cwf-lightblue { color: #9cd9f0; } -.cwf-darkmagenta { +.cwf-magenta { color: #c8a0d1; } .cwf-lightmagenta { color: #fbb1f9; } -.cwf-darkcyan { +.cwf-cyan { color: #218693; } .cwf-lightcyan { @@ -321,13 +322,13 @@ .cwb-darkgray { background-color: #5d5d5d; } -.cwb-darkred { +.cwb-red { background-color: #c75646; } .cwb-lightred { background-color: #e09690; } -.cwb-darkgreen { +.cwb-green { background-color: #8eb33b; } .cwb-lightgreen { @@ -339,19 +340,19 @@ .cwb-yellow { background-color: #ffe377; } -.cwb-darkblue { +.cwb-blue { background-color: #72b3cc; } .cwb-lightblue { background-color: #9cd9f0; } -.cwb-darkmagenta { +.cwb-magenta { background-color: #c8a0d1; } .cwb-lightmagenta { background-color: #fbb1f9; } -.cwb-darkcyan { +.cwb-cyan { background-color: #218693; } .cwb-lightcyan { diff --git a/index.html b/index.html index bed3b9f..e0be133 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ + @@ -48,14 +49,14 @@
Enter number of lines to sync from WeeChat on connect