mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Added AMOLED Theme
This commit is contained in:
parent
8b8a325a5d
commit
c664b94f90
50
client/schemes/amoled.css
Normal file
50
client/schemes/amoled.css
Normal file
|
@ -0,0 +1,50 @@
|
|||
body {
|
||||
background: #000000;
|
||||
color: #a6a28c;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
color: #a6a28c;
|
||||
}
|
||||
.message {
|
||||
border-left: #000000;
|
||||
}
|
||||
.refmessage {
|
||||
border-left: #000000;
|
||||
}
|
||||
.nick {
|
||||
color: #778fd8;
|
||||
}
|
||||
.trip {
|
||||
color: #6e6b5e;
|
||||
}
|
||||
.text a {
|
||||
color: #ffffff;
|
||||
}
|
||||
.admin .nick {
|
||||
color: #d73737;
|
||||
}
|
||||
.mod .nick {
|
||||
color: #36b08c;
|
||||
}
|
||||
.me .nick {
|
||||
color: #b479c5;
|
||||
}
|
||||
.info .nick,
|
||||
.info .text {
|
||||
color: #97ca7d;
|
||||
}
|
||||
.warn .nick,
|
||||
.warn .text {
|
||||
color: #cfb017;
|
||||
}
|
||||
#footer {
|
||||
background: #000000;
|
||||
}
|
||||
#sidebar {
|
||||
background: #000000;
|
||||
border-color: #000000;
|
||||
}
|
||||
#chatform {
|
||||
border-color: #000000;
|
||||
}
|
Loading…
Reference in New Issue
Block a user