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.
 
 
 
 
 

207 lines
8.3 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. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  16. ; DokuWiki Default Template Styles
  17. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  18. ../dokuwiki/css/_imgdetail.css = screen
  19. ../dokuwiki/css/_media_popup.css = screen
  20. ../dokuwiki/css/_media_fullscreen.css = screen
  21. ../dokuwiki/css/_fileuploader.css = screen
  22. ../dokuwiki/css/_tabs.css = screen
  23. ../dokuwiki/css/_links.css = screen
  24. ../dokuwiki/css/_toc.css = screen
  25. ../dokuwiki/css/_footnotes.css = screen
  26. ../dokuwiki/css/_search.less = screen
  27. ../dokuwiki/css/_recent.css = screen
  28. ../dokuwiki/css/_diff.css = screen
  29. ../dokuwiki/css/_edit.css = screen
  30. ../dokuwiki/css/_modal.css = screen
  31. ../dokuwiki/css/_forms.css = screen
  32. ../dokuwiki/css/_admin.less = screen
  33. ../dokuwiki/css/content.less = screen
  34. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  35. ; sprintDoc Template Styles
  36. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  37. ; responsive behaviour for structure and areas is handled in style modules
  38. ; _____________ basic styles _____________
  39. css/base_vars.less = all
  40. css/base.less = all
  41. css/base_mixins.less = all
  42. css/base_fontello-icons.less = all
  43. css/base_structure.less = all
  44. css/base_design.less = all
  45. ; _____________ area styles _____________
  46. css/area_content.less = all
  47. css/area_header.less = all
  48. css/area_footer.less = all
  49. css/area_footnotes.less = all
  50. css/area_msg.less = all
  51. css/area_nav-direct.less = all
  52. css/area_nav-breadcrumb.less = all
  53. css/area_nav-page-attributes.less = all
  54. css/area_nav-usertools.less = all
  55. css/area_nav-pagetools.less = all
  56. css/area_nav-metabox.less = all
  57. css/area_main-sidebar-nav.less = all
  58. css/area_main-sidebar-tabs.less = all
  59. css/area_main-sidebar-search.less = all
  60. css/area_main-content.less = all
  61. css/area_main-content-secedit.less = all
  62. css/area_main-content-anchor.less = all
  63. css/area_togglelink.less = all
  64. css/area_forms.less = all
  65. css/area_search.less = all
  66. css/area_tabs.less = all
  67. css/area_recent.less = all
  68. ; ____________ template styles _____________
  69. css/template_admin.less = all
  70. css/template_detail.less = all
  71. ; ____________ block styles ________________
  72. css/toollist.less = all
  73. ; _____________ plugin styles _____________
  74. css/plugins/popupviewer.less = all
  75. css/plugins/magic-matcher.less = all
  76. css/plugins/do_tasks.less = all
  77. css/plugins/qc.less = all
  78. css/plugins/struct.less = all
  79. css/plugins/structstatus.less = all
  80. css/plugins/bureaucracy.less = all
  81. css/plugins/highlight_parent.less = all
  82. css/plugins/edit.less = all
  83. css/plugins/mediamanager.less = all
  84. css/plugins/tabinclude.less = all
  85. css/plugins/tagging.less = all
  86. css/plugins/edittable.less = all
  87. css/plugins/tablelayout.less = all
  88. css/plugins/extension__manager.less = all
  89. css/plugins/folded.less = all
  90. css/plugins/configmanager.less = all
  91. css/plugins/starred.less = all
  92. css/plugins/sitemapnavi.less = all
  93. css/plugins/data.less = all
  94. css/plugins/fastwiki.less = all
  95. css/plugins/tplinc.less = all
  96. css/plugins/translation.less = all
  97. ; _____________ print styles _____________
  98. css/print.less = print
  99. ; This section is used to configure some placeholder values used in
  100. ; the stylesheets. Changing this file is the simplest method to
  101. ; give your wiki a new look.
  102. ; Placeholders defined here will also be made available as LESS variables
  103. ; (with surrounding underscores removed, and the prefix @ini_ added)
  104. [replacements]
  105. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  106. ; guaranteed dokuwiki color placeholders that every plugin can use + template specific placeholders
  107. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  108. ; main content width (from this ASIDE is calculated)
  109. __site_width__ = "73%" ; @ini_site_width
  110. ; alternative text and background colors
  111. __background_site__ = "#ECECEC" ; @ini_background_site
  112. __text_webframe__ = "#696969" ; @ini_text_webframe
  113. ; icons: usertools, pagetools, metabox, tabbox
  114. __nav_menu_color__ = "#696969" ; @ini_nav_menu_color
  115. __nav_menu_hover_color__ = "#286da8" ; @ini_nav_menu_hover_color
  116. __nav_menu_hover_bg__ = "#FFF" ; @ini_nav_menu_hover_bg
  117. __background__ = "#FFF" ; @ini_background (guaranteed for every plugin)
  118. __text__ = "#252525" ; @ini_text (guaranteed for every plugin)
  119. __background_neu__ = "#FFF" ; @ini_background_neu (guaranteed for every plugin)
  120. __text_neu__ = "#656565" ; @ini_text_neu (guaranteed for every plugin)
  121. __background_page_header__ = "#F6F6F6" ; @ini_background_page_header
  122. __border_light__ = "#DADADA" ; @ini_border_light
  123. __background_page_footer__ = "#252525" ; @ini_background_page_footer
  124. ; highlighted text (e.g. search snippets)
  125. __highlight__ = "#EFEFEF" ; @ini_highlight (guaranteed for every plugin)
  126. __highlight_text__ = "#252525" ; @ini_highlight_text
  127. ; these are used for links
  128. __existing__ = "#286DA8" ; @ini_existing
  129. __missing__ = "#CD5360" ; @ini_missing
  130. __link__ = "#286DA8" ; @ini_link
  131. ; buttons: submit, links styled like buttons, togglebuttons
  132. __button_color__ = "#FFF" ; @ini_button_color
  133. __button_background__ = "#286DA8" ; @ini_button_background
  134. __background_alt__ = "#F6F6F6" ; @ini_background_alt (guaranteed for every plugin)
  135. __text_alt__ = "#454545" ; @ini_text_alt (guaranteed for every plugin)
  136. __link_alt__ = "#286DA8" ; @ini_link_alt
  137. ; border color
  138. __border__ = "#BBB" ; @ini_border (guaranteed for every plugin)
  139. __default_border_radius__ = "3px" ; @ini_default_border_radius
  140. ; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  141. ; obsolete
  142. ;__sidebar_width__ = "23%"
  143. ;__font_family_screen__ = "arial, sans-serif"
  144. ;__font_family_menu__ = "arial, sans-serif"
  145. ;__font_family_print__ = "times new roman, serif"
  146. ;__box_shadow_colored__ = "0 0 .5em rgba(40,109,168,.5)"
  147. ;__box_shadow__ = "0 0 .5em rgb(153,153,153,.5)"
  148. ;__box_shadow_right_bottom__ = "0.1em 0.3rem 0.5em rgb(153,153,153,.5)"
  149. ;__box_shadow_bottom__ = "0 0.1em 0.5em rgb(153,153,153,.5)"
  150. ;__box_shadow_offset__ = ".1em .1em .1em rgb(153,153,153,.5)"