source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/tpl/greenstone/themes/haze/style.ini@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 2.3 KB
Line 
1; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2; for limitations of the ini format used here
3
4; Define the stylesheets your template uses here. The second value
5; defines for which output media the style should be loaded. Currently
6; print, screen and rtl are supported. rtl styles are loaded additionally
7; to screen styles if a right-to-left language is selected (eg. hebrew)
8[stylesheets]
9layout.css = screen
10design.css = screen
11style.css = screen
12
13media.css = screen
14_mediaoptions.css = screen
15_admin.css = screen
16_linkwiz.css = screen
17_subscription.css = screen
18
19rtl.css = rtl
20print.css = print
21
22sidebar.css = screen
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
29; the theme color
30__theme__ = "haze"
31
32;--------------------------------------------------------------------------
33;------ guaranteed dokuwiki color placeholders that every plugin can use
34; main text and background colors
35__text__ = "#220"
36__background__ = "#fff"
37; alternative text and background colors
38__text_alt__ = "#440"
39__background_alt__ = "#ffb"
40; neutral text and background colors
41__text_neu__ = "#000"
42__background_neu__ = "#eed"
43; border color
44__border__ = "#ab8"
45;--------------------------------------------------------------------------
46
47; other text and background colors
48;__text_other__ = "#ccc"
49;__background_other__ = "#343"
50__text_other__ = "#343"
51__background_other__ = "#eed"
52
53; border color
54__border_alt__ = "#ab8"
55
56; these are used for links
57__extern__ = "#220"
58__existing__ = "#450"
59__missing__ = "#f33"
60
61; highlighting search snippets
62__highlight__ = "#ff9"
63
64;--------------------------------------------------------------------------
65;------ for keeping old templates and plugins compatible to the old pattern
66; (to be deleted at the next or after next release)
67__white__ = "#fff"
68__lightgray__ = "#f5f5f5"
69__mediumgray__ = "#ccc"
70__darkgray__ = "#666"
71__black__ = "#000"
72
73; these are the shades of blue
74__lighter__ = "#f7f9fa"
75__light__ = "#eef3f8"
76__medium__ = "#dee7ec"
77__dark__ = "#8cacbb"
78__darker__ = "#638c9c"
Note: See TracBrowser for help on using the repository browser.