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/_imgdetail.css = screen 13css/_media_popup.css = screen 14css/_media_fullscreen.css = screen 15css/_fileuploader.css = screen 16css/_tabs.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/structure.css = screen 28css/design.css = screen 29css/content.css = screen 30css/includes.css = screen 31 32css/print.css = print 33 34 35; This section is used to configure some placeholder values used in 36; the stylesheets. Changing this file is the simplest method to 37; give your wiki a new look. 38 39[replacements] 40 41;-------------------------------------------------------------------------- 42;------ guaranteed dokuwiki color placeholders that every plugin can use 43 44; main text and background colors 45__text__ = "#333" 46__background__ = "#fff" 47; alternative text and background colors 48__text_alt__ = "#999" 49__background_alt__ = "#eee" 50; neutral text and background colors 51__text_neu__ = "#666" 52__background_neu__ = "#ddd" 53; border color 54__border__ = "#ccc" 55 56;-------------------------------------------------------------------------- 57 58; these are used for links 59__existing__ = "#090" 60__missing__ = "#f30" 61 62; highlighting search snippets 63__highlight__ = "#ff9" 64 65; widths 66__site_width__ = "64em" 67__sidebar_width__ = "16em" 68