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