aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/atelier-seaside.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/schemes/atelier-seaside.css')
-rw-r--r--client/schemes/atelier-seaside.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/client/schemes/atelier-seaside.css b/client/schemes/atelier-seaside.css
new file mode 100644
index 0000000..b494c27
--- /dev/null
+++ b/client/schemes/atelier-seaside.css
@@ -0,0 +1,47 @@
+body {
+ background: #131513;
+ color: #8ca68c;
+}
+input,
+textarea {
+ color: #8ca68c;
+}
+.messages {
+ border-color: #687d68;
+}
+.nick {
+ color: #3d62f5;
+}
+.trip {
+ color: #5e6e5e;
+}
+.text a {
+ color: #cfe8cf;
+}
+.admin .nick {
+ color: #e6193c;
+}
+.mod .nick {
+ color: #1999b3;
+}
+.me .nick {
+ color: #ad2bee;
+}
+.info .nick,
+.info .text {
+ color: #29a329;
+}
+.warn .nick,
+.warn .text {
+ color: #c3c322;
+}
+#footer {
+ background: #131513;
+}
+#sidebar {
+ background: #242924;
+ border-color: #687d68;
+}
+#chatform {
+ border-color: #687d68;
+}