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
  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 all are supported.
  6. [stylesheets]
  7. css/basic.css = screen
  8. css/_imgdetail.css = screen
  9. css/_media_popup.css = screen
  10. css/_media_fullscreen.css = screen
  11. css/_fileuploader.css = screen
  12. css/_tabs.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/structure.css = screen
  24. css/design.css = screen
  25. css/content.css = screen
  26. css/includes.css = screen
  27. css/mobile.css = all
  28. css/print.css = print
  29. ; This section is used to configure some placeholder values used in
  30. ; the stylesheets. Changing this file is the simplest method to
  31. ; give your wiki a new look.
  32. [replacements]
  33. ;--------------------------------------------------------------------------
  34. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  35. ; main text and background colors
  36. __text__ = "#333"
  37. __background__ = "#fff"
  38. ; alternative text and background colors
  39. __text_alt__ = "#999"
  40. __background_alt__ = "#eee"
  41. ; neutral text and background colors
  42. __text_neu__ = "#666"
  43. __background_neu__ = "#ddd"
  44. ; border color
  45. __border__ = "#ccc"
  46. ; highlighted text (e.g. search snippets)
  47. __highlight__ = "#ff9"
  48. ;--------------------------------------------------------------------------
  49. ; these are used for links
  50. __existing__ = "#090"
  51. __missing__ = "#f30"
  52. ; widths
  53. __site_width__ = "64em"
  54. __sidebar_width__ = "16em"