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 10dokubook_layout.css = screen 11design.css = screen 12dokubook_design.css = screen 13style.css = screen 14_admin.less = screen 15_linkwiz.css = screen 16_subscription.css = screen 17_mediaoptions.css = screen 18 19media.css = screen 20_mediamanager.css = screen 21_tabs.css = screen 22_fileuploader.css = screen 23 24_imgdetail.css = screen 25_media_popup.css = screen 26_media_fullscreen.css = screen 27_links.css = screen 28_toc.css = screen 29_footnotes.css = screen 30_search.css = screen 31_recent.css = screen 32_diff.css = screen 33_edit.css = screen 34_modal.css = screen 35_forms.css = screen 36 37rtl.css = rtl 38print.css = print 39dokubook_print.css = print 40 41; This section is used to configure some placeholder values used in 42; the stylesheets. Changing this file is the simplest method to 43; give your wiki a new look. 44[replacements] 45 46;-------------------------------------------------------------------------- 47;------ guaranteed dokuwiki color placeholders that every plugin can use 48; main text and background colors 49__text__ = "#000" 50__background__ = "#fff" 51; alternative text and background colors 52__text_alt__ = "#638c9c" 53__background_alt__ = "#dee7ec" 54; neutral text and background colors 55__text_neu__ = "#666" 56__background_neu__ = "#f5f5f5" 57; border color 58__border__ = "#8cacbb" 59;-------------------------------------------------------------------------- 60 61; other text and background colors 62__text_other__ = "#ccc" 63__background_other__ = "#f7f9fa" 64 65; these are used for links 66__extern__ = "#436976" 67__visited__ = "#436976" 68__existing__ = "#090" 69__missing__ = "#f30" 70 71; highlighting search snippets 72__highlight__ = "#ff9" 73 74 75;-------------------------------------------------------------------------- 76;------ for keeping old templates and plugins compatible to the old pattern 77; (to be deleted at the next or after next release) 78__white__ = "#fff" 79__lightgray__ = "#f5f5f5" 80__mediumgray__ = "#ccc" 81__darkgray__ = "#666" 82__black__ = "#000" 83 84; these are the shades of blue 85__lighter__ = "#f7f9fa" 86__light__ = "#eef3f8" 87__medium__ = "#dee7ec" 88__dark__ = "#8cacbb" 89__darker__ = "#638c9c" 90