thelounge/client/themes/zenburn.css

240 lines
3.1 KiB
CSS
Raw Normal View History

2015-01-10 18:05:47 +01:00
/*
Zenburn theme for The Lounge.
2015-01-10 18:05:47 +01:00
Based on the Morning Theme by Riku Rouvila
Installation instructions can be found here
https://thelounge.github.io/docs/server/configuration.html#theme
2015-01-10 18:05:47 +01:00
Author: JP Smith
GitHub: https://github.com/japesinator
*/
/*
BACKGROUND #3f3f3f
INPUT BACKGROUND #434443
PRIMARY #dcdccc
SECONDARY #d2d39b
BORDERS #333333
QUIT #bc6c4c
*/
body {
background: #2b2b2b;
}
#main,
#chat .sidebar,
#windows .chan,
#windows .window {
background: #3f3f3f;
2015-01-10 18:05:47 +01:00
}
#main #chat,
#main #form,
#form .input,
#chat,
#windows .header {
font-family: "Open Sans", sans-serif !important;
font-size: 13px;
2015-01-10 18:05:47 +01:00
}
#settings,
#sign-in,
#connect {
color: #dcdccc;
2015-01-12 16:57:58 +01:00
}
#settings,
#sign-in,
#connect .title {
color: #88b090;
2015-01-10 18:05:47 +01:00
}
#settings,
#sign-in,
#connect .opt {
color: #dcdccc;
2015-01-12 16:57:58 +01:00
}
#sidebar {
background: #2b2b2b;
bottom: 48px;
2015-01-12 16:57:58 +01:00
}
#sidebar .chan .name:after {
background: linear-gradient(to right, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 1) 100%);
}
2015-01-12 16:57:58 +01:00
#footer {
background: #33332f;
border-top: 1px solid #000;
2015-01-12 16:57:58 +01:00
}
2015-01-10 18:05:47 +01:00
#chat .count {
background-color: #434443;
2015-01-10 18:05:47 +01:00
}
#chat .search {
color: #88b090;
padding: 15px 16px;
2015-01-10 18:05:47 +01:00
}
#chat .search::-webkit-input-placeholder {
color: #d2d39b;
opacity: .5;
2015-01-10 18:05:47 +01:00
}
/* Borders */
#chat .from,
#windows .header,
2015-01-10 18:05:47 +01:00
#chat .user-mode:before,
#chat .sidebar {
border-color: #333;
2015-01-10 18:05:47 +01:00
}
/* Attach chat to window borders */
#windows .window:before,
#windows .chan:before {
display: none;
2015-01-10 18:05:47 +01:00
}
#footer {
left: 0;
bottom: 0;
width: 220px;
2015-01-10 18:05:47 +01:00
}
#main {
top: 0;
bottom: 0;
right: 0;
border-radius: 0;
2015-01-10 18:05:47 +01:00
}
#chat .chat,
#chat .sidebar {
top: 48px;
2015-01-10 18:05:47 +01:00
}
/* User list */
#chat .user-mode {
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
/* Nicknames */
#chat.no-colors .from .user,
2016-05-11 01:17:52 +02:00
#chat.no-colors .text .user,
#chat.no-colors .sidebar .user {
color: #bc8cbc !important;
2015-01-10 18:05:47 +01:00
}
#chat.no-colors .from .user:hover,
2016-05-11 01:17:52 +02:00
#chat.no-colors .text .user:hover,
#chat.no-colors .sidebar .user:hover {
color: #dcdccc !important;
2015-01-10 18:05:47 +01:00
}
#chat a {
color: #8c8cbc;
2015-01-10 18:05:47 +01:00
}
#chat button:hover {
opacity: 1;
2015-01-10 18:05:47 +01:00
}
/* Message form */
#form {
background: #333;
border-color: #101010;
2015-01-10 18:05:47 +01:00
}
#form #input {
background-color: #434443;
border-color: #101010;
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
#form #nick {
background: #101010;
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
#form #submit:hover {
opacity: 1;
}
/* Buttons */
#chat .show-more-button {
background: #434443;
border-color: #101010;
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
2015-01-12 16:57:58 +01:00
#chat .show-more-button:hover {
color: #fff;
}
#chat .header {
color: #d2d39b;
2015-01-10 18:05:47 +01:00
}
/* Setup text colors */
#chat .msg {
color: #ffcfaf;
2015-01-10 18:05:47 +01:00
}
2015-01-10 18:05:47 +01:00
#chat .message {
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
#chat .self .text {
color: #d2d39b;
2015-01-10 18:05:47 +01:00
}
#chat .error,
#chat .error .from,
#chat .highlight,
#chat .highlight .from {
color: #bc6c4c;
2015-01-10 18:05:47 +01:00
}
#chat .msg.quit .time,
2016-01-23 15:39:54 +01:00
#chat .msg.quit .from button {
color: #bc6c9c !important;
2015-01-10 18:05:47 +01:00
}
#chat .msg.topic {
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
#chat .msg.join .time,
2016-01-23 15:39:54 +01:00
#chat .msg.join .from button {
color: #8cd0d3 !important;
2015-01-10 18:05:47 +01:00
}
2015-01-10 18:05:47 +01:00
/* Embeds */
#chat .toggle-content,
#chat .toggle-button {
background: #93b3a3;
color: #dcdccc;
2015-01-10 18:05:47 +01:00
}
2015-01-10 18:05:47 +01:00
#chat .toggle-content img {
float: left;
margin-right: .5em;
2015-01-10 18:05:47 +01:00
}
#chat .toggle-content .body {
color: #d2d39b;
2015-01-10 18:05:47 +01:00
}
@media (max-width: 768px) {
#main {
left: 0;
}
#footer {
left: -220px;
width: 225px;
}
}