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