aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/eighties.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-03-10 08:47:00 +0100
committermarzavec <admin@marzavec.com>2018-03-10 08:47:00 +0100
commitfde6895720a4f417283b9e375583967b504de2f3 (patch)
treef5c8d9a188572d759456831d574bef9881d5c0be /client/schemes/eighties.css
downloadhackchat-fde6895720a4f417283b9e375583967b504de2f3.tar.gz
hackchat-fde6895720a4f417283b9e375583967b504de2f3.zip
initial commit
Diffstat (limited to 'client/schemes/eighties.css')
-rw-r--r--client/schemes/eighties.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/client/schemes/eighties.css b/client/schemes/eighties.css
new file mode 100644
index 0000000..e0ccebb
--- /dev/null
+++ b/client/schemes/eighties.css
@@ -0,0 +1,47 @@
+body {
+ background: #2d2d2d;
+ color: #d3d0c8;
+}
+input,
+textarea {
+ color: #d3d0c8;
+}
+.messages {
+ border-color: #747369;
+}
+.nick {
+ color: #6699cc;
+}
+.trip {
+ color: #515151;
+}
+.text a {
+ color: #e8e6df;
+}
+.admin .nick {
+ color: #f2777a;
+}
+.mod .nick {
+ color: #66cccc;
+}
+.me .nick {
+ color: #cc99cc;
+}
+.info .nick,
+.info .text {
+ color: #99cc99;
+}
+.warn .nick,
+.warn .text {
+ color: #ffcc66;
+}
+#footer {
+ background: #2d2d2d;
+}
+#sidebar {
+ background: #393939;
+ border-color: #747369;
+}
+#chatform {
+ border-color: #747369;
+}