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.

68 lines
2.1 KiB

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/_imgdetail.css = screen
  10. css/_media_popup.css = screen
  11. css/_media_fullscreen.css = screen
  12. css/_fileuploader.css = screen
  13. css/_tabs.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/structure.css = screen
  25. css/design.css = screen
  26. css/content.css = screen
  27. css/includes.css = screen
  28. css/mobile.css = all
  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. ; widths
  54. __site_width__ = "64em"
  55. __sidebar_width__ = "16em"