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; To extend this file or make changes to it, it is recommended to create 5; a style.local.ini file to prevent losing any changes after an upgrade. 6; Please don't forget to copy the section your changes should be under 7; (i.e. [stylesheets] or [replacements]) into that file as well. 8 9; Define the stylesheets your template uses here. The second value 10; defines for which output media the style should be loaded. Currently 11; print, screen and all are supported. 12 13[stylesheets] 14 15css/basic.css = screen 16css/_imgdetail.css = screen 17css/_media_popup.css = screen 18css/_media_fullscreen.css = screen 19css/_fileuploader.css = screen 20css/_tabs.css = screen 21css/_links.css = screen 22css/_toc.css = screen 23css/_footnotes.css = screen 24css/_search.css = screen 25css/_recent.css = screen 26css/_diff.css = screen 27css/_edit.css = screen 28css/_modal.css = screen 29css/_forms.css = screen 30css/_admin.css = screen 31css/structure.css = screen 32css/design.css = screen 33css/content.css = screen 34css/includes.css = screen 35css/grassstains.css = screen 36 37css/mobile.css = all 38css/print.css = print 39 40 41; This section is used to configure some placeholder values used in 42; the stylesheets. Changing this file is the simplest method to 43; give your wiki a new look. 44 45[replacements] 46 47;-------------------------------------------------------------------------- 48;------ guaranteed dokuwiki color placeholders that every plugin can use 49 50; main text and background colors 51__text__ = "#333" 52__background__ = "#fff" 53; alternative text and background colors 54__text_alt__ = "#999" 55__background_alt__ = "#eee" 56; neutral text and background colors 57__text_neu__ = "#666" 58__background_neu__ = "#ddd" 59; border color 60__border__ = "#ccc" 61 62; highlighted text (e.g. search snippets) 63__highlight__ = "#ff9" 64 65;-------------------------------------------------------------------------- 66 67; these are used for links 68__existing__ = "#090" 69__missing__ = "#f30" 70 71; widths 72__site_width__ = "780px" 73__sidebar_width__ = "16em" 74