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]
9sidebar.css    = screen
10design.css     = screen
11layout.css     = screen
12rtl.css        = rtl
13print.css      = print
14
15; This section is used to configure some placeholder values used in
16; the stylesheets. Changing this file is the simplest method to
17; give your wiki a new look.
18[replacements]
19
20; various shades of gray, mainly used for backgrounds and texts
21__white__      = "#fff"
22__lightgray__  = "#f5f5f5"
23__mediumgray__ = "#ccc"
24__darkgray__   = "#666"
25__beige__      = "#DED19B" ; beige background color
26;__black__      = "#000"
27;__black__      = "#9C2517" ; lighter red color
28__black__      = "#68180F" ; dark red color
29
30; these are the shades of blue
31__lighter__   = "#f7f9fa"
32__light__     = "#eef3f8"
33__mediumblue__    = "#dee7ec"
34__medium__    = "#9C2517" ; menu bars
35__darkblue__      = "#8cacbb"
36__dark__      = "#68180F" ; horizontal rule
37__darkerblue__    = "#638c9c"
38__darker__    = "#68180F"
39
40; these are used for links
41;__extern__    = "#436976"
42__extern__    = "#999999"
43;__existing__  = "#090"
44__existing__  = "#779977"
45;__missing__   = "#f30"
46__missing__   = "#dd3333"
47
48; highlighting search snippets
49__highlight__ = "#ff9"
50