[ Index ] |
|
Code source de DokuWiki 2006-11-06 |
1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php 2 ; for limitations of the ini format used here 3 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 12 13 media.css = screen 14 15 rtl.css = rtl 16 print.css = print 17 18 ; This section is used to configure some placeholder values used in 19 ; the stylesheets. Changing this file is the simplest method to 20 ; give your wiki a new look. 21 [replacements] 22 23 ;-------------------------------------------------------------------------- 24 ;------ guaranteed dokuwiki color placeholders that every plugin can use 25 ; main text and background colors 26 __text__ = "#000" 27 __background__ = "#fff" 28 ; alternative text and background colors 29 __text_alt__ = "#638c9c" 30 __background_alt__ = "#dee7ec" 31 ; neutral text and background colors 32 __text_neu__ = "#666" 33 __background_neu__ = "#f5f5f5" 34 ; border color 35 __border__ = "#8cacbb" 36 ;-------------------------------------------------------------------------- 37 38 ; other text and background colors 39 __text_other__ = "#ccc" 40 __background_other__ = "#f7f9fa" 41 42 ; these are used for links 43 __extern__ = "#436976" 44 __existing__ = "#090" 45 __missing__ = "#f30" 46 47 ; highlighting search snippets 48 __highlight__ = "#ff9" 49 50 51 ;-------------------------------------------------------------------------- 52 ;------ for keeping old templates and plugins compatible to the old pattern 53 ; (to be deleted at the next or after next release) 54 __white__ = "#fff" 55 __lightgray__ = "#f5f5f5" 56 __mediumgray__ = "#ccc" 57 __darkgray__ = "#666" 58 __black__ = "#000" 59 60 ; these are the shades of blue 61 __lighter__ = "#f7f9fa" 62 __light__ = "#eef3f8" 63 __medium__ = "#dee7ec" 64 __dark__ = "#8cacbb" 65 __darker__ = "#638c9c"
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 20:47:31 2007 | par Balluche grâce à PHPXref 0.7 |