summaryrefslogtreecommitdiff
path: root/css/skins/grey.sass
diff options
context:
space:
mode:
Diffstat (limited to 'css/skins/grey.sass')
-rw-r--r--css/skins/grey.sass34
1 files changed, 34 insertions, 0 deletions
diff --git a/css/skins/grey.sass b/css/skins/grey.sass
new file mode 100644
index 00000000..d85f16dd
--- /dev/null
+++ b/css/skins/grey.sass
@@ -0,0 +1,34 @@
+// userid: 2 name: Touhou (grey)
+
+$maintext: #222
+$grayedout: #666
+$standout: #500
+$link: #005
+$statok: #050
+$statnok: #500
+$footer: #999
+$maintitle: #ccc
+$boxtitle: #444
+$alttitle: #000
+$bodybg: #fff
+$tabbg: #ddd
+$secbg: #ccc
+$secborder: #000
+$border: #999
+$boxbg: #ddddddcc
+$diffadd: #cfc
+$diffdel: #fcc
+$warnbg: #fcc
+$warnborder: #c00
+$noticebg: #cfc
+$noticeborder: #0c0
+
+@mixin bodybg
+ background: $bodybg url(/s/grey-bg.jpg) no-repeat;
+
+@mixin bgright
+ background: url(/s/grey-right.jpg) no-repeat
+ width: 130px
+ height: 120px
+
+@import 'css/v2'