diff options
author | marzavec <admin@marzavec.com> | 2019-01-11 16:47:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 16:47:56 +0100 |
commit | 3bb2adb93cfb2c56d4c99f1dc7c55804658d7819 (patch) | |
tree | 7669f259e752c236739ca212c4357414ebacfb8f /client | |
parent | Merge pull request #45 from MinusGix/patch-1 (diff) | |
parent | Create mariana.css (diff) | |
download | hackchat-3bb2adb93cfb2c56d4c99f1dc7c55804658d7819.tar.gz hackchat-3bb2adb93cfb2c56d4c99f1dc7c55804658d7819.zip |
Merge pull request #47 from 4ntil0l/patch-1
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; +} |