annotate wiki/lib/tpl/default/style.ini @ 51:be4e9fed3f96 website

Update for 2.3
author cannam
date Thu, 24 Nov 2011 14:18:47 +0000
parents 5c0b1f24bdf9
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@45 13 media.css = screen
cannam@45 14 _mediaoptions.css = screen
cannam@45 15 _admin.css = screen
cannam@45 16 _linkwiz.css = screen
cannam@45 17 _subscription.css = screen
cannam@34 18
cannam@34 19 rtl.css = rtl
cannam@34 20 print.css = print
cannam@34 21
cannam@34 22 ; This section is used to configure some placeholder values used in
cannam@34 23 ; the stylesheets. Changing this file is the simplest method to
cannam@34 24 ; give your wiki a new look.
cannam@34 25 [replacements]
cannam@34 26
cannam@34 27 ;--------------------------------------------------------------------------
cannam@34 28 ;------ guaranteed dokuwiki color placeholders that every plugin can use
cannam@34 29 ; main text and background colors
cannam@34 30 __text__ = "#000"
cannam@34 31 __background__ = "#fff"
cannam@34 32 ; alternative text and background colors
cannam@45 33 __text_alt__ = "#638c9c"
cannam@45 34 __background_alt__ = "#dee7ec"
cannam@34 35 ; neutral text and background colors
cannam@34 36 __text_neu__ = "#666"
cannam@34 37 __background_neu__ = "#f5f5f5"
cannam@34 38 ; border color
cannam@45 39 __border__ = "#8cacbb"
cannam@34 40 ;--------------------------------------------------------------------------
cannam@34 41
cannam@34 42 ; other text and background colors
cannam@34 43 __text_other__ = "#ccc"
cannam@34 44 __background_other__ = "#f7f9fa"
cannam@34 45
cannam@34 46 ; these are used for links
cannam@45 47 __extern__ = "#436976"
cannam@45 48 __existing__ = "#090"
cannam@34 49 __missing__ = "#f30"
cannam@34 50
cannam@34 51 ; highlighting search snippets
cannam@34 52 __highlight__ = "#ff9"
cannam@34 53
cannam@34 54
cannam@34 55 ;--------------------------------------------------------------------------
cannam@34 56 ;------ for keeping old templates and plugins compatible to the old pattern
cannam@34 57 ; (to be deleted at the next or after next release)
cannam@34 58 __white__ = "#fff"
cannam@34 59 __lightgray__ = "#f5f5f5"
cannam@34 60 __mediumgray__ = "#ccc"
cannam@34 61 __darkgray__ = "#666"
cannam@34 62 __black__ = "#000"
cannam@34 63
cannam@45 64 ; these are the shades of blue
cannam@45 65 __lighter__ = "#f7f9fa"
cannam@45 66 __light__ = "#eef3f8"
cannam@45 67 __medium__ = "#dee7ec"
cannam@45 68 __dark__ = "#8cacbb"
cannam@45 69 __darker__ = "#638c9c"