style.ini 3.4 KB

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