1; ARCTIC-TEMPLATE-DEFAULT-STYLE.INI
2; @author: Michael Klier <chi@chimeric.de>
3
4; Please see http://www.php.net/manual/en/function.parse-ini-file.php
5; for limitations of the ini format used here
6
7; Define the stylesheets your template uses here. The second value
8; defines for which output media the style should be loaded. Currently
9; print, screen and rtl are supported. rtl styles are loaded additionally
10; to screen styles if a right-to-left language is selected (eg. hebrew)
11[stylesheets]
12layout.css            = screen
13dokubrick_layout.css  = screen
14design.css            = screen
15dokubrick_design.css  = screen
16style.css             = screen
17media.css             = screen
18dokubrick_media.css   = screen
19rtl.css               = rtl
20dokubrick_rtl.css     = rtl
21print.css             = print
22dokubrick_print.css   = print
23_admin.css				    = screen
24_linkwiz.css			    = screen
25_mediaoptions.css 		= screen
26_subscription.css		  = screen
27
28; This section is used to configure some placeholder values used in
29; the stylesheets. Changing this file is the simplest method to
30; give your wiki a new look.
31[replacements]
32; DoKubrick template LAYOUT
33__body_margin__    = "1.5em"
34
35; DoKubrick template FONT-SIZES AND FONT-COLORS
36__font_size__       = "0.8125em"
37__line_height__     = "150%"
38__logo_color__      = "#f8f8f8"
39__headline_color__  = "#333"
40
41; DoKubrick template LAYOUT-COLORS
42__form_border__     = "#c3c3c3"
43
44;--------------------------------------------------------------------------
45;------ guaranteed dokuwiki color placeholders that every plugin can use
46; main text and background colors
47__text__           = "#333"
48__background__     = "#fff"
49; alternative text and background colors
50__text_alt__       = "#638c9c"
51__background_alt__ = "#dee7ec"
52; neutral text and background colors
53__text_neu__       = "#666"
54__background_neu__ = "#dedede"
55; border color
56__border__         = "#ccc"
57;--------------------------------------------------------------------------
58
59; other text and background colors
60__text_other__       = "#ccc"
61__background_other__ = "#f7f9fa"
62
63; these are used for links
64__extern__    = "#436976"
65__existing__  = "#56b04f"
66__missing__   = "#ed5353"
67
68; highlighting search snippets
69__highlight__ = "#ff9"
70
71;--------------------------------------------------------------------------
72;------ for keeping old templates and plugins compatible to the old pattern
73; (to be deleted at the next or after next release)
74__white__      = "#fff"
75__lightgray__  = "#f5f5f5"
76__mediumgray__ = "#ccc"
77__darkgray__   = "#666"
78__black__      = "#000"
79
80; these are the shades of blue
81__lighter__   = "#f7f9fa"
82__light__     = "#eef3f8"
83__medium__    = "#dee7ec"
84__dark__      = "#8cacbb"
85__darker__    = "#638c9c"
86; setup vim: ts=2 sw=2:
87