1; Name:    desertcalm template
2; Author:  Preet Kukreti
3; Version  1.0
4; Adapted from 'desert' template by Jeremy Stephens
5;    desert Author:  Jeremy Stephens (copyright 2009)
6;    Version: 1.1 (2009-04-09)
7; Primary changes are:
8;   * blue/gray colour scheme
9;   * custom colours for logo and '[[top link]]'
10;   * fixed configuration page section titles and changed input colours
11;   * fixed colours of plugin manager
12;   * toolbox icons are now much more readable
13;   * highlighted text is now much more readable
14;   * fixed numbered list colours
15;   * gentler contrast of top and bottom bars
16;   * changed input and button background
17;   * meta and breadcrumb blocks reduced back to original sizes
18;   * fixed problem where meta bar did not fully show background colour due to empty float
19;   * fixed revision diff colours to be more readable
20
21; Please see http://www.php.net/manual/en/function.parse-ini-file.php
22; for limitations of the ini format used here
23
24; Define the stylesheets your template uses here. The second value
25; defines for which output media the style should be loaded. Currently
26; print, screen and rtl are supported. rtl styles are loaded additionally
27; to screen styles if a right-to-left language is selected (eg. hebrew)
28[stylesheets]
29layout.css     = screen
30design.css     = screen
31style.css      = screen
32
33media.css      = screen
34
35rtl.css        = rtl
36print.css      = print
37
38; This section is used to configure some placeholder values used in
39; the stylesheets. Changing this file is the simplest method to
40; give your wiki a new look.
41[replacements]
42
43;--------------------------------------------------------------------------
44;------ guaranteed dokuwiki color placeholders that every plugin can use
45; main text and background colors
46__text__           = "#CCC"
47__background__     = "#222"
48; alternative text and background colors
49__text_alt__       = "#EEE"
50__background_alt__ = "#57757F"
51; neutral text and background colors
52__text_neu__       = "#CCC"
53__background_neu__ = "#434343"
54; border color
55__border__         = "#434343"
56;--------------------------------------------------------------------------
57; desertcalm custom modifications
58__logo__               = "#8EAF8E"
59__toplink__            = "#DFF7FF"
60__toplink_brackets__   = "#A8CFB5"
61__toolbar_background__ = "#EEE"
62__config__ = "#EEE"
63__config_default__ = "#EEE"
64__config_background__         = "#422"
65__config_default_background__ = "#242"
66__plugin__ = "#EEE"
67
68; other text and background colors
69__text_other__       = "#fff"
70__background_other__ = "#555"
71
72; these are used for links
73
74__extern__    = "#A4DAEF"
75__existing__  = "#98fb98"
76__missing__   = "#f30"
77
78; highlighting search snippets
79__highlight__ = "#6F391B"
80__highlight_text__ = "#f5deb3"
81
82
83;--------------------------------------------------------------------------
84;------ for keeping old templates and plugins compatible to the old pattern
85; (to be deleted at the next or after next release)
86__white__      = "#fff"
87__lightgray__  = "#f5f5f5"
88__mediumgray__ = "#ccc"
89__darkgray__   = "#666"
90__black__      = "#000"
91
92; these are the shades of blue
93__lighter__   = "#f7f9fa"
94__light__     = "#eef3f8"
95__medium__    = "#dee7ec"
96__dark__      = "#8cacbb"
97__darker__    = "#638c9c"
98