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