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.
 
 
 
 
 

96 lines
3.5 KiB

  1. ; Please see http://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. ;
  16. ;css/basic.less = screen
  17. ;css/_imgdetail.css = screen
  18. ;css/_media_popup.css = screen
  19. ;css/_media_fullscreen.css = screen
  20. ;css/_fileuploader.css = screen
  21. ;css/_tabs.css = screen
  22. ;css/_links.css = screen
  23. css/_toc.css = screen
  24. ;css/_footnotes.css = screen
  25. ;css/_search.css = screen
  26. ;css/_recent.css = screen
  27. ;css/_diff.css = screen
  28. css/_edit.css = screen
  29. ;css/_modal.css = screen
  30. ;css/_forms.css = screen
  31. ;css/_admin.less = screen
  32. ;css/structure.less = screen
  33. ;css/design.less = screen
  34. css/pagetools.less = screen
  35. css/content.less = screen
  36. css/mobile.less = all
  37. css/print.css = print
  38. ;flat template
  39. ;assets/css/style.css = all
  40. ;assets/css/admin-style.css = screen
  41. ;assets/css/editor-style.css = screen
  42. assets/css/flat.css = all
  43. ;assets/css/flat.css.map = all
  44. ;assets/css/flay.min.css = screen
  45. css/customFlat.css = all
  46. ; end
  47. ; This section is used to configure some placeholder values used in
  48. ; the stylesheets. Changing this file is the simplest method to
  49. ; give your wiki a new look.
  50. ; Placeholders defined here will also be made available as LESS variables
  51. ; (with surrounding underscores removed, and the prefix @ini_ added)
  52. [replacements]
  53. ;--------------------------------------------------------------------------
  54. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  55. ; main text and background colors
  56. __text__ = "#333" ; @ini_text
  57. __background__ = "#fff" ; @ini_background
  58. ; alternative text and background colors
  59. __text_alt__ = "#999" ; @ini_text_alt
  60. __background_alt__ = "#eee" ; @ini_background_alt
  61. ; neutral text and background colors
  62. __text_neu__ = "#666" ; @ini_text_neu
  63. __background_neu__ = "#ddd" ; @ini_background_neu
  64. ; border color
  65. __border__ = "#ccc" ; @ini_border
  66. ; highlighted text (e.g. search snippets)
  67. __highlight__ = "#ff9" ; @ini_highlight
  68. ;--------------------------------------------------------------------------
  69. __background_site__ = "#fbfaf9" ; @ini_background_site
  70. ; these are used for links
  71. __link__ = "#2b73b7" ; @ini_link
  72. __existing__ = "#080" ; @ini_existing
  73. __missing__ = "#d30" ; @ini_missing
  74. ; site and sidebar widths
  75. __site_width__ = "75em" ; @ini_site_width
  76. __sidebar_width__ = "16em" ; @ini_sidebar_width
  77. ; cut off points for mobile devices
  78. __tablet_width__ = "800px" ; @ini_tablet_width
  79. __phone_width__ = "480px" ; @ini_phone_width