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
13_layout.css       = screen
14design.css        = screen
15_design.css       = screen
16style.css         = screen
17media.css         = screen
18_mediamanager.css = screen
19_tabs.css         = screen
20_fileuploader.css = screen
21
22rtl.css           = rtl
23_rtl.css          = rtl
24
25print.css         = print
26_print.css        = print
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; a_free_worldic template LAYOUT
33__wiki_width__     = "84%"
34__header_height__  = "5em"
35__body_margin__    = "1.5em"
36__page_padding__   = "0.5em;"
37__footer_padding__ = "2em"
38
39; a_free_worldic template FONT-SIZES AND FONT-COLORS
40__font_size__               = "0.8125em"
41__line_height__             = "150%"
42__pagename_color__          = "#f8f8f8"
43__logo_color__              = "#f8f8f8"
44__headline_color__          = "#333"
45
46; a_free_worldic template LAYOUT-COLORS
47__body_background__     = "#f8f8f8"
48__header_background__   = "#436976"
49__footer_background__   = "#436976"
50__form_border__         = "#c3c3c3"
51
52
53;--------------------------------------------------------------------------
54;------ guaranteed dokuwiki color placeholders that every plugin can use
55; main text and background colors
56__text__           = "#333"
57__background__     = "#fff"
58; alternative text and background colors
59__text_alt__       = "#638c9c"
60__background_alt__ = "#EBEFF9"
61; neutral text and background colors
62__text_neu__       = "#666"
63__background_neu__ = "#f5f5f5"
64; border color
65__border__         = "#ccc"
66;--------------------------------------------------------------------------
67
68; other text and background colors
69__text_other__       = "#ccc"
70__background_other__ = "#f7f9fa"
71
72; these are used for links
73__extern__    = "#0000cc"
74__existing__  = "#0000cc"
75__missing__   = "red"
76
77; highlighting search snippets
78__highlight__ = "#ff9"
79
80;--------------------------------------------------------------------------
81;------ for keeping old templates and plugins compatible to the old pattern
82; (to be deleted at the next or after next release)
83__white__      = "#fff"
84__lightgray__  = "#f5f5f5"
85__mediumgray__ = "#ccc"
86__darkgray__   = "#666"
87__black__      = "#000"
88
89; these are the shades of blue
90__lighter__   = "#f7f9fa"
91__light__     = "#eef3f8"
92__medium__    = "#EBEFF9"
93__dark__      = "#8cacbb"
94__darker__    = "#638c9c"
95; setup vim: ts=2 sw=2:
96