diff options
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/default/style.ini | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/lib/tpl/default/style.ini b/lib/tpl/default/style.ini index f5f10d0a4..e6452ad90 100644 --- a/lib/tpl/default/style.ini +++ b/lib/tpl/default/style.ini @@ -1,10 +1,22 @@ -; This file is used to configure some placeholder values used in -; the stylesheets. Changing this file is the simplest method to -; give your wiki a new look. -; ; Please see http://www.php.net/manual/en/function.parse-ini-file.php ; for limitations of the ini format used here +; Define the stylesheets your template uses here. The second value +; defines for which output media the style should be loaded. Currently +; print, screen and rtl are supported. rtl styles are loaded additionally +; to screen styles if a right-to-left language is selected (eg. hebrew) +[stylesheets] +layout.css = screen +design.css = screen +style.css = screen +rtl.css = rtl +print.css = print + +; This section is used to configure some placeholder values used in +; the stylesheets. Changing this file is the simplest method to +; give your wiki a new look. +[replacements] + ; various shades of gray, mainly used for backgrounds and texts __white__ = "#fff" __lightgray__ = "#f5f5f5" |