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 all are supported. 7 8[stylesheets] 9 10css/basic.css = screen 11css/_imgdetail.css = screen 12css/_media_popup.css = screen 13css/_media_fullscreen.css = screen 14css/_fileuploader.css = screen 15css/_tabs.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 26css/structure.css = screen 27css/design.css = screen 28css/content.css = screen 29css/includes.css = screen 30 31css/mobile.css = all 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; highlighted text (e.g. search snippets) 57__highlight__ = "#ff9" 58 59;-------------------------------------------------------------------------- 60 61; these are used for links 62__existing__ = "#090" 63__missing__ = "#f30" 64 65; widths 66__site_width__ = "64em" 67__sidebar_width__ = "16em" 68