130 lines
4.8 KiB
INI
130 lines
4.8 KiB
INI
; Please see http://php.net/manual/en/function.parse-ini-file.php
|
|
; for limitations of the ini format used here
|
|
|
|
; To extend this file or make changes to it, it is recommended to create
|
|
; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
|
|
; any changes after an upgrade.
|
|
; Please don't forget to copy the section your changes should be under
|
|
; (i.e. [stylesheets] or [replacements]) into that file as well.
|
|
|
|
; Define the stylesheets your template uses here. The second value
|
|
; defines for which output media the style should be loaded. Currently
|
|
; print, screen and all are supported.
|
|
; You can reference CSS and LESS files here. Files referenced here will
|
|
; be checked for updates when considering a cache rebuild while files
|
|
; included through LESS' @import statements are not
|
|
|
|
[stylesheets]
|
|
|
|
css/_imgdetail.css = screen
|
|
css/_media_popup.css = screen
|
|
css/_media_fullscreen.css = screen
|
|
css/_fileuploader.css = screen
|
|
css/tabs.less = screen
|
|
css/_links.css = screen
|
|
css/_footnotes.css = screen
|
|
css/_search.css = screen
|
|
css/_recent.css = screen
|
|
css/_diff.css = screen
|
|
css/_edit.css = screen
|
|
css/_modal.css = screen
|
|
css/_forms.css = screen
|
|
css/_admin.less = screen
|
|
css/basic.less = screen
|
|
css/structure.less = screen
|
|
css/misc.less = screen
|
|
css/plugin.less = screen
|
|
css/tools.less = screen
|
|
css/article.less = screen
|
|
css/biseau.less = screen
|
|
|
|
css/mobile.less = all
|
|
css/print.css = print
|
|
|
|
|
|
; This section is used to configure some placeholder values used in
|
|
; the stylesheets. Changing this file is the simplest method to
|
|
; give your wiki a new look.
|
|
; Placeholders defined here will also be made available as LESS variables
|
|
; (with surrounding underscores removed, and the prefix @ini_ added)
|
|
|
|
[replacements]
|
|
|
|
;--------------------------------------------------------------------------
|
|
;------ guaranteed dokuwiki color placeholders that every plugin can use
|
|
; background color (main, alternative and neutral)
|
|
; This template use other way to classified color, see below.
|
|
; /!\ if you change it, some plugin make strange colors.
|
|
__background__ = "@ini_color4" ; @ini_background
|
|
__background_alt__ = "#eee" ; @ini_background_alt TODO : utilisé pour les bordures >< Fond de tableaux, toc, config admin.
|
|
__background_neu__ = "#ddd" ; @ini_background_neu
|
|
|
|
; border color
|
|
__border__ = "#ccc" ; @ini_border
|
|
|
|
; text color (main, alternative and neutral)
|
|
__text__ = "@ini_color5" ; @ini_text
|
|
__text_alt__ = "#999" ; @ini_text_alt // gris
|
|
__text_neu__ = "#666" ; @ini_text_neu // gris sombre presque noir
|
|
|
|
; highlighted text (e.g. search snippets)
|
|
__highlight__ = "#ff9" ; @ini_highlight
|
|
|
|
; link color
|
|
__link__ = "@ini_color1" ; @ini_link
|
|
|
|
;--------------------------------------------------------------------------
|
|
;--- under this line, placeholders are specific at template, note used in plugin
|
|
; TODO : search and change...
|
|
__background_alt2__ = "#9890bd" ; @ini_background_alt2
|
|
|
|
; these are used for links
|
|
__existing__ = "@ini_link" ; @ini_existing
|
|
__missing__ = "#a6006c" ; @ini_missing
|
|
|
|
; site and sidebar widths
|
|
__site_width__ = "75em" ; @ini_site_width
|
|
__sidebar_width__ = "20em" ; @ini_sidebar_width
|
|
__article_width__ = "50em" ; @ini_article_width
|
|
__navtool_width__ = "15em" ; @ini_navtool_width
|
|
|
|
; cut off points for mobile devices
|
|
;__tablet_width__ = "800px" ; @ini_tablet_width
|
|
__phone_width__ = "900px" ; @ini_phone_width
|
|
|
|
;--------------------------------------------------------------------------
|
|
; ---- template logical color - Khanat schem
|
|
; Primary color : logo, links, titles, background buttons
|
|
__color1__ = "#483D8B" ; @ini_color1
|
|
|
|
; secondary color : other buttons, overview (trop violet...)
|
|
__color2__ = "#6359db" ; @ini_color2
|
|
|
|
; if 3 color is needed
|
|
__color3__ = "#6639af" ; @ini_color3 (trop violet aussi...)
|
|
|
|
; background for text, or text color on colorized background
|
|
__color4__ = "#ffffff" ; @ini_color4
|
|
|
|
; text color, shadow color.
|
|
__color5__ = "#333" ; @ini_color5
|
|
|
|
; Couleurs plus douces
|
|
; Bleu tendre et intense, pour fond de bouton...
|
|
__color6__ = "#689CD3" ; @ini_color6
|
|
|
|
; accessibilité : ok en contraste sur fond violet.
|
|
__color7__ = "#2F2F2F" ; @ini_color7
|
|
|
|
|
|
;--------------------------------------------------------------------------
|
|
;--- Sweet color : some grey and other to border, shadows...
|
|
|
|
;Grey
|
|
__border1__ = "#ccc" ; @ini_border1
|
|
|
|
; soft grey almost white / gris doux presque blanc
|
|
__border2__ = "@ini_border" ; @ini_border2
|
|
|
|
; gray dark
|
|
__border3__ = "#aaa" ; @ini_border3
|