summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcss/basic.css13
-rwxr-xr-xstyle.ini27
2 files changed, 20 insertions, 20 deletions
diff --git a/css/basic.css b/css/basic.css
index 3c4ea32bd..b266f8036 100755
--- a/css/basic.css
+++ b/css/basic.css
@@ -14,14 +14,13 @@ html {
}
html,
body {
- /* @todo: style.ini for #fbfaf9?!? */
- background-color: #fbfaf9;
color: __text__;
- background-image: -moz-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em);
- background-image: -webkit-linear-gradient(top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em);
- background-image: -o-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em);
- background-image: -ms-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em);
- background-image: linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, #fbfaf9 4em);
+ background-color: __background_site__;
+ background-image: -moz-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
+ background-image: -webkit-linear-gradient(top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
+ background-image: -o-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
+ background-image: -ms-linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
+ background-image: linear-gradient( top, __background_neu__ 0%, __background_alt__ 1em, __background_site__ 4em);
background-size: 1px 10em;
background-repeat: repeat-x;
margin: 0;
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"