From b6a12f16c2a9e80be9875746e9bc6bbb3ce41f97 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 15 Jan 2012 13:11:30 +0000 Subject: added site background colour to style.ini --- style.ini | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'style.ini') 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" -- cgit v1.2.3