-
Notifications
You must be signed in to change notification settings - Fork 2
/
islandoratheme.info
426 lines (325 loc) · 14.8 KB
/
islandoratheme.info
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
;----------// Theme info
; Change the name, description and version to whatever you want.
name = Islandoratheme
description = This template overrides AdaptiveTheme and Corolla. It contains all the customization done for the FLVC implementation of Islandora.
;----------// Drupal and AT Core compatibility - dont change this!
core = 7.x
release = 7.x-3.x
;----------// Base theme
; Change the "base theme" if you are using a different base,
; e.g. "pixture_reloaded" or "sky" (without speechmarks).
base theme = corolla
;----------// Styles
; We only need to include two stylesheets - we must include colors.css and at
; least one more for our custom CSS.
stylesheets[all][] = color/colors.css
stylesheets[all][] = css/islandoratheme.css
; Internet Explorer Stylesheets
;
; AT can load stylesheets in conditional comments from the info file.
;
; Syntax: ie_stylesheets[media][condition] = path/to/file (path must be
; relative to your theme root). The file name is not important.
ie_stylesheets[screen][lte IE 9][] = css/ie-lte-9.css
;----------// Scripts
; If you need to add JavaScript or other scripts you can add them here. Normal
; syntax is scripts[] = path/to/file, e.g.
; scripts[] = scripts/myscript.js
; Internet Explorer Scripts
;
; AT can load scripts in conditional comments from the info file.
; If you are planning to use a polyfill be sure to check the "Settings" tab in
; theme settings - this includes checkboxes to enable the HTML5 Shiv (on by
; default), Respond.js and boxsizing.htc. See the js folder in at_core to
; view these scripts.
;
; Syntax: ie_scripts[condition] = path/to/file (path must be relative)
;
; For example if you want to load a script just for IE 8 and below use the
; following as a guide:
;
; ie_scripts[lte IE 8] = js/my-script.js
scripts[] = js/islandoratheme.js
;----------// Regions
; Copy and paste the region list from your base theme - these are the
; regions from Corolla.
regions[sidebar_first] = Sidebar first
regions[sidebar_second] = Sidebar second
regions[header] = Header
regions[menu_bar] = Menu Bar
regions[help] = Help
regions[highlighted] = Highlighted
regions[content] = Main content
regions[content_aside] = Content bottom
regions[secondary_content] = Secondary content
regions[tertiary_content] = Tertiary content
regions[footer] = Footer
; Hidden regions (required by Drupal core)
regions[page_top] = Page top
regions[page_bottom] = Page bottom
; 3x33 Gpanel
regions[three_33_top] = AT Three column 3x33 - top
regions[three_33_first] = AT Three column 3x33 - left
regions[three_33_second] = AT Three column 3x33 - center
regions[three_33_third] = AT Three column 3x33 - right
regions[three_33_bottom] = AT Three column 3x33 - bottom
; 4x25 Gpanel
regions[four_first] = AT Four column 4x25 - 1
regions[four_second] = AT Four column 4x25 - 2
regions[four_third] = AT Four column 4x25 - 3
regions[four_fourth] = AT Four column 4x25 - 4
;----------// Site Features
; You don't need to change this
features[] = logo
features[] = name
features[] = slogan
features[] = node_user_picture
features[] = comment_user_picture
features[] = comment_user_verification
features[] = favicon
;----------// Theme Settings
; Here you need to copy and paste in the default settings from your base theme
; if that differs from Corolla. Delete everything below here and paste in the
; copied settings:
; Layout settings - Standard bigscreen
settings[bigscreen_layout] = 'three_col_grail'
settings[bigscreen_page_unit] = '%'
settings[bigscreen_sidebar_unit] = '%'
settings[bigscreen_max_width_unit] = 'px'
settings[bigscreen_page_width] = 100
settings[bigscreen_sidebar_first] = 25
settings[bigscreen_sidebar_second] = 25
settings[bigscreen_set_max_width] = 1
settings[bigscreen_max_width] = 1140
settings[bigscreen_media_query] = 'only screen and (min-width:1025px)'
; Layout settings - Tablet landscape
settings[tablet_landscape_layout] = 'three_col_grail'
settings[tablet_landscape_page_unit] = '%'
settings[tablet_landscape_sidebar_unit] = '%'
settings[tablet_landscape_page_width] = 100
settings[tablet_landscape_sidebar_first] = 20
settings[tablet_landscape_sidebar_second] = 20
settings[tablet_landscape_media_query] = 'only screen and (min-width:769px) and (max-width:1024px)'
; Layout settings - Tablet portrait
settings[tablet_portrait_layout] = 'one_col_vert'
settings[tablet_portrait_page_unit] = '%'
settings[tablet_portrait_sidebar_unit] = '%'
settings[tablet_portrait_page_width] = 100
settings[tablet_portrait_sidebar_first] = 50
settings[tablet_portrait_sidebar_second] = 50
settings[tablet_portrait_media_query] = 'only screen and (min-width:481px) and (max-width:768px)'
; Layout settings - Smartphone landscape
settings[smartphone_landscape_layout] = 'one_col_vert'
settings[smartphone_landscape_page_unit] = '%'
settings[smartphone_landscape_sidebar_unit] = '%'
settings[smartphone_landscape_page_width] = 100
settings[smartphone_landscape_sidebar_first] = 50
settings[smartphone_landscape_sidebar_second] = 50
settings[smartphone_landscape_media_query] = 'only screen and (min-width:321px) and (max-width:480px)'
; Layout settings - Smartphone portrait
settings[smartphone_portrait_layout] = 'one_col_stack'
settings[smartphone_portrait_page_unit] = '%'
settings[smartphone_portrait_sidebar_unit] = '%'
settings[smartphone_portrait_page_width] = 100
settings[smartphone_portrait_sidebar_first] = 100
settings[smartphone_portrait_sidebar_second] = 100
settings[smartphone_portrait_media_query] = 'only screen and (max-width:320px)'
; Responsive Panels - Standard layout
settings[bigscreen_two_50] = 'two-50'
settings[bigscreen_two_33_66] = 'two-33-66'
settings[bigscreen_two_66_33] = 'two-66-33'
settings[bigscreen_two_brick] = 'two-brick'
settings[bigscreen_three_3x33] = 'three-3x33'
settings[bigscreen_three_25_50_25] = 'three-25-50-25'
settings[bigscreen_three_25_25_50] = 'three-25-25-50'
settings[bigscreen_three_50_25_25] = 'three-50-25-25'
settings[bigscreen_four_4x25] = 'four-4x25'
settings[bigscreen_five_5x20] = 'five-5x20-2x3-grid'
settings[bigscreen_six_6x16] = 'six-6x16-3x2-grid'
settings[bigscreen_three_inset_left] = 'three-inset-left'
settings[bigscreen_three_inset_right] = 'three-inset-right'
; Responsive Panels - Tablet landscape
settings[tablet_landscape_two_50] = 'two-50'
settings[tablet_landscape_two_33_66] = 'two-33-66'
settings[tablet_landscape_two_66_33] = 'two-66-33'
settings[tablet_landscape_two_brick] = 'two-brick'
settings[tablet_landscape_three_3x33] = 'three-3x33'
settings[tablet_landscape_three_25_50_25] = 'three-25-50-25'
settings[tablet_landscape_three_25_25_50] = 'three-25-25-50'
settings[tablet_landscape_three_50_25_25] = 'three-50-25-25'
settings[tablet_landscape_four_4x25] = 'four-4x25'
settings[tablet_landscape_five_5x20] = 'five-5x20-2x3-grid'
settings[tablet_landscape_six_6x16] = 'six-6x16-3x2-grid'
settings[tablet_landscape_three_inset_left] = 'three-inset-left'
settings[tablet_landscape_three_inset_right] = 'three-inset-right'
; Responsive Panels - Tablet portrait
settings[tablet_portrait_two_50] = 'two-50'
settings[tablet_portrait_two_33_66] = 'two-33-66'
settings[tablet_portrait_two_66_33] = 'two-66-33'
settings[tablet_portrait_two_brick] = 'two-brick'
settings[tablet_portrait_three_3x33] = 'three-3x33-stack-top'
settings[tablet_portrait_three_25_50_25] = 'three-25-50-25-stack-top'
settings[tablet_portrait_three_25_25_50] = 'three-25-25-50-stack-top'
settings[tablet_portrait_three_50_25_25] = 'three-50-25-25-stack-top'
settings[tablet_portrait_four_4x25] = 'four-4x25-2x2-grid'
settings[tablet_portrait_five_5x20] = 'five-5x20-1x2x2-grid'
settings[tablet_portrait_six_6x16] = 'six-6x16-2x3-grid'
settings[tablet_portrait_three_inset_left] = 'three-inset-left-wrap'
settings[tablet_portrait_three_inset_right] = 'three-inset-right-wrap'
; Responsive Panels - Smartphone landscape
settings[smartphone_landscape_two_50] = 'two-50-stack'
settings[smartphone_landscape_two_33_66] = 'two-33-66-stack'
settings[smartphone_landscape_two_66_33] = 'two-66-33-stack'
settings[smartphone_landscape_two_brick] = 'two-brick-stack'
settings[smartphone_landscape_three_3x33] = 'three-3x33-stack'
settings[smartphone_landscape_three_25_50_25] = 'three-25-50-25-stack'
settings[smartphone_landscape_three_25_25_50] = 'three-25-25-50-stack'
settings[smartphone_landscape_three_50_25_25] = 'three-50-25-25-stack'
settings[smartphone_landscape_four_4x25] = 'four-4x25-stack'
settings[smartphone_landscape_five_5x20] = 'five-5x20-stack'
settings[smartphone_landscape_six_6x16] = 'six-6x16-stack'
settings[smartphone_landscape_three_inset_left] = 'three-inset-left-stack'
settings[smartphone_landscape_three_inset_right] = 'three-inset-right-stack'
; CSS
settings[disable_responsive_styles] = 0
settings[enable_custom_media_queries] = 0
settings[global_default_layout] = 'smartphone-portrait'
settings[global_default_layout_toggle] = 0
settings[global_files_path] = 'public_files'
; Polyfills
settings[load_html5js] = 1
settings[load_respondjs] = 0
settings[load_ltie8css] = 0
settings[load_scalefixjs] = 0
; Debug
settings[expose_regions] = 0
settings[load_all_panels] = 0
settings[load_all_panels_no_sidebars] = 0
settings[show_window_size] = 0
settings[rebuild_theme_data] = 0
; Enable extensions
settings[enable_extensions] = 1
settings[enable_font_settings] = 1
settings[enable_heading_settings] = 1
settings[enable_image_settings] = 1
settings[enable_apple_touch_icons] = 0
settings[enable_exclude_css] = 0
settings[enable_custom_css] = 0
settings[enable_context_regions] = 0
settings[enable_float_region_blocks] = 0
settings[enable_markup_overides] = 1
; Font type
settings[base_font_type] = ''
settings[site_name_font_type] = ''
settings[site_slogan_font_type] = ''
settings[page_title_font_type] = ''
settings[node_title_font_type] = ''
settings[comment_title_font_type] = ''
settings[block_title_font_type] = ''
; Fonts
settings[base_font] = 'bf-sss'
settings[site_name_font] = 'snf-sl'
settings[site_slogan_font] = 'ssf-sl'
settings[main_menu_font] = 'mmf-sl'
settings[page_title_font] = 'ptf-sl'
settings[node_title_font] = 'ntf-sl'
settings[comment_title_font] = 'ctf-sl'
settings[block_title_font] = 'btf-sl'
; Font size
settings[base_font_size] = '1em'
settings[site_name_font_size] = '3.5em'
settings[site_slogan_font_size] = '1.2em'
settings[page_title_font_size] = '2em'
settings[node_title_font_size] = '1.6em'
settings[comment_title_font_size] = '1.4em'
settings[block_title_font_size] = '1.4em'
; Font size heading levels
settings[h1_font_size] = '2em'
settings[h2_font_size] = '1.6em'
settings[h3_font_size] = '1.4em'
settings[h4_font_size] = '1.2em'
settings[h5_font_size] = '1em'
settings[h6_font_size] = '1em'
; Page title
settings[page_title_case] = 'ptc-n'
settings[page_title_weight] = 'ptw-b'
settings[page_title_alignment] = 'pta-l'
settings[page_title_shadow] = 'pts-n'
; Node title
settings[node_title_case] = 'ntc-n'
settings[node_title_weight] = 'ntw-b'
settings[node_title_alignment] = 'nta-l'
settings[node_title_shadow] = 'nts-n'
; Comment title
settings[comment_title_case] = 'ctc-n'
settings[comment_title_weight] = 'ctw-b'
settings[comment_title_alignment] = 'cta-l'
settings[comment_title_shadow] = 'cts-n'
; Block title
settings[block_title_case] = 'btc-n'
settings[block_title_weight] = 'btw-b'
settings[block_title_alignment] = 'bta-l'
settings[block_title_shadow] = 'bts-n'
; Image alignment
settings[image_alignment] = 'ia-n'
settings[image_alignment_teaser] = 'iat-n'
settings[image_caption_full] = 0
settings[image_caption_teaser] = 0
; Breadcrumb
settings[breadcrumb_display] = 1
settings[breadcrumb_home] = 0
settings[breadcrumb_label] = 0
settings[breadcrumb_title] = 0
settings[breadcrumb_separator] = ' » '
; Login block options
settings[horizontal_login_block_enable] = 'on'
settings[horizontal_login_block] = 0
settings[login_block_remove_links] = 0
settings[login_block_remove_openid] = 0
; Design
settings[global_gutter_width] = ''
settings[page_full_width_wrappers] = 0
settings[page_content_type_suggestions] = 0
settings[menu_item_span_elements] = 0
; Extra CSS classes
settings[extra_page_classes] = 1
settings[extra_article_classes] = 1
settings[extra_comment_classes] = 1
settings[extra_block_classes] = 1
settings[extra_menu_classes] = 1
settings[extra_item_list_classes] = 1
; Remove or Hide
settings[comments_hide_title] = 0
settings[feed_icons] = 0
settings[unset_block_system_main_front] = 0
settings[unset_menu_titles] = 0
; Accessibility
settings[skip_link_target] = '#main-content'
settings[adv_search_extra_fieldsets] = 0
; Mobile metatags
settings[mobile_friendly_metatags] = 1
settings[adaptivetheme_meta_viewport] = 'width=device-width, initial-scale=1'
settings[adaptivetheme_meta_mobileoptimized] = 'width'
settings[adaptivetheme_meta_handheldfriendly] = 'true'
settings[adaptivetheme_meta_apple_mobile_web_app_capable] = 'yes'
settings[chrome_edge] = 0
settings[clear_type] = 0
; Touch icons
settings[apple_touch_icon_enable] = 0
settings[apple_touch_icon_path_l] = 'images/touch-icon-l.png'
settings[apple_touch_icon_path_m] = 'images/touch-icon-m.png'
settings[apple_touch_icon_path_h] = 'images/touch-icon-h.png'
; Custom CSS
settings[custom_css] = ''
; Corolla Custom
settings[content_corner_radius] = 'rc-6'
settings[tabs_corner_radius] = 'rct-6'
settings[box_shadows] = 'bs-n'
settings[body_background] = 'bb-n'
settings[menu_bullets] = 'mb-dd'
settings[menu_bar_position] = 'mbp-l'
; Information added by drupal.org packaging script on 2012-09-19
version = "7.x-3.0-rc1"
core = "7.x"
project = "footheme"
datestamp = "1348059849"