mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
commit
3bb2adb93c
50
client/schemes/mariana.css
Normal file
50
client/schemes/mariana.css
Normal file
|
@ -0,0 +1,50 @@
|
|||
body {
|
||||
background: #343D46;
|
||||
color: #93a1a1;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
color: #93a1a1;
|
||||
}
|
||||
.message {
|
||||
border-left: 1px solid rgba(101, 123, 131, 0.5);
|
||||
}
|
||||
.refmessage {
|
||||
border-left: 1px solid rgba(101, 123, 131, 1);
|
||||
}
|
||||
.nick {
|
||||
color: #2B2D63;
|
||||
}
|
||||
.trip {
|
||||
color: #586e75;
|
||||
}
|
||||
.text a {
|
||||
color: #515151;
|
||||
}
|
||||
.admin .nick {
|
||||
color: #387300;
|
||||
}
|
||||
.mod .nick {
|
||||
color: #4E9A06;
|
||||
}
|
||||
.me .nick {
|
||||
color: #4C3F6E;
|
||||
}
|
||||
.info .nick,
|
||||
.info .text {
|
||||
color: #3ea268;
|
||||
}
|
||||
.warn .nick,
|
||||
.warn .text {
|
||||
color: #EDD400;
|
||||
}
|
||||
#footer {
|
||||
background: #343D46;
|
||||
}
|
||||
#sidebar {
|
||||
background: #343D46;
|
||||
border-color: #212932;
|
||||
}
|
||||
#chatform {
|
||||
border-color: #212932;
|
||||
}
|
Loading…
Reference in New Issue
Block a user