1*3a03c4b6Sdesbest; Please see http://www.php.net/manual/en/function.parse-ini-file.php 2*3a03c4b6Sdesbest; for limitations of the ini format used here 3*3a03c4b6Sdesbest 4*3a03c4b6Sdesbest; To extend this file or make changes to it, it is recommended to create 5*3a03c4b6Sdesbest; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing 6*3a03c4b6Sdesbest; any changes after an upgrade. 7*3a03c4b6Sdesbest; Please don't forget to copy the section your changes should be under 8*3a03c4b6Sdesbest; (i.e. [stylesheets] or [replacements]) into that file as well. 9*3a03c4b6Sdesbest 10*3a03c4b6Sdesbest; Define the stylesheets your template uses here. The second value 11*3a03c4b6Sdesbest; defines for which output media the style should be loaded. Currently 12*3a03c4b6Sdesbest; print, screen and all are supported. 13*3a03c4b6Sdesbest; You can reference CSS and LESS files here. Files referenced here will 14*3a03c4b6Sdesbest; be checked for updates when considering a cache rebuild while files 15*3a03c4b6Sdesbest; included through LESS' @import statements are not 16*3a03c4b6Sdesbest 17*3a03c4b6Sdesbest[stylesheets] 18*3a03c4b6Sdesbest 19*3a03c4b6Sdesbestcss/basic.css = screen 20*3a03c4b6Sdesbest../dokuwiki/css/_imgdetail.css = screen 21*3a03c4b6Sdesbest../dokuwiki/css/_media_popup.css = screen 22*3a03c4b6Sdesbest../dokuwiki/css/_media_fullscreen.css = screen 23*3a03c4b6Sdesbest../dokuwiki/css/_fileuploader.css = screen 24*3a03c4b6Sdesbest../dokuwiki/css/_tabs.css = screen 25*3a03c4b6Sdesbest../dokuwiki/css/_links.css = screen 26*3a03c4b6Sdesbest../dokuwiki/css/_toc.css = screen 27*3a03c4b6Sdesbest../dokuwiki/css/_footnotes.css = screen 28*3a03c4b6Sdesbest../dokuwiki/css/_search.css = screen 29*3a03c4b6Sdesbest../dokuwiki/css/_recent.css = screen 30*3a03c4b6Sdesbest../dokuwiki/css/_diff.css = screen 31*3a03c4b6Sdesbest../dokuwiki/css/_edit.css = screen 32*3a03c4b6Sdesbest../dokuwiki/css/_modal.css = screen 33*3a03c4b6Sdesbest../dokuwiki/css/_forms.css = screen 34*3a03c4b6Sdesbest../dokuwiki/css/_admin.css = screen 35*3a03c4b6Sdesbestcss/structure.css = screen 36*3a03c4b6Sdesbestcss/design.css = screen 37*3a03c4b6Sdesbestcss/content.css = screen 38*3a03c4b6Sdesbest 39*3a03c4b6Sdesbestcss/parabola.css = screen 40*3a03c4b6Sdesbestcss/fonts.css = screen 41*3a03c4b6Sdesbestcss/parabola-inline.css = screen 42*3a03c4b6Sdesbestcss/fordokuwiki.css = screen 43*3a03c4b6Sdesbestcss/parabola-responsive.css = all 44*3a03c4b6Sdesbest 45*3a03c4b6Sdesbestcss/mobile.css = all 46*3a03c4b6Sdesbestcss/print.css = print 47*3a03c4b6Sdesbest 48*3a03c4b6Sdesbest 49*3a03c4b6Sdesbest; This section is used to configure some placeholder values used in 50*3a03c4b6Sdesbest; the stylesheets. Changing this file is the simplest method to 51*3a03c4b6Sdesbest; give your wiki a new look. 52*3a03c4b6Sdesbest; Placeholders defined here will also be made available as LESS variables 53*3a03c4b6Sdesbest; (with surrounding underscores removed, and the prefix @ini_ added) 54*3a03c4b6Sdesbest 55*3a03c4b6Sdesbest[replacements] 56*3a03c4b6Sdesbest 57*3a03c4b6Sdesbest;-------------------------------------------------------------------------- 58*3a03c4b6Sdesbest;------ guaranteed dokuwiki color placeholders that every plugin can use 59*3a03c4b6Sdesbest 60*3a03c4b6Sdesbest; main text and background colors 61*3a03c4b6Sdesbest__text__ = "#333" ; @ini_text 62*3a03c4b6Sdesbest__background__ = "#fff" ; @ini_background 63*3a03c4b6Sdesbest; alternative text and background colors 64*3a03c4b6Sdesbest__text_alt__ = "#999" ; @ini_text_alt 65*3a03c4b6Sdesbest__background_alt__ = "#eee" ; @ini_background_alt 66*3a03c4b6Sdesbest; neutral text and background colors 67*3a03c4b6Sdesbest__text_neu__ = "#666" ; @ini_text_neu 68*3a03c4b6Sdesbest__background_neu__ = "#ddd" ; @ini_background_neu 69*3a03c4b6Sdesbest; border color 70*3a03c4b6Sdesbest__border__ = "#ccc" ; @ini_border 71*3a03c4b6Sdesbest 72*3a03c4b6Sdesbest; highlighted text (e.g. search snippets) 73*3a03c4b6Sdesbest__highlight__ = "#ff9" ; @ini_highlight 74*3a03c4b6Sdesbest 75*3a03c4b6Sdesbest;-------------------------------------------------------------------------- 76*3a03c4b6Sdesbest 77*3a03c4b6Sdesbest; these are used for links 78*3a03c4b6Sdesbest__existing__ = "#090" ; @ini_existing 79*3a03c4b6Sdesbest__missing__ = "#f30" ; @ini_missing 80*3a03c4b6Sdesbest 81*3a03c4b6Sdesbest; widths 82*3a03c4b6Sdesbest__site_width__ = "64em" ; @ini_site_width 83*3a03c4b6Sdesbest__sidebar_width__ = "16em" ; @ini_sidebar_width 84