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
9; the following are the default colors of the incognitek template:
10; dark green for lines: #5f8077
11; orange for links: #ff6600
12; dark blue background (footer, trace): #bbddd4
13; light blue background (buttons): #eff6f4
14
15[stylesheets]
16layout.css     = screen
17design.css     = screen
18style.css      = screen
19
20media.css      = screen
21_mediaoptions.css = screen
22_admin.css        = screen
23_linkwiz.css      = screen
24_subscription.css = screen
25
26rtl.css        = rtl
27print.css      = print
28
29; This section is used to configure some placeholder values used in
30; the stylesheets. Changing this file is the simplest method to
31; give your wiki a new look.
32[replacements]
33
34;--------------------------------------------------------------------------
35;------ element visibility ------------------------------------------------
36
37; display table of contents. "none" -> no, "block" -> yes
38__display_toc__             = "none"
39
40;--------------------------------------------------------------------------
41;------ guaranteed dokuwiki color placeholders that every plugin can use
42; main text and background colors
43__text__           = "#000"
44__background__     = "#fff"
45; alternative text and background colors
46__text_alt__       = "#638c9c"
47__background_alt__ = "#b0c5f0"
48; neutral text and background colors
49__text_neu__       = "#666"
50__background_neu__ = "#f5f5f5"
51; border color ["#8cacbb"]
52__border__         = "#2a4d77"
53
54;--------------------------------------------------------------------------
55
56; other text and background colors [#ccc, #f7f9fa]
57__text_other__       = "#ccc"
58__background_other__ = "#efeff6"
59
60; these are used for links
61__extern__    = "#2a4d77"
62__existing__  = "#2a4d77"
63__missing__   = "#ff6600"
64
65; highlighting search snippets
66__highlight__ = "#ffe79f"
67
68;--------------------------------------------------------------------------
69;------ for keeping old templates and plugins compatible to the old pattern
70; (to be deleted at the next or after next release)
71__white__      = "#fff"
72__lightgray__  = "#f5f5f5"
73__mediumgray__ = "#ccc"
74__darkgray__   = "#666"
75__black__      = "#000"
76
77; these are the shades of blue
78__lighter__   = "#f7f9fa"
79__light__     = "#eef3f8"
80__medium__    = "#dee7ec"
81__dark__      = "#8cacbb"
82__darker__    = "#638c9c"