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/content.css = screen 15css/_imgdetail.css = screen 16css/_mediamanager.css = screen 17css/_links.css = screen 18css/_toc.css = screen 19css/_footnotes.css = screen 20css/_search.css = screen 21css/_recent.css = screen 22css/_diff.css = screen 23css/_edit.css = screen 24css/_modal.css = screen 25css/_forms.css = screen 26css/_admin.css = screen 27css/includes.css = screen 28 29css/rtl.css = rtl 30css/print.css = print 31 32 33; This section is used to configure some placeholder values used in 34; the stylesheets. Changing this file is the simplest method to 35; give your wiki a new look. 36 37[replacements] 38 39;-------------------------------------------------------------------------- 40;------ guaranteed dokuwiki color placeholders that every plugin can use 41 42; main text and background colors 43__text__ = "#333" 44__background__ = "#fff" 45; alternative text and background colors 46__text_alt__ = "#999" 47__background_alt__ = "#eee" 48; neutral text and background colors 49__text_neu__ = "#666" 50__background_neu__ = "#ddd" 51; border color 52__border__ = "#ccc" 53 54;-------------------------------------------------------------------------- 55 56; these are used for links 57__existing__ = "#090" 58__missing__ = "#f30" 59 60; highlighting search snippets 61__highlight__ = "#ff9" 62 63; sidebar width 64__sidebar_width__ = "16em" 65