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 19rtl.css = rtl 20print.css = print 21 22sidebar.css = screen 23 24themes/sxs/style.css = screen 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; the theme name 32__theme__ = "sxs" 33 34;-------------------------------------------------------------------------- 35;------ guaranteed dokuwiki color placeholders that every plugin can use 36; main text and background colors 37__text__ = "#620" 38__background__ = "#fff" 39; alternative text and background colors 40__text_alt__ = "#eee" 41__background_alt__ = "#a22" 42; neutral text and background colors 43__text_neu__ = "#000" 44__background_neu__ = "#eed" 45; border color 46__border__ = "#ab8" 47;-------------------------------------------------------------------------- 48 49; other text and background colors 50__text_other__ = "#620" 51__background_other__ = "#eda" 52 53__background_sidebar__ = "#aa7" 54 55; border color 56__border_alt__ = "#ab8" 57 58; these are used for links 59__extern__ = "#220" 60__existing__ = "#450" 61__missing__ = "#f33" 62 63; highlighting search snippets 64__highlight__ = "#ff9" 65 66;-------------------------------------------------------------------------- 67;------ for keeping old templates and plugins compatible to the old pattern 68; (to be deleted at the next or after next release) 69__white__ = "#fff" 70__lightgray__ = "#f5f5f5" 71__mediumgray__ = "#ccc" 72__darkgray__ = "#666" 73__black__ = "#000" 74 75; these are the shades of blue 76__lighter__ = "#f7f9fa" 77__light__ = "#eef3f8" 78__medium__ = "#dee7ec" 79__dark__ = "#8cacbb" 80__darker__ = "#638c9c" 81