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]
9design.css     = screen
10media.css      = screen
11
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
19[replacements]
20
21;===============================================================================
22;
23; Placeholders specifics for Slaad's template.
24;
25;===============================================================================
26; These are unique placeholders for this template, the rest of the colors
27; used default placeholders.
28
29__yellow_egg__ = "#ffa620"
30
31; links.
32__hover__ = "#111"
33__visited__ = "#5af"
34
35;blockquote and pre tags.
36__blockquote_bordercolor__ = "#dfdfca"
37
38__pre_background__ = "#dfdfca"
39__pre_textcolor__ = "#333"
40__pre_bordercolor__ = "#555"
41__pre_code_background__ = "#fff"
42__pre_file_background__ = "#fff"
43
44;-------------------------------------------------------------------------------
45; Navigation bar.
46;-------------------------------------------------------------------------------
47; Both, top and bottom.
48
49; outer layer.
50__nav_outer_background__ = "transparent"
51__nav_outer_bordercolor__ = "#111"
52
53; inner layer.
54__nav_inner_background__ = "#111"
55__nav_inner_bordercolor__ = "#ffa620"
56
57; button.
58__nav_button_textcolor__ = "#ffa620"
59__nav_button_background__ = "transparent"
60__nav_button_textcolor_hover__ = "#111"
61__nav_button_background_hover__ = "#ffa620"
62__nav_button_textcolor_visited__ = "#ffa620"
63
64
65;--------------------------------------------------------------------------
66;------ guaranteed dokuwiki color placeholders that every plugin can use
67; main text and background colors
68
69__text__           = "#111"
70__background__     = "#f0f0e6"
71
72; alternative text and background colors
73__text_alt__       = "#999"
74__background_alt__ = "#cbcba9"
75
76; neutral text and background colors
77__text_neu__       = "#111"
78__background_neu__ = "#fff"
79
80; border color
81__border__         = "#111"
82__border_alt__     = "#999"
83
84
85;--------------------------------------------------------------------------
86
87; other text and background colors
88__text_other__       = "#ccc"
89__background_other__ = "#dfdfca"
90
91; these are used for links
92__extern__ = "#0080ff"
93__existing__ = "#090"
94__missing__ = "#e00"
95
96; highlighting search snippets
97__highlight__ = "#ffff40"
98
99
100;--------------------------------------------------------------------------
101;------ for keeping old templates and plugins compatible to the old pattern
102; (to be deleted at the next or after next release)
103__white__      = "#fff"
104__lightgray__  = "#f5f5f5"
105__mediumgray__ = "#ccc"
106__darkgray__   = "#666"
107__black__      = "#000"
108
109; these are the shades of blue
110__lighter__   = "#f7f9fa"
111__light__     = "#eef3f8"
112__medium__    = "#dee7ec"
113__dark__      = "#8cacbb"
114__darker__    = "#638c9c"
115