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]
9main.css     = screen
10print.css      = print
11
12; This section is used to configure some placeholder values used in
13; the stylesheets. Changing this file is the simplest method to
14; give your wiki a new look.
15[replacements]
16
17;--------------------------------------------------------------------------
18;------ guaranteed dokuwiki color placeholders that every plugin can use
19; main text and background colors
20__text__           = "#000000"
21__background__     = "#ffffff"
22; alternative text and background colors
23__text_alt__       = "#ffffcc"
24__background_alt__ = "#a8a887"
25; neutral text and background colors
26__text_neu__       = "#000000"
27__background_neu__ = "#ffffff"
28; border color
29__border__         = "#545443"
30;--------------------------------------------------------------------------
31
32__background_site__ = "#ffffff"
33
34; these are used for links
35__link__    = "#0000ff"
36__existing__  = "#0000ff"
37__missing__   = "#ff0000"
38
39; highlighting search snippets
40__highlight__ = "#ffff00"
41
42; site and sidebar widths
43; __site_width__      = "75em"
44; __sidebar_width__   = "16em"
45