1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Create mariana.css

This commit is contained in:
anti_lol 2019-01-11 17:52:06 +03:30 committed by GitHub
parent 02cec78ff6
commit b7c419f7b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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;
}