slitaz-forge annotate doc/lib/tpl/slitaz-grey/style.ini @ rev 424

doc: start to move to new style
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 14:42:06 2014 +0100 (2014-01-15)
parents 5d3d6d17520c
children
rev   line source
pankso@9 1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
pankso@9 2 ; for limitations of the ini format used here
pankso@9 3
pankso@9 4 ; Define the stylesheets your template uses here. The second value
pankso@9 5 ; defines for which output media the style should be loaded. Currently
pankso@9 6 ; print, screen and rtl are supported. rtl styles are loaded additionally
pankso@9 7 ; to screen styles if a right-to-left language is selected (eg. hebrew)
pankso@9 8 [stylesheets]
pankso@9 9 layout.css = screen
pankso@9 10 design.css = screen
pankso@9 11 style.css = screen
pankso@9 12
pankso@9 13 media.css = screen
pankso@9 14
pankso@9 15 UWEB.css = screen
pankso@9 16
pankso@9 17 rtl.css = rtl
pankso@9 18 print.css = print
pankso@9 19
pankso@9 20 ; This section is used to configure some placeholder values used in
pankso@9 21 ; the stylesheets. Changing this file is the simplest method to
pankso@9 22 ; give your wiki a new look.
pankso@9 23 [replacements]
pankso@9 24
pankso@9 25 ;--------------------------------------------------------------------------
pankso@9 26 ;------ guaranteed dokuwiki color placeholders that every plugin can use
pankso@9 27 ; main text and background colors
pankso@9 28 __text__ = "#000"
pankso@9 29 __background__ = "#fff"
pankso@9 30 ; alternative text and background colors
pankso@9 31 __text_alt__ = "#638c9c"
pankso@9 32 __background_alt__ = "#dee7ec"
pankso@9 33 ; neutral text and background colors
pankso@9 34 __text_neu__ = "#666"
pankso@9 35 __background_neu__ = "#f5f5f5"
pankso@9 36 ; border color
pankso@9 37 __border__ = "#dadada"
pankso@9 38 ;--------------------------------------------------------------------------
pankso@9 39
pankso@9 40 ; other text and background colors
pankso@9 41 __text_other__ = "#ccc"
pankso@9 42 __background_other__ = "#f7f9fa"
pankso@9 43
pankso@9 44 ; these are used for links
pankso@9 45 __extern__ = "#436976"
pankso@9 46 __existing__ = "#090"
pankso@9 47 __missing__ = "#f30"
pankso@9 48
pankso@9 49 ; highlighting search snippets
pankso@9 50 __highlight__ = "#ff9"
pankso@9 51
pankso@9 52
pankso@9 53 ;--------------------------------------------------------------------------
pankso@9 54 ;------ for keeping old templates and plugins compatible to the old pattern
pankso@9 55 ; (to be deleted at the next or after next release)
pankso@9 56 __white__ = "#fff"
pankso@9 57 __lightgray__ = "#f5f5f5"
pankso@9 58 __mediumgray__ = "#ccc"
pankso@9 59 __darkgray__ = "#666"
pankso@9 60 __black__ = "#000"
pankso@9 61
pankso@9 62 ; these are the shades of blue
pankso@9 63 __lighter__ = "#f7f9fa"
pankso@9 64 __light__ = "#eef3f8"
pankso@9 65 __medium__ = "#dee7ec"
pankso@9 66 __dark__ = "#8cacbb"
pankso@9 67 __darker__ = "#638c9c"