slitaz-forge diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/lib/tpl/slitaz-orange/style.ini	Wed Jan 01 18:26:56 2020 +0100
     1.3 @@ -0,0 +1,67 @@
     1.4 +; Please see http://www.php.net/manual/en/function.parse-ini-file.php
     1.5 +; for limitations of the ini format used here
     1.6 +
     1.7 +; Define the stylesheets your template uses here. The second value
     1.8 +; defines for which output media the style should be loaded. Currently
     1.9 +; print, screen and rtl are supported. rtl styles are loaded additionally
    1.10 +; to screen styles if a right-to-left language is selected (eg. hebrew)
    1.11 +[stylesheets]
    1.12 +layout.css     = screen
    1.13 +design.css     = screen
    1.14 +style.css      = screen
    1.15 +
    1.16 +media.css      = screen
    1.17 +
    1.18 +UWEB.css      = screen
    1.19 +
    1.20 +rtl.css        = rtl
    1.21 +print.css      = print
    1.22 +
    1.23 +; This section is used to configure some placeholder values used in
    1.24 +; the stylesheets. Changing this file is the simplest method to
    1.25 +; give your wiki a new look.
    1.26 +[replacements]
    1.27 +
    1.28 +;--------------------------------------------------------------------------
    1.29 +;------ guaranteed dokuwiki color placeholders that every plugin can use
    1.30 +; main text and background colors
    1.31 +__text__           = "#000"
    1.32 +__background__     = "#fff"
    1.33 +; alternative text and background colors
    1.34 +__text_alt__       = "#638c9c"
    1.35 +__background_alt__ = "#dee7ec"
    1.36 +; neutral text and background colors
    1.37 +__text_neu__       = "#666"
    1.38 +__background_neu__ = "#f5f5f5"
    1.39 +; border color
    1.40 +__border__         = "#dadada"
    1.41 +;--------------------------------------------------------------------------
    1.42 +
    1.43 +; other text and background colors
    1.44 +__text_other__       = "#ccc"
    1.45 +__background_other__ = "#f7f9fa"
    1.46 +
    1.47 +; these are used for links
    1.48 +__extern__    = "#436976"
    1.49 +__existing__  = "#090"
    1.50 +__missing__   = "#f30"
    1.51 +
    1.52 +; highlighting search snippets
    1.53 +__highlight__ = "#ff9"
    1.54 +
    1.55 +
    1.56 +;--------------------------------------------------------------------------
    1.57 +;------ for keeping old templates and plugins compatible to the old pattern
    1.58 +; (to be deleted at the next or after next release)
    1.59 +__white__      = "#fff"
    1.60 +__lightgray__  = "#f5f5f5"
    1.61 +__mediumgray__ = "#ccc"
    1.62 +__darkgray__   = "#666"
    1.63 +__black__      = "#000"
    1.64 +
    1.65 +; these are the shades of blue
    1.66 +__lighter__   = "#f7f9fa"
    1.67 +__light__     = "#eef3f8"
    1.68 +__medium__    = "#dee7ec"
    1.69 +__dark__      = "#8cacbb"
    1.70 +__darker__    = "#638c9c"