made theme not suck

This commit is contained in:
JP Smith 2015-01-12 09:57:58 -06:00
parent 7c1d78d0aa
commit 705e207c53
1 changed files with 22 additions and 10 deletions

View File

@ -32,9 +32,27 @@ QUIT #bc6c4c
} }
#settings, #sign-in, #connect { #settings, #sign-in, #connect {
color: #dcdccc;
}
#settings, #sign-in, #connect .title {
color: #88b090; color: #88b090;
} }
#settings, #sign-in, #connect .opt {
color: #dcdccc;
}
#sidebar {
background: #2b2b2b;
bottom: 48px;
}
#footer {
background: #33332f;
border-top: 1px solid #000;
}
#chat .sidebar { #chat .sidebar {
background: #3f3f3f; background: #3f3f3f;
} }
@ -60,7 +78,6 @@ QUIT #bc6c4c
border-color: #333333; border-color: #333333;
} }
/* Attach chat to window borders */ /* Attach chat to window borders */
#windows .window:before, #windows .chan:before { #windows .window:before, #windows .chan:before {
display: none; display: none;
@ -120,7 +137,7 @@ QUIT #bc6c4c
#form #input { #form #input {
background-color: #434443; background-color: #434443;
border-color: #101010; border-color: #101010;
color: #88b090; color: #dcdccc;
padding-left: 1em !important; padding-left: 1em !important;
} }
@ -128,17 +145,16 @@ QUIT #bc6c4c
display: none; display: none;
} }
#chat .header { #chat .header {
color: #d2d39b; color: #d2d39b;
} }
/* Hide unnecessary buttons */ /* Hide unnecessary buttons */
#windows .header .button, #windows .header .button,
#form #submit { #form #submit {
display: none; display: none;
} }
/* Setup text colors */ /* Setup text colors */
#chat .msg { #chat .msg {
color: #ffcfaf; color: #ffcfaf;
@ -155,17 +171,13 @@ QUIT #bc6c4c
#chat .error .from, #chat .error .from,
#chat .highlight, #chat .highlight,
#chat .highlight .from { #chat .highlight .from {
color: #7cac7c; color: #bc6c4c;
}
#chat .highlight:not(.self) {
font-size: 1.2em;
} }
#chat .msg.quit .time, #chat .msg.quit .time,
#chat .msg.quit .from button, #chat .msg.quit .from button,
#chat .msg.quit .type { #chat .msg.quit .type {
color: #bc6c4c !important; color: ##bc6c9c !important;
} }
#chat .msg.topic { #chat .msg.topic {