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[stylesheets] 9layout.css = screen 10design.css = screen 11style.css = screen 12 13media.css = screen 14_admin.css = screen 15_linkwiz.css = screen 16 17rtl.css = rtl 18print.css = print 19 20; This section is used to configure some placeholder values used in 21; the stylesheets. Changing this file is the simplest method to 22; give your wiki a new look. 23[replacements] 24 25; the theme color 26__theme__ = "_blue" 27 28;-------------------------------------------------------------------------- 29;------ guaranteed dokuwiki color placeholders that every plugin can use 30; main text and background colors 31__text__ = "#000" 32__background__ = "#fff" 33; alternative text and background colors 34__text_alt__ = "#003f9e" 35__background_alt__ = "#d9e8ff" 36; neutral text and background colors 37__text_neu__ = "#6f6f6f" 38__background_neu__ = "#f2f2f2" 39; border color 40__border__ = "#61a0ff" 41;-------------------------------------------------------------------------- 42 43; other text and background colors 44__text_other__ = "#c8c8c8" 45__background_other__ = "#c2daff" 46 47; these are used for links 48__extern__ = "#003f9e" 49__existing__ = "#106d93" 50__missing__ = "#931054" 51 52; highlighting search snippets 53__highlight__ = "#ffdb9e" 54