; 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 all are supported. [stylesheets] css/basic.css = screen css/_imgdetail.css = screen css/_media_popup.css = screen css/_media_fullscreen.css = screen css/_fileuploader.css = screen css/_tabs.css = screen css/_links.css = screen css/_toc.css = screen css/_footnotes.css = screen css/_search.css = screen css/_recent.css = screen css/_diff.css = screen css/_edit.css = screen css/_modal.css = screen css/_forms.css = screen css/_admin.css = screen css/structure.css = screen css/design.css = screen css/content.css = screen css/includes.css = screen css/mobile.css = all css/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] ; colors ;------ guaranteed dokuwiki color placeholders that every plugin can use ; main text and background colors __text__ = "#000" __background__ = "#fff" ; alternative text and background colors __text_alt__ = "#666" __background_alt__ = "#ddd" ; neutral text and background colors __text_neu__ = "#ccc" __background_neu__ = "#eee" ; border color __border__ = "#000" ;------ additional color placeholders __background_site__ = "#fff" __text_headline__ = "#000" __border_alt__ = "#000" __border_neu__ = "#fff" ; link colors __link_normal__ = "#369" __existing__ = "#369" __missing__ = "#c30" __link_title__ = "#369" ; highlighting search snippets __highlight__ = "#ff9" ; toc colors __toc_head_background__ = "#fff" __toc_head_text__ = "#000" __toc_head_border__ = "#000" __toc_body_background__ = "#fff" __toc_body_border__ = "#000" ;------ other placeholders ; section indenting __level1__ = "0px" __level2__ = "0px" __level3__ = "0px" __level4__ = "0px" __level5__ = "0px" ; widths __site_width__ = "100%" __sidebar_width__ = "185px"