slitaz-forge view doc/lib/tpl/slitaz-orange/style.ini @ rev 49

Add latest Dokuwiki theme
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 06 02:29:19 2011 +0200 (2011-04-06)
parents
children
line source
1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
2 ; for limitations of the ini format used here
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]
9 layout.css = screen
10 design.css = screen
11 style.css = screen
13 media.css = screen
15 UWEB.css = screen
17 rtl.css = rtl
18 print.css = print
20 ; This section is used to configure some placeholder values used in
21 ; the stylesheets. Changing this file is the simplest method to
22 ; give your wiki a new look.
23 [replacements]
25 ;--------------------------------------------------------------------------
26 ;------ guaranteed dokuwiki color placeholders that every plugin can use
27 ; main text and background colors
28 __text__ = "#000"
29 __background__ = "#fff"
30 ; alternative text and background colors
31 __text_alt__ = "#638c9c"
32 __background_alt__ = "#dee7ec"
33 ; neutral text and background colors
34 __text_neu__ = "#666"
35 __background_neu__ = "#f5f5f5"
36 ; border color
37 __border__ = "#dadada"
38 ;--------------------------------------------------------------------------
40 ; other text and background colors
41 __text_other__ = "#ccc"
42 __background_other__ = "#f7f9fa"
44 ; these are used for links
45 __extern__ = "#436976"
46 __existing__ = "#090"
47 __missing__ = "#f30"
49 ; highlighting search snippets
50 __highlight__ = "#ff9"
53 ;--------------------------------------------------------------------------
54 ;------ for keeping old templates and plugins compatible to the old pattern
55 ; (to be deleted at the next or after next release)
56 __white__ = "#fff"
57 __lightgray__ = "#f5f5f5"
58 __mediumgray__ = "#ccc"
59 __darkgray__ = "#666"
60 __black__ = "#000"
62 ; these are the shades of blue
63 __lighter__ = "#f7f9fa"
64 __light__ = "#eef3f8"
65 __medium__ = "#dee7ec"
66 __dark__ = "#8cacbb"
67 __darker__ = "#638c9c"