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