From b7c419f7b017c9e6402ad42a1b7b07a3290823d9 Mon Sep 17 00:00:00 2001 From: anti_lol <44728622+4ntil0l@users.noreply.github.com> Date: Fri, 11 Jan 2019 17:52:06 +0330 Subject: Create mariana.css --- client/schemes/mariana.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 client/schemes/mariana.css (limited to 'client') 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; +} -- cgit v1.2.1