bootstrap.info 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. name = Bootstrap
  2. description = Built to use Bootstrap, a sleek, intuitive, and powerful front-end framework for faster and easier web development.
  3. core = 7.x
  4. ;;;;;;;;;;;;;;;;;;;;;
  5. ;; SimplyTest.me
  6. ;;;;;;;;;;;;;;;;;;;;;
  7. simplytest_dependencies[] = jquery_update
  8. ;;;;;;;;;;;;;;;;;;;;;
  9. ;; Regions
  10. ;;;;;;;;;;;;;;;;;;;;;
  11. regions[navigation] = 'Navigation'
  12. regions[header] = 'Top Bar'
  13. regions[highlighted] = 'Highlighted'
  14. regions[help] = 'Help'
  15. regions[content] = 'Content'
  16. regions[sidebar_first] = 'Primary'
  17. regions[sidebar_second] = 'Secondary'
  18. regions[footer] = 'Footer'
  19. regions[page_top] = 'Page top'
  20. regions[page_bottom] = 'Page bottom'
  21. ;;;;;;;;;;;;;;;;;;;;;
  22. ;; Theme Settings
  23. ;;;;;;;;;;;;;;;;;;;;;
  24. ; Container
  25. ; --------------
  26. settings[bootstrap_fluid_container] = 0
  27. ; Buttons
  28. ; --------------
  29. settings[bootstrap_button_size] = ''
  30. settings[bootstrap_button_colorize] = 1
  31. settings[bootstrap_button_iconize] = 1
  32. ; Images
  33. ; --------------
  34. settings[bootstrap_image_shape] = ''
  35. settings[bootstrap_image_responsive] = 1
  36. ; Tables
  37. ; --------------
  38. settings[bootstrap_table_bordered] = 0
  39. settings[bootstrap_table_condensed] = 0
  40. settings[bootstrap_table_hover] = 1
  41. settings[bootstrap_table_striped] = 1
  42. settings[bootstrap_table_responsive] = 1
  43. ; Breadcrumbs
  44. ; --------------
  45. settings[bootstrap_breadcrumb] = 1
  46. settings[bootstrap_breadcrumb_home] = 0
  47. settings[bootstrap_breadcrumb_title] = 1
  48. ; Navbar
  49. ; --------------
  50. settings[bootstrap_navbar_position] = ''
  51. settings[bootstrap_navbar_inverse] = 0
  52. ; Pager
  53. ; --------------
  54. settings[bootstrap_pager_first_and_last] = 1
  55. ; Region Wells
  56. ; --------------
  57. settings[bootstrap_region_well-navigation] = ''
  58. settings[bootstrap_region_well-header] = ''
  59. settings[bootstrap_region_well-highlighted] = ''
  60. settings[bootstrap_region_well-help] = ''
  61. settings[bootstrap_region_well-content] = ''
  62. settings[bootstrap_region_well-sidebar_first] = 'well'
  63. settings[bootstrap_region_well-sidebar_second] = ''
  64. settings[bootstrap_region_well-footer] = ''
  65. ; Anchors
  66. ; --------------
  67. settings[bootstrap_anchors_fix] = 0
  68. settings[bootstrap_anchors_smooth_scrolling] = 0
  69. ; Forms
  70. ; --------------
  71. settings[bootstrap_forms_required_has_error] = 0
  72. settings[bootstrap_forms_has_error_value_toggle] = 1
  73. settings[bootstrap_forms_smart_descriptions] = 1
  74. settings[bootstrap_forms_smart_descriptions_limit] = 250
  75. settings[bootstrap_forms_smart_descriptions_allowed_tags] = 'b, code, em, i, kbd, span, strong'
  76. ; Popovers
  77. ; --------------
  78. settings[bootstrap_popover_enabled] = 1
  79. settings[bootstrap_popover_animation] = 1
  80. settings[bootstrap_popover_html] = 0
  81. settings[bootstrap_popover_placement] = 'right'
  82. settings[bootstrap_popover_selector] = ''
  83. settings[bootstrap_popover_trigger]['hover'] = 0
  84. settings[bootstrap_popover_trigger]['focus'] = 0
  85. settings[bootstrap_popover_trigger]['click'] = 'click'
  86. settings[bootstrap_popover_trigger_autoclose] = 1
  87. settings[bootstrap_popover_title] = ''
  88. settings[bootstrap_popover_content] = ''
  89. settings[bootstrap_popover_delay] = 0
  90. settings[bootstrap_popover_container] = 'body'
  91. ; Tooltips
  92. ; --------------
  93. settings[bootstrap_tooltip_enabled] = 1
  94. settings[bootstrap_tooltip_animation] = 1
  95. settings[bootstrap_tooltip_html] = 0
  96. settings[bootstrap_tooltip_placement] = 'auto left'
  97. settings[bootstrap_tooltip_selector] = ''
  98. settings[bootstrap_tooltip_trigger]['hover'] = 'hover'
  99. settings[bootstrap_tooltip_trigger]['focus'] = 'focus'
  100. settings[bootstrap_tooltip_trigger]['click'] = 0
  101. settings[bootstrap_tooltip_delay] = 0
  102. settings[bootstrap_tooltip_container] = 'body'
  103. ; Advanced
  104. ; --------------
  105. settings[bootstrap_cdn_provider] = 'jsdelivr'
  106. settings[bootstrap_cdn_custom_css] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.css'
  107. settings[bootstrap_cdn_custom_css_min] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.min.css'
  108. settings[bootstrap_cdn_custom_js] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.js'
  109. settings[bootstrap_cdn_custom_js_min] = 'https://cdn.jsdelivr.net/bootstrap/3.3.5/js/bootstrap.min.js'
  110. settings[bootstrap_cdn_jsdelivr_version] = '3.3.5'
  111. settings[bootstrap_cdn_jsdelivr_theme] = 'bootstrap'
  112. ; Global
  113. ; --------------
  114. settings[toggle_name] = 1
  115. settings[toggle_search] = 1
  116. ; jQuery Update
  117. ; --------------
  118. settings[jquery_update_jquery_version] = 2.1
  119. ;;;;;;;;;;;;;;;;;;;;;
  120. ;; Excludes
  121. ;;;;;;;;;;;;;;;;;;;;;
  122. ; JavaScript
  123. ; --------------
  124. ; exclude[js][] = 'modules/contextual/contextual.js'
  125. ; CSS
  126. ; --------------
  127. ; Necessary module CSS.
  128. ;exclude[css][] = 'modules/block/block.css'
  129. ;exclude[css][] = 'modules/node/node.css'
  130. ;exclude[css][] = 'modules/system/admin.css'
  131. ;exclude[css][] = 'modules/system/system.css'
  132. ;exclude[css][] = 'modules/system/system.admin.css'
  133. ;exclude[css][] = 'modules/system/system.base.css'
  134. exclude[css][] = 'misc/vertical-tabs.css'
  135. exclude[css][] = 'modules/aggregator/aggregator.css'
  136. exclude[css][] = 'modules/book/book.css'
  137. exclude[css][] = 'modules/comment/comment.css'
  138. exclude[css][] = 'modules/dblog/dblog.css'
  139. exclude[css][] = 'modules/file/file.css'
  140. exclude[css][] = 'modules/filter/filter.css'
  141. exclude[css][] = 'modules/forum/forum.css'
  142. exclude[css][] = 'modules/help/help.css'
  143. exclude[css][] = 'modules/menu/menu.css'
  144. exclude[css][] = 'modules/openid/openid.css'
  145. exclude[css][] = 'modules/poll/poll.css'
  146. exclude[css][] = 'modules/search/search.css'
  147. exclude[css][] = 'modules/statistics/statistics.css'
  148. exclude[css][] = 'modules/syslog/syslog.css'
  149. exclude[css][] = 'modules/system/maintenance.css'
  150. exclude[css][] = 'modules/system/system.maintenance.css'
  151. exclude[css][] = 'modules/system/system.menus.css'
  152. exclude[css][] = 'modules/system/system.messages.css'
  153. exclude[css][] = 'modules/system/system.theme.css'
  154. exclude[css][] = 'modules/taxonomy/taxonomy.css'
  155. exclude[css][] = 'modules/tracker/tracker.css'
  156. exclude[css][] = 'modules/update/update.css'
  157. exclude[css][] = 'modules/user/user.css'
  158. ;;;;;;;;;;;;;;;;;;;;;
  159. ;; Breakpoints
  160. ;;;;;;;;;;;;;;;;;;;;;
  161. breakpoints[screen-xs-max] = (max-width: 767px)
  162. breakpoints[screen-sm-min] = (min-width: 768px)
  163. breakpoints[screen-sm-max] = (max-width: 991px)
  164. breakpoints[screen-md-min] = (min-width: 992px)
  165. breakpoints[screen-md-max] = (max-width: 1199px)
  166. breakpoints[screen-lg-min] = (min-width: 1200px)
  167. ; Multipiers
  168. multipliers[screen-xs-max][] = 1.5x
  169. multipliers[screen-xs-max][] = 2x
  170. multipliers[screen-sm-min][] = 1.5x
  171. multipliers[screen-sm-min][] = 2x
  172. multipliers[screen-sm-max][] = 1.5x
  173. multipliers[screen-sm-max][] = 2x
  174. multipliers[screen-md-min][] = 1.5x
  175. multipliers[screen-md-min][] = 2x
  176. multipliers[screen-md-max][] = 1.5x
  177. multipliers[screen-md-max][] = 2x
  178. multipliers[screen-lg-min][] = 1.5x
  179. multipliers[screen-lg-min][] = 2x
  180. ; Information added by Drupal.org packaging script on 2016-03-01
  181. version = "7.x-3.5"
  182. core = "7.x"
  183. project = "bootstrap"
  184. datestamp = "1456870747"