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
13arctic_layout.css = screen
14design.css        = screen
15arctic_design.css = screen
16style.css         = screen
17media.css         = screen
18arctic_media.css  = screen
19rtl.css           = rtl
20arctic_rtl.css    = rtl
21print.css         = print
22arctic_print.css  = print
23
24; This section is used to configure some placeholder values used in
25; the stylesheets. Changing this file is the simplest method to
26; give your wiki a new look.
27[replacements]
28; arctic template LAYOUT
29__wiki_width__     = "84%"
30__header_height__  = "5em"
31__body_margin__    = "1.5em"
32__page_padding__   = "0.5em;"
33__footer_padding__ = "2em"
34
35; arctic template FONT-SIZES AND FONT-COLORS
36__font_size__               = "0.8125em"
37__line_height__             = "150%"
38__pagename_color__          = "#f8f8f8"
39__logo_color__              = "#f8f8f8"
40__headline_color__          = "#333"
41
42; arctic template LAYOUT-COLORS
43__body_background__     = "#f8f8f8"
44__header_background__   = "#436976"
45__footer_background__   = "#436976"
46__form_border__         = "#c3c3c3"
47
48
49;--------------------------------------------------------------------------
50;------ guaranteed dokuwiki color placeholders that every plugin can use
51; main text and background colors
52__text__           = "#333"
53__background__     = "#fff"
54; alternative text and background colors
55__text_alt__       = "#638c9c"
56__background_alt__ = "#dee7ec"
57; neutral text and background colors
58__text_neu__       = "#666"
59__background_neu__ = "#f5f5f5"
60; border color
61__border__         = "#ccc"
62;--------------------------------------------------------------------------
63
64; other text and background colors
65__text_other__       = "#ccc"
66__background_other__ = "#f7f9fa"
67
68; these are used for links
69__extern__    = "#436976"
70__existing__  = "#56b04f"
71__missing__   = "#ed5353"
72
73; highlighting search snippets
74__highlight__ = "#ff9"
75
76;--------------------------------------------------------------------------
77;------ for keeping old templates and plugins compatible to the old pattern
78; (to be deleted at the next or after next release)
79__white__      = "#fff"
80__lightgray__  = "#f5f5f5"
81__mediumgray__ = "#ccc"
82__darkgray__   = "#666"
83__black__      = "#000"
84
85; these are the shades of blue
86__lighter__   = "#f7f9fa"
87__light__     = "#eef3f8"
88__medium__    = "#dee7ec"
89__dark__      = "#8cacbb"
90__darker__    = "#638c9c"
91; setup vim: ts=2 sw=2:
92