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 9[stylesheets] 10design.css = screen 11 _mediaoptions.css = screen 12 _admin.css = screen 13 _linkwiz.css = screen 14 _subscription.css = screen 15 _mediamanager.css = screen 16 _tabs.css = screen 17 _fileuploader.css = screen 18 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;------ guaranteed dokuwiki color placeholders that every plugin can use 25; main text and background colors 26;__text__ : used for template, see below 27__background__ = "#fff" 28; headings and index 29__text_alt__ = "#000" 30;__background_alt__ : used for template, see below 31; neutral text and background colors 32__text_neu__ = "#000" 33__background_neu__ = "#fff" 34; border color 35__border__ = "#B3B3B3" 36; other text and background colors 37__text_other__ = "#ccc" 38__background_other__ = "#fff" 39__background_pre__ = "#fff" 40; these are used for links 41__extern__ = "#808080" 42__existing__ = "#009682" 43__missing__ = "#808080" 44; highlighting search snippets 45__highlight__ = "#cc3" 46 47;dokuKIT special variables 48;--------------------------------------------------------------------------- 49__content_width__ = "60em" 50__text__ = "#000" 51__imgblend__ = "url(images/01_V2.jpg)" 52__yourlogo__ = "url(images/kit_logo_V2_de.png)" 53__wrapper__ = "url(images/bg_wrapper2_V2.png) 0 0 repeat-y" 54__background_image__ = "#ffffff url(images/bg_body_V2.jpg) center 120px no-repeat" 55__footer_image__ = "#ffffff url(images/bg_footer_V2.png) left top no-repeat" 56__background_alt__ = "#fff" 57 58