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.

60 lines
1.8 KiB

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/_imgdetail.css = screen
  12. css/_mediamanager.css = screen
  13. css/_links.css = screen
  14. css/_toc.css = screen
  15. css/_footnotes.css = screen
  16. css/_search.css = screen
  17. css/_recent.css = screen
  18. css/_diff.css = screen
  19. css/_edit.css = screen
  20. css/_modal.css = screen
  21. css/_forms.css = screen
  22. css/_admin.css = screen
  23. ;css/includes.css = screen
  24. ;css/rtl.css = rtl
  25. ;css/print.css = print
  26. ; This section is used to configure some placeholder values used in
  27. ; the stylesheets. Changing this file is the simplest method to
  28. ; give your wiki a new look.
  29. [replacements]
  30. ;--------------------------------------------------------------------------
  31. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  32. ; main text and background colors
  33. __text__ = "#333"
  34. __background__ = "#fff"
  35. ; alternative text and background colors
  36. __text_alt__ = "#999"
  37. __background_alt__ = "#eee"
  38. ; neutral text and background colors
  39. __text_neu__ = "#666"
  40. __background_neu__ = "#ddd"
  41. ; border color
  42. __border__ = "#ccc"
  43. ;--------------------------------------------------------------------------
  44. ; these are used for links
  45. __existing__ = "#090"
  46. __missing__ = "#f30"
  47. ; highlighting search snippets
  48. __highlight__ = "#ff9"