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.

64 lines
1.9 KiB

14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
14 years ago
  1. ; Please see http://www.php.net/manual/en/function.parse-ini-file.php
  2. ; for limitations of the ini format used here
  3. ; Define the stylesheets your template uses here. The second value
  4. ; defines for which output media the style should be loaded. Currently
  5. ; print, screen and rtl are supported. rtl styles are loaded additionally
  6. ; to screen styles if a right-to-left language is selected (eg. Hebrew).
  7. [stylesheets]
  8. css/basic.css = screen
  9. css/structure.css = screen
  10. css/design.css = screen
  11. css/content.css = screen
  12. css/_imgdetail.css = screen
  13. css/_mediamanager.css = screen
  14. css/_links.css = screen
  15. css/_toc.css = screen
  16. css/_footnotes.css = screen
  17. css/_search.css = screen
  18. css/_recent.css = screen
  19. css/_diff.css = screen
  20. css/_edit.css = screen
  21. css/_modal.css = screen
  22. css/_forms.css = screen
  23. css/_admin.css = screen
  24. css/includes.css = screen
  25. css/rtl.css = rtl
  26. css/print.css = print
  27. ; This section is used to configure some placeholder values used in
  28. ; the stylesheets. Changing this file is the simplest method to
  29. ; give your wiki a new look.
  30. [replacements]
  31. ;--------------------------------------------------------------------------
  32. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  33. ; main text and background colors
  34. __text__ = "#333"
  35. __background__ = "#fff"
  36. ; alternative text and background colors
  37. __text_alt__ = "#999"
  38. __background_alt__ = "#eee"
  39. ; neutral text and background colors
  40. __text_neu__ = "#666"
  41. __background_neu__ = "#ddd"
  42. ; border color
  43. __border__ = "#ccc"
  44. ;--------------------------------------------------------------------------
  45. ; these are used for links
  46. __existing__ = "#090"
  47. __missing__ = "#f30"
  48. ; highlighting search snippets
  49. __highlight__ = "#ff9"
  50. ; sidebar width
  51. __sidebar_width__ = "16em"