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.

67 lines
2.0 KiB

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