1; Please see http://www.php.net/manual/en/function.parse-ini-file.php 2; for limitations of the ini format used here 3 4; Define the stylesheets your template uses here. The second value 5; defines for which output media the style should be loaded. Currently 6; print, screen and rtl are supported. rtl styles are loaded additionally 7; to screen styles if a right-to-left language is selected (eg. Hebrew). 8 9[stylesheets] 10 11css/basic.css = screen 12css/structure.css = screen 13css/design.css = screen 14css/_imgdetail.css = screen 15css/_mediamanager.css = screen 16css/_links.css = screen 17css/_toc.css = screen 18css/_footnotes.css = screen 19css/_search.css = screen 20css/_recent.css = screen 21css/_diff.css = screen 22css/_edit.css = screen 23css/_modal.css = screen 24css/_forms.css = screen 25css/_admin.css = screen 26;css/includes.css = screen 27 28;css/rtl.css = rtl 29;css/print.css = print 30 31 32; This section is used to configure some placeholder values used in 33; the stylesheets. Changing this file is the simplest method to 34; give your wiki a new look. 35 36[replacements] 37 38;-------------------------------------------------------------------------- 39;------ guaranteed dokuwiki color placeholders that every plugin can use 40 41; main text and background colors 42__text__ = "#333" 43__background__ = "#fff" 44; alternative text and background colors 45__text_alt__ = "#999" 46__background_alt__ = "#eee" 47; neutral text and background colors 48__text_neu__ = "#666" 49__background_neu__ = "#ddd" 50; border color 51__border__ = "#ccc" 52 53;-------------------------------------------------------------------------- 54 55; these are used for links 56__existing__ = "#090" 57__missing__ = "#f30" 58 59; highlighting search snippets 60__highlight__ = "#ff9" 61