cannam@34: ; Please see http://www.php.net/manual/en/function.parse-ini-file.php cannam@34: ; for limitations of the ini format used here cannam@34: cannam@34: ; Define the stylesheets your template uses here. The second value cannam@34: ; defines for which output media the style should be loaded. Currently cannam@34: ; print, screen and rtl are supported. rtl styles are loaded additionally cannam@34: ; to screen styles if a right-to-left language is selected (eg. hebrew) cannam@34: [stylesheets] cannam@34: layout.css = screen cannam@34: design.css = screen cannam@34: style.css = screen cannam@34: cannam@45: media.css = screen cannam@45: _mediaoptions.css = screen cannam@45: _admin.css = screen cannam@45: _linkwiz.css = screen cannam@45: _subscription.css = screen cannam@34: cannam@34: rtl.css = rtl cannam@34: print.css = print cannam@34: cannam@34: ; This section is used to configure some placeholder values used in cannam@34: ; the stylesheets. Changing this file is the simplest method to cannam@34: ; give your wiki a new look. cannam@34: [replacements] cannam@34: cannam@34: ;-------------------------------------------------------------------------- cannam@34: ;------ guaranteed dokuwiki color placeholders that every plugin can use cannam@34: ; main text and background colors cannam@34: __text__ = "#000" cannam@34: __background__ = "#fff" cannam@34: ; alternative text and background colors cannam@45: __text_alt__ = "#638c9c" cannam@45: __background_alt__ = "#dee7ec" cannam@34: ; neutral text and background colors cannam@34: __text_neu__ = "#666" cannam@34: __background_neu__ = "#f5f5f5" cannam@34: ; border color cannam@45: __border__ = "#8cacbb" cannam@34: ;-------------------------------------------------------------------------- cannam@34: cannam@34: ; other text and background colors cannam@34: __text_other__ = "#ccc" cannam@34: __background_other__ = "#f7f9fa" cannam@34: cannam@34: ; these are used for links cannam@45: __extern__ = "#436976" cannam@45: __existing__ = "#090" cannam@34: __missing__ = "#f30" cannam@34: cannam@34: ; highlighting search snippets cannam@34: __highlight__ = "#ff9" cannam@34: cannam@34: cannam@34: ;-------------------------------------------------------------------------- cannam@34: ;------ for keeping old templates and plugins compatible to the old pattern cannam@34: ; (to be deleted at the next or after next release) cannam@34: __white__ = "#fff" cannam@34: __lightgray__ = "#f5f5f5" cannam@34: __mediumgray__ = "#ccc" cannam@34: __darkgray__ = "#666" cannam@34: __black__ = "#000" cannam@34: cannam@45: ; these are the shades of blue cannam@45: __lighter__ = "#f7f9fa" cannam@45: __light__ = "#eef3f8" cannam@45: __medium__ = "#dee7ec" cannam@45: __dark__ = "#8cacbb" cannam@45: __darker__ = "#638c9c"