122 lines
4.8 KiB
INI
122 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 have strange colors.
|
|
__background__ = "@ini_neutrallight" ; @ini_background
|
|
__background_alt__ = "@ini_neutral3" ; @ini_background_alt : used on a lot of border (plugin too) ><
|
|
__background_neu__ = "@ini_neutral4" ; @ini_background_neu
|
|
|
|
; border color
|
|
__border__ = "@ini_neutral3" ; @ini_border
|
|
|
|
; text color (main, alternative and neutral)
|
|
__text__ = "@ini_neutraldark" ; @ini_text
|
|
__text_alt__ = "@ini_neutral2" ; @ini_text_alt
|
|
__text_neu__ = "@ini_neutral1" ; @ini_text_neu
|
|
|
|
; highlighted text (e.g. search snippets)
|
|
__highlight__ = "#ffdb4a" ; @ini_highlight
|
|
|
|
; link color
|
|
__link__ = "#483D8B" ; @ini_link // wikilink1 : link existing or external
|
|
|
|
;--------------------------------------------------------------------------
|
|
;--- under this line, placeholders are specific at template, note used in plugin
|
|
|
|
;--------------------------------------------------------------------------
|
|
;--- Other colors used only for wiki function
|
|
__link2__ = "#a6006c" ; @ini_link2 // wikilink2 : who don't exist on the wiki
|
|
|
|
; difference between version
|
|
__diff_add__ = "#cfc" ; @ini_diff_add
|
|
__diff_del__ = "#fdd" ; @ini_diff_del
|
|
|
|
; site and sidebar widths
|
|
__sidebar_width__ = "20em" ; @ini_sidebar_width
|
|
__article_width__ = "50em" ; @ini_article_width
|
|
__navtool_width__ = "15em" ; @ini_navtool_width
|
|
|
|
; cut off points for mobile devices
|
|
__phone_width__ = "900px" ; @ini_phone_width
|
|
|
|
;--------------------------------------------------------------------------
|
|
; ---- Describe color with logic
|
|
; -- Neutral colors. Don't change it unless you want strange design.
|
|
|
|
; Grey model, from darkest to lightest.
|
|
; __neutraldark__ = "#2F2F2F" ; @ini_neutraldark
|
|
;__neutral1__ = "#7a7a7a" ; @ini_neutral1
|
|
;__neutral2__ = "#999" ; @ini_neutral2
|
|
;__neutral3__ = "#ccc" ; @ini_neutral3
|
|
;__neutral4__ = "#ddd" ; @ini_neutral4
|
|
;__neutrallight__ = "#ffffff" ; @ini_neutrallight
|
|
|
|
; Color model, from darkest to lightest.
|
|
__neutraldark__ = "#2d1040" ; @ini_neutraldark
|
|
__neutral1__ = "#6359db" ; @ini_neutral1
|
|
__neutral2__ = "#6639af" ; @ini_neutral2
|
|
__neutral3__ = "#9073ff" ; @ini_neutral3
|
|
__neutral4__ = "#ddd" ; @ini_neutral4
|
|
__neutrallight__ = "#ffffff" ; @ini_neutrallight
|
|
|
|
; -- Other color, more identity color !
|
|
|
|
; Used on body background and title table background
|
|
__color7__ = "#9890bd" ; @ini_color7
|
|
|
|
; -- Specific to Khaganat : logo color. Used on article title.
|
|
; khaganat: #8530bf ; khanat : #100873
|
|
__title_color__ = "#100873" ; @ini_title_color
|
|
|