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.
 
 
 
 
 

73 lines
2.2 KiB

  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. layout.css = screen
  9. design.css = screen
  10. style.css = screen
  11. media.css = screen
  12. _mediaoptions.css = screen
  13. _admin.css = screen
  14. _linkwiz.css = screen
  15. _subscription.css = screen
  16. rtl.css = rtl
  17. print.css = print
  18. ; This section is used to configure some placeholder values used in
  19. ; the stylesheets. Changing this file is the simplest method to
  20. ; give your wiki a new look.
  21. [replacements]
  22. ; the theme color
  23. __theme__ = "_brown"
  24. ;--------------------------------------------------------------------------
  25. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  26. ; main text and background colors
  27. __text__ = "#000"
  28. __background__ = "#fff"
  29. ; alternative text and background colors
  30. __text_alt__ = "#9e6400"
  31. __background_alt__ = "#fff1d9"
  32. ; neutral text and background colors
  33. __text_neu__ = "#6f6f6f"
  34. __background_neu__ = "#f2f2f2"
  35. ; border color
  36. __border__ = "#ffc561"
  37. ;--------------------------------------------------------------------------
  38. ; other text and background colors
  39. __text_other__ = "#c8c8c8"
  40. __background_other__ = "#ffe9c2"
  41. ; these are used for links
  42. __extern__ = "#003f9e"
  43. __existing__ = "#009e08"
  44. __missing__ = "#9e0028"
  45. ; highlighting search snippets
  46. __highlight__ = "#ffdb9e"
  47. ;--------------------------------------------------------------------------
  48. ;------ for keeping old templates and plugins compatible to the old pattern
  49. ; (to be deleted at the next or after next release)
  50. __white__ = "#fff"
  51. __lightgray__ = "#f5f5f5"
  52. __mediumgray__ = "#ccc"
  53. __darkgray__ = "#666"
  54. __black__ = "#000"
  55. ; these are the shades of blue
  56. __lighter__ = "#f7f9fa"
  57. __light__ = "#eef3f8"
  58. __medium__ = "#dee7ec"
  59. __dark__ = "#8cacbb"
  60. __darker__ = "#638c9c"