13a03c4b6Sdesbest; Please see http://www.php.net/manual/en/function.parse-ini-file.php 23a03c4b6Sdesbest; for limitations of the ini format used here 33a03c4b6Sdesbest 43a03c4b6Sdesbest; To extend this file or make changes to it, it is recommended to create 53a03c4b6Sdesbest; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing 63a03c4b6Sdesbest; any changes after an upgrade. 73a03c4b6Sdesbest; Please don't forget to copy the section your changes should be under 83a03c4b6Sdesbest; (i.e. [stylesheets] or [replacements]) into that file as well. 93a03c4b6Sdesbest 103a03c4b6Sdesbest; Define the stylesheets your template uses here. The second value 113a03c4b6Sdesbest; defines for which output media the style should be loaded. Currently 123a03c4b6Sdesbest; print, screen and all are supported. 133a03c4b6Sdesbest; You can reference CSS and LESS files here. Files referenced here will 143a03c4b6Sdesbest; be checked for updates when considering a cache rebuild while files 153a03c4b6Sdesbest; included through LESS' @import statements are not 163a03c4b6Sdesbest 173a03c4b6Sdesbest[stylesheets] 183a03c4b6Sdesbest 196d8fe793Sdesbestcss/reset.css = screen 206d8fe793Sdesbest 213a03c4b6Sdesbestcss/basic.css = screen 223a03c4b6Sdesbest../dokuwiki/css/_imgdetail.css = screen 233a03c4b6Sdesbest../dokuwiki/css/_media_popup.css = screen 243a03c4b6Sdesbest../dokuwiki/css/_media_fullscreen.css = screen 253a03c4b6Sdesbest../dokuwiki/css/_fileuploader.css = screen 263a03c4b6Sdesbest../dokuwiki/css/_tabs.css = screen 273a03c4b6Sdesbest../dokuwiki/css/_links.css = screen 283a03c4b6Sdesbest../dokuwiki/css/_toc.css = screen 293a03c4b6Sdesbest../dokuwiki/css/_footnotes.css = screen 303a03c4b6Sdesbest../dokuwiki/css/_search.css = screen 313a03c4b6Sdesbest../dokuwiki/css/_recent.css = screen 323a03c4b6Sdesbest../dokuwiki/css/_diff.css = screen 333a03c4b6Sdesbest../dokuwiki/css/_edit.css = screen 343a03c4b6Sdesbest../dokuwiki/css/_modal.css = screen 353a03c4b6Sdesbest../dokuwiki/css/_forms.css = screen 363a03c4b6Sdesbest../dokuwiki/css/_admin.css = screen 373a03c4b6Sdesbestcss/structure.css = screen 383a03c4b6Sdesbestcss/design.css = screen 393a03c4b6Sdesbestcss/content.css = screen 403a03c4b6Sdesbest 413a03c4b6Sdesbestcss/parabola.css = screen 423a03c4b6Sdesbestcss/fonts.css = screen 433a03c4b6Sdesbestcss/parabola-inline.css = screen 443a03c4b6Sdesbestcss/fordokuwiki.css = screen 453a03c4b6Sdesbestcss/parabola-responsive.css = all 463a03c4b6Sdesbest 473a03c4b6Sdesbestcss/mobile.css = all 483a03c4b6Sdesbestcss/print.css = print 493a03c4b6Sdesbest 503a03c4b6Sdesbest 513a03c4b6Sdesbest; This section is used to configure some placeholder values used in 523a03c4b6Sdesbest; the stylesheets. Changing this file is the simplest method to 533a03c4b6Sdesbest; give your wiki a new look. 543a03c4b6Sdesbest; Placeholders defined here will also be made available as LESS variables 553a03c4b6Sdesbest; (with surrounding underscores removed, and the prefix @ini_ added) 563a03c4b6Sdesbest 573a03c4b6Sdesbest[replacements] 583a03c4b6Sdesbest 593a03c4b6Sdesbest;-------------------------------------------------------------------------- 603a03c4b6Sdesbest;------ guaranteed dokuwiki color placeholders that every plugin can use 613a03c4b6Sdesbest 623a03c4b6Sdesbest; main text and background colors 63*5f9b01a8Sdesbest__text__ = "#555" ; @ini_text 64*5f9b01a8Sdesbest__background__ = "#F3F3EE" ; @ini_background 653a03c4b6Sdesbest; alternative text and background colors 663a03c4b6Sdesbest__text_alt__ = "#999" ; @ini_text_alt 673a03c4b6Sdesbest__background_alt__ = "#eee" ; @ini_background_alt 683a03c4b6Sdesbest; neutral text and background colors 693a03c4b6Sdesbest__text_neu__ = "#666" ; @ini_text_neu 703a03c4b6Sdesbest__background_neu__ = "#ddd" ; @ini_background_neu 713a03c4b6Sdesbest; border color 723a03c4b6Sdesbest__border__ = "#ccc" ; @ini_border 733a03c4b6Sdesbest 743a03c4b6Sdesbest; highlighted text (e.g. search snippets) 753a03c4b6Sdesbest__highlight__ = "#ff9" ; @ini_highlight 763a03c4b6Sdesbest 77*5f9b01a8Sdesbest; link color 78*5f9b01a8Sdesbest__link__ = "#00f" ; @ini_link 79*5f9b01a8Sdesbest 803a03c4b6Sdesbest;-------------------------------------------------------------------------- 813a03c4b6Sdesbest 823a03c4b6Sdesbest; these are used for links 83*5f9b01a8Sdesbest__existing__ = "#00f" ; @ini_existing 843a03c4b6Sdesbest__missing__ = "#f30" ; @ini_missing 853a03c4b6Sdesbest 863a03c4b6Sdesbest; widths 87*5f9b01a8Sdesbest__site_width__ = "1200px" ; @ini_site_width 88*5f9b01a8Sdesbest__sidebar_width__ = "280px" ; @ini_sidebar_width 89