summaryrefslogtreecommitdiff
path: root/style.ini
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-01-15 13:11:30 +0000
committerAnika Henke <anika@selfthinker.org>2012-01-15 13:11:30 +0000
commitb6a12f16c2a9e80be9875746e9bc6bbb3ce41f97 (patch)
tree32217885d2d1cd5317da7f37daae24963438a416 /style.ini
parentf33b75ddfb6aa5108edff800dee6948321751db0 (diff)
downloadrpg-b6a12f16c2a9e80be9875746e9bc6bbb3ce41f97.tar.gz
rpg-b6a12f16c2a9e80be9875746e9bc6bbb3ce41f97.tar.bz2
added site background colour to style.ini
Diffstat (limited to 'style.ini')
-rwxr-xr-xstyle.ini27
1 files changed, 14 insertions, 13 deletions
diff --git a/style.ini b/style.ini
index ebefcd9a6..d1e3b6c8e 100755
--- a/style.ini
+++ b/style.ini
@@ -44,27 +44,28 @@ css/print.css = print
;------ guaranteed dokuwiki color placeholders that every plugin can use
; main text and background colors
-__text__ = "#333"
-__background__ = "#fff"
+__text__ = "#333"
+__background__ = "#fff"
+__background_site__ = "#fbfaf9"
; alternative text and background colors
-__text_alt__ = "#999"
-__background_alt__ = "#eee"
+__text_alt__ = "#999"
+__background_alt__ = "#eee"
; neutral text and background colors
-__text_neu__ = "#666"
-__background_neu__ = "#ddd"
+__text_neu__ = "#666"
+__background_neu__ = "#ddd"
; border color
-__border__ = "#ccc"
+__border__ = "#ccc"
;--------------------------------------------------------------------------
; these are used for links
-__link__ = "#627D9A"
-__existing__ = "#090"
-__missing__ = "#f30"
+__link__ = "#627D9A"
+__existing__ = "#090"
+__missing__ = "#f30"
; highlighting search snippets
-__highlight__ = "#ff9"
+__highlight__ = "#ff9"
; sidebar width
-__site_width__ = "72em"
-__sidebar_width__ = "16em"
+__site_width__ = "72em"
+__sidebar_width__ = "16em"