diff options
author | anti_lol <44728622+4ntil0l@users.noreply.github.com> | 2019-01-11 15:22:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 15:22:06 +0100 |
commit | b7c419f7b017c9e6402ad42a1b7b07a3290823d9 (patch) | |
tree | 7669f259e752c236739ca212c4357414ebacfb8f /client/schemes | |
parent | Merge pull request #45 from MinusGix/patch-1 (diff) | |
download | hackchat-b7c419f7b017c9e6402ad42a1b7b07a3290823d9.tar.gz hackchat-b7c419f7b017c9e6402ad42a1b7b07a3290823d9.zip |
Create mariana.css
Diffstat (limited to '')
-rw-r--r-- | client/schemes/mariana.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/client/schemes/mariana.css b/client/schemes/mariana.css new file mode 100644 index 0000000..5d1fa04 --- /dev/null +++ b/client/schemes/mariana.css @@ -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; +} |