You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

95 lines
3.6 KiB

  1. ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
  2. ; for limitations of the ini format used here
  3. ; To extend this file or make changes to it, it is recommended to create
  4. ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
  5. ; any changes after an upgrade.
  6. ; Please don't forget to copy the section your changes should be under
  7. ; (i.e. [stylesheets] or [replacements]) into that file as well.
  8. ; Define the stylesheets your template uses here. The second value
  9. ; defines for which output media the style should be loaded. Currently
  10. ; print, screen and all are supported.
  11. ; You can reference CSS and LESS files here. Files referenced here will
  12. ; be checked for updates when considering a cache rebuild while files
  13. ; included through LESS' @import statements are not
  14. [stylesheets]
  15. ; DokuWiki core styles
  16. css/core/_media_popup.css = screen
  17. css/core/_media_fullscreen.css = screen
  18. css/core/_fileuploader.css = screen
  19. css/core/_links.css = screen
  20. css/core/_search.less = screen
  21. css/core/_edit.css = screen
  22. css/core/_modal.css = screen
  23. css/core/_forms.css = screen
  24. css/core/_admin.less = screen
  25. ; Template styles
  26. css/template.less = all
  27. css/toc.less = all
  28. css/diff.less = all
  29. css/recent.less = all
  30. css/mobile.less = all
  31. css/callouts.less = all
  32. css/replacements.less = all
  33. css/bs4-utilities.less = all
  34. ; Plugins styles
  35. css/plugins/addnewpage.less = all
  36. css/plugins/bureaucracy.less = all
  37. css/plugins/data.less = all
  38. css/plugins/database2.less = all
  39. css/plugins/datatables.less = all
  40. css/plugins/dir.less = all
  41. css/plugins/discussion.less = all
  42. css/plugins/inlinetoc.less = all
  43. css/plugins/linkback.less = all
  44. css/plugins/move.less = all
  45. css/plugins/overlay.less = all
  46. css/plugins/publish.less = all
  47. css/plugins/simplenavi.less = all
  48. css/plugins/struct.less = all
  49. css/plugins/tag.less = all
  50. css/plugins/tagging.less = all
  51. css/plugins/translation.less = all
  52. ; Print styles
  53. css/print.less = print
  54. ; This section is used to configure some placeholder values used in
  55. ; the stylesheets. Changing this file is the simplest method to
  56. ; give your wiki a new look.
  57. ; Placeholders defined here will also be made available as LESS variables
  58. ; (with surrounding underscores removed, and the prefix @ini_ added)
  59. [replacements]
  60. ;--------------------------------------------------------------------------
  61. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  62. ; main text and background colors
  63. __text__ = "#333" ; @ini_text
  64. __background__ = "#fff" ; @ini_background
  65. ; alternative text and background colors
  66. __text_alt__ = "#999" ; @ini_text_alt
  67. __background_alt__ = "#eee" ; @ini_background_alt
  68. ; neutral text and background colors
  69. __text_neu__ = "#666" ; @ini_text_neu
  70. __background_neu__ = "#ddd" ; @ini_background_neu
  71. ; border color
  72. __border__ = "#ccc" ; @ini_border
  73. ; highlighted text (e.g. search snippets)
  74. __highlight__ = "#ff9" ; @ini_highlight
  75. ;--------------------------------------------------------------------------
  76. __background_site__ = "#fbfaf9" ; @ini_background_site
  77. ; these are used for links
  78. __link__ = "#2b73b7" ; @ini_link
  79. __existing__ = "#090" ; @ini_existing
  80. __missing__ = "#f30" ; @ini_missing