annotate wiki/lib/tpl/default/style.ini.orig @ 34:4b4db9230e94 website

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