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.
 
 
 
 
 

82 lines
3.4 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. ; To extend this file or make changes to it, it is recommended to create
  4. ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
  5. ; any changes after an upgrade.
  6. ; Please don't forget to copy the section your changes should be under
  7. ; (i.e. [stylesheets] or [replacements]) into that file as well.
  8. ; Define the stylesheets your template uses here. The second value
  9. ; defines for which output media the style should be loaded. Currently
  10. ; print, screen and all are supported.
  11. ; You can reference CSS and LESS files here. Files referenced here will
  12. ; be checked for updates when considering a cache rebuild while files
  13. ; included through LESS' @import statements are not
  14. [stylesheets]
  15. css/basic.css = screen
  16. ../dokuwiki/css/_imgdetail.css = screen
  17. ../dokuwiki/css/_media_popup.css = screen
  18. ../dokuwiki/css/_media_fullscreen.css = screen
  19. ../dokuwiki/css/_fileuploader.css = screen
  20. ../dokuwiki/css/_tabs.css = screen
  21. ../dokuwiki/css/_links.css = screen
  22. ../dokuwiki/css/_toc.css = screen
  23. ../dokuwiki/css/_footnotes.css = screen
  24. ../dokuwiki/css/_search.css = screen
  25. ../dokuwiki/css/_recent.css = screen
  26. ../dokuwiki/css/_diff.css = screen
  27. ../dokuwiki/css/_edit.css = screen
  28. ../dokuwiki/css/_modal.css = screen
  29. ../dokuwiki/css/_forms.css = screen
  30. ../dokuwiki/css/_admin.css = screen
  31. css/structure.css = screen
  32. css/design.css = screen
  33. css/content.css = screen
  34. css/includes.css = screen
  35. css/arcadebasic.css = screen
  36. css/arcadebasic-responsive.css = all
  37. css/mobile.css = all
  38. css/print.css = print
  39. ; This section is used to configure some placeholder values used in
  40. ; the stylesheets. Changing this file is the simplest method to
  41. ; give your wiki a new look.
  42. ; Placeholders defined here will also be made available as LESS variables
  43. ; (with surrounding underscores removed, and the prefix @ini_ added)
  44. [replacements]
  45. ;--------------------------------------------------------------------------
  46. ;------ guaranteed dokuwiki color placeholders that every plugin can use
  47. ; main text and background colors
  48. __text__ = "#333" ; @ini_text
  49. __background__ = "#fff" ; @ini_background
  50. ; alternative text and background colors
  51. __text_alt__ = "#999" ; @ini_text_alt
  52. __background_alt__ = "#eee" ; @ini_background_alt
  53. ; neutral text and background colors
  54. __text_neu__ = "#666" ; @ini_text_neu
  55. __background_neu__ = "#ddd" ; @ini_background_neu
  56. ; border color
  57. __border__ = "#ccc" ; @ini_border
  58. ; highlighted text (e.g. search snippets)
  59. __highlight__ = "#ff9" ; @ini_highlight
  60. ;--------------------------------------------------------------------------
  61. ; these are used for links
  62. __existing__ = "#090" ; @ini_existing
  63. __missing__ = "#f30" ; @ini_missing
  64. ; widths
  65. __site_width__ = "64em" ; @ini_site_width
  66. __sidebar_width__ = "16em" ; @ini_sidebar_width