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 11typo_design.css = screen 12style.css = screen 13media.css = screen 14_admin.css = screen 15_linkwiz.css = screen 16_mediaoptions.css = screen 17_subscription.css = screen 18 19rtl.css = rtl 20print.css = print 21type_print.css = print 22 23; This section is used to configure some placeholder values used in 24; the stylesheets. Changing this file is the simplest method to 25; give your wiki a new look. 26[replacements] 27 28;-------------------------------------------------------------------------- 29;------ guaranteed dokuwiki color placeholders that every plugin can use 30; main text and background colors 31__text__ = "#202020" 32__background__ = "#fff" 33; alternative text and background colors 34__text_alt__ = "#666666" 35__background_alt__ = "#efeded" 36; neutral text and background colors 37__text_neu__ = "#666" 38__background_neu__ = "#dddbd6" 39; border color 40__border__ = "#dddddd" 41__border_sb__ = "#606060" 42;-------------------------------------------------------------------------- 43 44; other text and background colors 45__text_other__ = "#ccc" 46__background_other__ = "#f7f9fa" 47 48; these are used for links 49__extern__ = "#3aa3d8" 50__existing__ = "#3aa3d8" 51__missing__ = "#f30" 52 53; highlighting search snippets 54__highlight__ = "#ff9" 55 56 57;-------------------------------------------------------------------------- 58;------ for keeping old templates and plugins compatible to the old pattern 59; (to be deleted at the next or after next release) 60__white__ = "#fff" 61__lightgray__ = "#f5f5f5" 62__mediumgray__ = "#ccc" 63__darkgray__ = "#666" 64__black__ = "#000" 65 66; these are the shades of blue 67__lighter__ = "#f7f9fa" 68__light__ = "#eef3f8" 69__medium__ = "#dee7ec" 70__dark__ = "#8cacbb" 71__darker__ = "#638c9c" 72