; 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__ = "#fff" __background__ = "#036" ; alternative text and background colors __text_alt__ = "#ccc" __background_alt__ = "#369" ; neutral text and background colors __text_neu__ = "#369" __background_neu__ = "#012" ; border color __border__ = "#fff" ;------ additional color placeholders __background_site__ = "#69c" __text_headline__ = "#fff" __border_alt__ = "#123" __border_neu__ = "#fff" ; link colors __link_normal__ = "#ff6" __existing__ = "#ff6" __missing__ = "#c9f" __link_title__ = "#ff6" ; highlighting search snippets __highlight__ = "#123" ; toc colors __toc_head_background__ = "#69c" __toc_head_text__ = "#012" __toc_head_border__ = "#fff" __toc_body_background__ = "#036" __toc_body_border__ = "#fff" ;------ other placeholders ; section indenting __level1__ = "0px" __level2__ = "20px" __level3__ = "40px" __level4__ = "60px" __level5__ = "80px" ; widths __site_width__ = "100%" __sidebar_width__ = "185px"