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