; 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__ = "#cc9" ; alternative text and background colors __text_alt__ = "#cc9" __background_alt__ = "#996" ; neutral text and background colors __text_neu__ = "#060" __background_neu__ = "#ffc" ; border color __border__ = "#000" ;------ additional color placeholders __background_site__ = "#963" __text_headline__ = "#330" __border_alt__ = "#cc9" __border_neu__ = "#cc9" ; link colors __link_normal__ = "#630" __existing__ = "#630" __missing__ = "#c00" __link_title__ = "#300" ; highlighting search snippets __highlight__ = "#ff9" ; toc colors __toc_head_background__ = "#963" __toc_head_text__ = "#ffc" __toc_head_border__ = "#963" __toc_body_background__ = "#ffc" __toc_body_border__ = "#ffc" ;------ other placeholders ; section indenting __level1__ = "0px" __level2__ = "20px" __level3__ = "40px" __level4__ = "60px" __level5__ = "80px" ; widths __site_width__ = "100%" __sidebar_width__ = "185px"