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