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.

72 lines
2.3 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. ; To extend this file or make changes to it, it is recommended to create
  4. ; a style.local.ini file to prevent losing any changes after an upgrade.
  5. ; Please don't forget to copy the section your changes should be under
  6. ; (i.e. [stylesheets] or [replacements]) into that file as well.
  7. ; Define the stylesheets your template uses here. The second value
  8. ; defines for which output media the style should be loaded. Currently
  9. ; print, screen and all are supported.
  10. [stylesheets]
  11. css/basic.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/structure.css = screen
  28. css/design.css = screen
  29. css/content.css = screen
  30. css/includes.css = screen
  31. css/mobile.css = all
  32. css/print.css = print
  33. ; This section is used to configure some placeholder values used in
  34. ; the stylesheets. Changing this file is the simplest method to
  35. ; give your wiki a new look.
  36. [replacements]
  37. ;--------------------------------------------------------------------------
  38. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  39. ; main text and background colors
  40. __text__ = "#333"
  41. __background__ = "#fff"
  42. ; alternative text and background colors
  43. __text_alt__ = "#999"
  44. __background_alt__ = "#eee"
  45. ; neutral text and background colors
  46. __text_neu__ = "#666"
  47. __background_neu__ = "#ddd"
  48. ; border color
  49. __border__ = "#ccc"
  50. ; highlighted text (e.g. search snippets)
  51. __highlight__ = "#ff9"
  52. ;--------------------------------------------------------------------------
  53. ; these are used for links
  54. __existing__ = "#090"
  55. __missing__ = "#f30"
  56. ; widths
  57. __site_width__ = "64em"
  58. __sidebar_width__ = "16em"