; 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] main.css = screen 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] ;-------------------------------------------------------------------------- ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors __text__ = "#000000" __background__ = "#ffffff" ; alternative text and background colors __text_alt__ = "#ffffcc" __background_alt__ = "#a8a887" ; neutral text and background colors __text_neu__ = "#000000" __background_neu__ = "#ffffff" ; border color __border__ = "#545443" ;-------------------------------------------------------------------------- __background_site__ = "#ffffff" ; these are used for links __link__ = "#0000ff" __existing__ = "#0000ff" __missing__ = "#ff0000" ; highlighting search snippets __highlight__ = "#ffff00" ; site and sidebar widths ; __site_width__ = "75em" ; __sidebar_width__ = "16em"