diff options
Diffstat (limited to 'style.ini')
-rwxr-xr-x | style.ini | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -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" |