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