Projet

Général

Profil

Paste
Télécharger (6,68 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / bootstrap / bootstrap.info @ 01f36513

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
php = 5.3.0
5

    
6

    
7
;;;;;;;;;;;;;;;;;;;;;
8
;; SimplyTest.me
9
;;;;;;;;;;;;;;;;;;;;;
10

    
11
simplytest_dependencies[] = jquery_update
12

    
13

    
14
;;;;;;;;;;;;;;;;;;;;;
15
;; Regions
16
;;;;;;;;;;;;;;;;;;;;;
17

    
18
regions[navigation]     = 'Navigation'
19
regions[header]         = 'Top Bar'
20
regions[highlighted]    = 'Highlighted'
21
regions[help]           = 'Help'
22
regions[content]        = 'Content'
23
regions[sidebar_first]  = 'Primary'
24
regions[sidebar_second] = 'Secondary'
25
regions[footer]         = 'Footer'
26
regions[page_top]       = 'Page top'
27
regions[page_bottom]    = 'Page bottom'
28

    
29

    
30
;;;;;;;;;;;;;;;;;;;;;
31
;; Theme Settings
32
;;;;;;;;;;;;;;;;;;;;;
33

    
34
; Container
35
; --------------
36
settings[bootstrap_fluid_container] = 0
37

    
38
; Buttons
39
; --------------
40
settings[bootstrap_button_size] = ''
41
settings[bootstrap_button_colorize] = 1
42
settings[bootstrap_button_iconize] = 1
43

    
44
; Images
45
; --------------
46
settings[bootstrap_image_shape] = ''
47
settings[bootstrap_image_responsive] = 1
48

    
49
; Tables
50
; --------------
51
settings[bootstrap_table_bordered] = 0
52
settings[bootstrap_table_condensed] = 0
53
settings[bootstrap_table_hover] = 1
54
settings[bootstrap_table_striped] = 1
55
settings[bootstrap_table_responsive] = -1
56

    
57
; Breadcrumbs
58
; --------------
59
settings[bootstrap_breadcrumb] = 1
60
settings[bootstrap_breadcrumb_home] = 0
61
settings[bootstrap_breadcrumb_title] = 1
62

    
63
; Navbar
64
; --------------
65
settings[bootstrap_navbar_position] = ''
66
settings[bootstrap_navbar_inverse] = 0
67

    
68
; Pager
69
; --------------
70
settings[bootstrap_pager_first_and_last] = 1
71

    
72
; Region Wells
73
; --------------
74
settings[bootstrap_region_well-navigation] = ''
75
settings[bootstrap_region_well-header] = ''
76
settings[bootstrap_region_well-highlighted] = ''
77
settings[bootstrap_region_well-help] = ''
78
settings[bootstrap_region_well-content] = ''
79
settings[bootstrap_region_well-sidebar_first] = 'well'
80
settings[bootstrap_region_well-sidebar_second] = ''
81
settings[bootstrap_region_well-footer] = ''
82

    
83
; Anchors
84
; --------------
85
settings[bootstrap_anchors_fix] = 0
86
settings[bootstrap_anchors_smooth_scrolling] = 0
87

    
88
; Forms
89
; --------------
90
settings[bootstrap_forms_required_has_error] = 0
91
settings[bootstrap_forms_has_error_value_toggle] = 1
92
settings[bootstrap_forms_smart_descriptions] = 1
93
settings[bootstrap_forms_smart_descriptions_limit] = 250
94
settings[bootstrap_forms_smart_descriptions_allowed_tags] = 'b, code, em, i, kbd, span, strong'
95

    
96
; Popovers
97
; --------------
98
settings[bootstrap_popover_enabled] = 1
99
settings[bootstrap_popover_animation] = 1
100
settings[bootstrap_popover_html] = 0
101
settings[bootstrap_popover_placement] = 'right'
102
settings[bootstrap_popover_selector] = ''
103
settings[bootstrap_popover_trigger]['hover'] = 0
104
settings[bootstrap_popover_trigger]['focus'] = 0
105
settings[bootstrap_popover_trigger]['click'] = 'click'
106
settings[bootstrap_popover_trigger_autoclose] = 1
107
settings[bootstrap_popover_title] = ''
108
settings[bootstrap_popover_content] = ''
109
settings[bootstrap_popover_delay] = 0
110
settings[bootstrap_popover_container] = 'body'
111

    
112
; Tooltips
113
; --------------
114
settings[bootstrap_tooltip_enabled] = 1
115
settings[bootstrap_tooltip_animation] = 1
116
settings[bootstrap_tooltip_html] = 0
117
settings[bootstrap_tooltip_placement] = 'auto left'
118
settings[bootstrap_tooltip_selector] = ''
119
settings[bootstrap_tooltip_trigger]['hover'] = 'hover'
120
settings[bootstrap_tooltip_trigger]['focus'] = 'focus'
121
settings[bootstrap_tooltip_trigger]['click'] = 0
122
settings[bootstrap_tooltip_delay] = 0
123
settings[bootstrap_tooltip_container] = 'body'
124

    
125
; Advanced
126
; --------------
127
settings[bootstrap_cdn_provider] = 'jsdelivr'
128
settings[bootstrap_cdn_custom_css] = 'https://cdn.jsdelivr.net/bootstrap/3.3.7/css/bootstrap.css'
129
settings[bootstrap_cdn_custom_css_min] = 'https://cdn.jsdelivr.net/bootstrap/3.3.7/css/bootstrap.min.css'
130
settings[bootstrap_cdn_custom_js] = 'https://cdn.jsdelivr.net/bootstrap/3.3.7/js/bootstrap.js'
131
settings[bootstrap_cdn_custom_js_min] = 'https://cdn.jsdelivr.net/bootstrap/3.3.7/js/bootstrap.min.js'
132
settings[bootstrap_cdn_jsdelivr_version] = '3.3.7'
133
settings[bootstrap_cdn_jsdelivr_theme] = 'bootstrap'
134

    
135
; Global
136
; --------------
137
settings[toggle_name] = 1
138
settings[toggle_search] = 1
139

    
140
; jQuery Update
141
; --------------
142
settings[jquery_update_jquery_version] = 2.1
143

    
144
;;;;;;;;;;;;;;;;;;;;;
145
;; Excludes
146
;;;;;;;;;;;;;;;;;;;;;
147

    
148
; JavaScript
149
; --------------
150
; exclude[js][] = 'modules/contextual/contextual.js'
151

    
152
; CSS
153
; --------------
154
; Necessary module CSS.
155

    
156
;exclude[css][] = 'modules/block/block.css'
157
;exclude[css][] = 'modules/node/node.css'
158
;exclude[css][] = 'modules/system/admin.css'
159
;exclude[css][] = 'modules/system/system.css'
160
;exclude[css][] = 'modules/system/system.admin.css'
161
;exclude[css][] = 'modules/system/system.base.css'
162

    
163
exclude[css][] = 'misc/vertical-tabs.css'
164
exclude[css][] = 'modules/aggregator/aggregator.css'
165
exclude[css][] = 'modules/book/book.css'
166
exclude[css][] = 'modules/comment/comment.css'
167
exclude[css][] = 'modules/dblog/dblog.css'
168
exclude[css][] = 'modules/file/file.css'
169
exclude[css][] = 'modules/filter/filter.css'
170
exclude[css][] = 'modules/forum/forum.css'
171
exclude[css][] = 'modules/help/help.css'
172
exclude[css][] = 'modules/menu/menu.css'
173
exclude[css][] = 'modules/openid/openid.css'
174
exclude[css][] = 'modules/poll/poll.css'
175
exclude[css][] = 'modules/search/search.css'
176
exclude[css][] = 'modules/statistics/statistics.css'
177
exclude[css][] = 'modules/syslog/syslog.css'
178
exclude[css][] = 'modules/system/maintenance.css'
179
exclude[css][] = 'modules/system/system.maintenance.css'
180
exclude[css][] = 'modules/system/system.menus.css'
181
exclude[css][] = 'modules/system/system.messages.css'
182
exclude[css][] = 'modules/system/system.theme.css'
183
exclude[css][] = 'modules/taxonomy/taxonomy.css'
184
exclude[css][] = 'modules/tracker/tracker.css'
185
exclude[css][] = 'modules/update/update.css'
186
exclude[css][] = 'modules/user/user.css'
187

    
188

    
189
;;;;;;;;;;;;;;;;;;;;;
190
;; Breakpoints
191
;;;;;;;;;;;;;;;;;;;;;
192
breakpoints[screen-xs-max] = (max-width: 767px)
193
breakpoints[screen-sm-min] = (min-width: 768px)
194
breakpoints[screen-sm-max] = (max-width: 991px)
195
breakpoints[screen-md-min] = (min-width: 992px)
196
breakpoints[screen-md-max] = (max-width: 1199px)
197
breakpoints[screen-lg-min] = (min-width: 1200px)
198
; Multipiers
199
multipliers[screen-xs-max][] = 1.5x
200
multipliers[screen-xs-max][] = 2x
201
multipliers[screen-sm-min][] = 1.5x
202
multipliers[screen-sm-min][] = 2x
203
multipliers[screen-sm-max][] = 1.5x
204
multipliers[screen-sm-max][] = 2x
205
multipliers[screen-md-min][] = 1.5x
206
multipliers[screen-md-min][] = 2x
207
multipliers[screen-md-max][] = 1.5x
208
multipliers[screen-md-max][] = 2x
209
multipliers[screen-lg-min][] = 1.5x
210
multipliers[screen-lg-min][] = 2x
211

    
212
; Information added by Drupal.org packaging script on 2018-04-18
213
version = "7.x-3.20"
214
core = "7.x"
215
project = "bootstrap"
216
datestamp = "1524091089"