slitaz-forge annotate doc/lib/tpl/slitaz-orange/style.ini @ rev 711

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