Projet

Général

Profil

Paste
Télécharger (16 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / adaptivetheme_subtheme.info @ a84ddea4

1

    
2
;----------// Theme Information
3

    
4
  name        = AT Subtheme
5
  description = Copy this subtheme to get started - see the <b><a href="http://adaptivethemes.com/documentation/adaptivethemes-documentation" target="_blank" title="Adaptivethemes.com - Rocking the hardest since 2006">documentation</a></b> for guidence or the included README. Drush users can generate a new theme using the command: drush adaptivetheme. If you need help please use the <b><a href="http://drupal.org/project/issues/adaptivetheme" target="_blank">issue queue</a></b> or ask in the IRC channel: <b><a href="irc://irc.freenode.net/drupal-adaptivetheme">#drupal-adaptivetheme</a></b>.
6
  core        = 7.x
7
  base theme  = adaptivetheme
8
  release     = 7.x-3.x
9
  engine      = phptemplate
10
  screenshot  = screenshot.png
11

    
12

    
13
;----------// Stylesheets
14

    
15
  ; See each stylesheet for extensive documentation and help.
16
  stylesheets[screen][] = css/global.base.css
17
  stylesheets[screen][] = css/global.styles.css
18

    
19
  ; Print - uncomment to load basic print styles.
20
  ; stylesheets[print][] = css/print.css
21

    
22

    
23
  ; Internet Explorer Stylesheets
24
  ;
25
  ; AT can load stylesheets in conditional comments from the info file.
26
  ;
27
  ; Syntax: ie_stylesheets[media][condition][] = path/to/file (path must be
28
  ; relative to your theme root)
29
  ;
30
  ; For example if you want to load a stylesheet just for IE7 use the
31
  ; following (note: you need to create "ie7.css" in the /css/ directory):
32
  ; ie_stylesheets[screen][IE 7][] = css/ie7.css
33
  ;
34
  ; By default the sub-theme has one IE stylesheet which loads for
35
  ; "less than IE9" but "not IEMobile 7".
36
  ; Uncomment the following to use the included IE styleseet:
37

    
38
  ; ie_stylesheets[screen][(lt IE 9)&(!IEMobile 7)][] = css/lt-ie9.css
39

    
40

    
41
  ; Unset Module CSS or other Stylesheets
42
  ;
43
  ; In your theme settings you can unset many stylesheets using the Unset CSS
44
  ; Extension. If for some reason the file you want to unset is not showing,
45
  ; you can explicitly declare it here. Once you have finished adding your
46
  ; declarations you must clear the sites cache, then go to your theme settings
47
  ; and check the checkbox for the file, then save the theme settings and the
48
  ; file will be unset thereafter.
49
  ;
50
  ; Follow the syntax:
51
  ;
52
  ; unset_css[path/to/css/file.css] = 1
53
  ;
54
  ; For example to unset foobar_module.css you might use something like this:
55

    
56
  ; unset_css[sites/all/modules/foobar_module/foobar_module.css] = 1
57

    
58

    
59
;----------// Scripts
60

    
61
  ; Internet Explorer Scripts
62
  ;
63
  ; AT can load scripts in conditional comments from the info file. If you are
64
  ; planning to use a polyfill be sure to check the "Settings" tab in theme
65
  ; settings for existing Polyfills.
66
  ;
67
  ; Syntax: ie_scripts[condition][] = path/to/file (path must be relative to your
68
  ; theme root)
69
  ;
70
  ; For example if you want to load a script just for IE 8 and below use the
71
  ; following as a guide:
72

    
73
  ; ie_scripts[lte IE 8][] = js/my-script.js
74

    
75

    
76
;----------// Regions
77

    
78
  regions[sidebar_first]     = Sidebar first
79
  regions[sidebar_second]    = Sidebar second
80
  regions[content]           = Main Content
81
  regions[highlighted]       = Highlighted
82
  regions[content_aside]     = Aside
83
  regions[secondary_content] = Secondary
84
  regions[tertiary_content]  = Tertiary
85
  regions[footer]            = Footer
86
  regions[leaderboard]       = Leaderboard
87
  regions[header]            = Header
88
  regions[menu_bar]          = Menu Bar
89
  regions[help]              = Help
90
  regions[page_top]          = Page top
91
  regions[page_bottom]       = Page bottom
92

    
93

    
94
;----------// Gpanel Regions
95

    
96
  ; If you are using Gpanels copy and paste the region definitions here. You
97
  ; will find them in each layout PHP file in adaptivetheme/layouts/gpanels
98

    
99

    
100
;----------// Custom Layout Plugins
101

    
102
  ; Adaptivetheme supports both Page Layout plugins (it's own native layout
103
  ; plugin type) and Panels layout plugins. Page layouts control the sidebars
104
  ; and main content column layout - these are controlled via theme settings for
105
  ; Page layouts. The Panels layouts are for Panels module and are controlled via
106
  ; the theme settings for Panels layouts.
107
  
108
  ; There are seperate directories for each type of layout and an example
109
  ; plugin for each. These don't do very much, they are just examples, you can
110
  ; use the core themes layout plugins as a guide. Please see the _README in the
111
  ; layouts directory of this subtheme.
112
  
113
  ; Remove the semicolon to umcomment and clear the sites cache.
114

    
115
  ; Page layout plugins
116
  ; plugins[page_layout][layouts] = layouts/page
117

    
118
  ; Panels layout plugins
119
  ; plugins[panels][layouts] = layouts/panels
120

    
121

    
122
;----------// Site Features
123

    
124
  features[] = logo
125
  features[] = name
126
  features[] = slogan
127
  features[] = node_user_picture
128
  features[] = comment_user_picture
129
  features[] = comment_user_verification
130
  features[] = favicon
131
  features[] = main_menu
132
  features[] = secondary_menu
133

    
134

    
135
;----------// Theme Settings
136

    
137
  ; Layout settings - Standard layout
138
  settings[bigscreen_layout]         = 'three_col_grail'
139
  settings[bigscreen_page_unit]      = '%'
140
  settings[bigscreen_sidebar_unit]   = '%'
141
  settings[bigscreen_max_width_unit] = 'px'
142
  settings[bigscreen_page_width]     = 100
143
  settings[bigscreen_sidebar_first]  = 25
144
  settings[bigscreen_sidebar_second] = 25
145
  settings[bigscreen_set_max_width]  = 1
146
  settings[bigscreen_max_width]      = 1140
147
  settings[bigscreen_media_query]    = 'only screen and (min-width:1025px)'
148

    
149

    
150
  ; Layout settings - Tablet landscape
151
  settings[tablet_landscape_layout]         = 'three_col_grail'
152
  settings[tablet_landscape_page_unit]      = '%'
153
  settings[tablet_landscape_sidebar_unit]   = '%'
154
  settings[tablet_landscape_page_width]     = 100
155
  settings[tablet_landscape_sidebar_first]  = 20
156
  settings[tablet_landscape_sidebar_second] = 20
157
  settings[tablet_landscape_media_query]    = 'only screen and (min-width:769px) and (max-width:1024px)'
158

    
159

    
160
  ; Layout settings - Tablet portrait
161
  settings[tablet_portrait_layout]         = 'one_col_vert'
162
  settings[tablet_portrait_page_unit]      = '%'
163
  settings[tablet_portrait_sidebar_unit]   = '%'
164
  settings[tablet_portrait_page_width]     = 100
165
  settings[tablet_portrait_sidebar_first]  = 50
166
  settings[tablet_portrait_sidebar_second] = 50
167
  settings[tablet_portrait_media_query]    = 'only screen and (min-width:481px) and (max-width:768px)'
168

    
169

    
170
  ; Layout settings - Smartphone landscape
171
  settings[smartphone_landscape_layout]         = 'one_col_vert'
172
  settings[smartphone_landscape_page_unit]      = '%'
173
  settings[smartphone_landscape_sidebar_unit]   = '%'
174
  settings[smartphone_landscape_page_width]     = 100
175
  settings[smartphone_landscape_sidebar_first]  = 50
176
  settings[smartphone_landscape_sidebar_second] = 50
177
  settings[smartphone_landscape_media_query]    = 'only screen and (min-width:321px) and (max-width:480px)'
178

    
179

    
180
  ; Layout settings - Smartphone portrait
181
  settings[smartphone_portrait_layout]         = 'one_col_stack'
182
  settings[smartphone_portrait_page_unit]      = '%'
183
  settings[smartphone_portrait_sidebar_unit]   = '%'
184
  settings[smartphone_portrait_page_width]     = 100
185
  settings[smartphone_portrait_sidebar_first]  = 100
186
  settings[smartphone_portrait_sidebar_second] = 100
187
  settings[smartphone_portrait_media_query]    = 'only screen and (max-width:320px)'
188

    
189

    
190
  ; Responsive Panels - Standard layout
191
  settings[bigscreen_two_50]            = 'two-50'
192
  settings[bigscreen_two_33_66]         = 'two-33-66'
193
  settings[bigscreen_two_66_33]         = 'two-66-33'
194
  settings[bigscreen_two_brick]         = 'two-brick'
195
  settings[bigscreen_three_3x33]        = 'three-3x33'
196
  settings[bigscreen_three_25_50_25]    = 'three-25-50-25'
197
  settings[bigscreen_three_25_25_50]    = 'three-25-25-50'
198
  settings[bigscreen_three_50_25_25]    = 'three-50-25-25'
199
  settings[bigscreen_four_4x25]         = 'four-4x25'
200
  settings[bigscreen_five_5x20]         = 'five-5x20-2x3-grid'
201
  settings[bigscreen_six_6x16]          = 'six-6x16-3x2-grid'
202
  settings[bigscreen_three_inset_left]  = 'three-inset-left'
203
  settings[bigscreen_three_inset_right] = 'three-inset-right'
204

    
205

    
206
  ; Responsive Panels - Tablet landscape
207
  settings[tablet_landscape_two_50]            = 'two-50'
208
  settings[tablet_landscape_two_33_66]         = 'two-33-66'
209
  settings[tablet_landscape_two_66_33]         = 'two-66-33'
210
  settings[tablet_landscape_two_brick]         = 'two-brick'
211
  settings[tablet_landscape_three_3x33]        = 'three-3x33'
212
  settings[tablet_landscape_three_25_50_25]    = 'three-25-50-25'
213
  settings[tablet_landscape_three_25_25_50]    = 'three-25-25-50'
214
  settings[tablet_landscape_three_50_25_25]    = 'three-50-25-25'
215
  settings[tablet_landscape_four_4x25]         = 'four-4x25'
216
  settings[tablet_landscape_five_5x20]         = 'five-5x20-2x3-grid'
217
  settings[tablet_landscape_six_6x16]          = 'six-6x16-3x2-grid'
218
  settings[tablet_landscape_three_inset_left]  = 'three-inset-left'
219
  settings[tablet_landscape_three_inset_right] = 'three-inset-right'
220

    
221

    
222
  ; Responsive Panels - Tablet portrait
223
  settings[tablet_portrait_two_50]            = 'two-50'
224
  settings[tablet_portrait_two_33_66]         = 'two-33-66'
225
  settings[tablet_portrait_two_66_33]         = 'two-66-33'
226
  settings[tablet_portrait_two_brick]         = 'two-brick'
227
  settings[tablet_portrait_three_3x33]        = 'three-3x33-stack-top'
228
  settings[tablet_portrait_three_25_50_25]    = 'three-25-50-25-stack-top'
229
  settings[tablet_portrait_three_25_25_50]    = 'three-25-25-50-stack-top'
230
  settings[tablet_portrait_three_50_25_25]    = 'three-50-25-25-stack-top'
231
  settings[tablet_portrait_four_4x25]         = 'four-4x25-2x2-grid'
232
  settings[tablet_portrait_five_5x20]         = 'five-5x20-1x2x2-grid'
233
  settings[tablet_portrait_six_6x16]          = 'six-6x16-2x3-grid'
234
  settings[tablet_portrait_three_inset_left]  = 'three-inset-left-wrap'
235
  settings[tablet_portrait_three_inset_right] = 'three-inset-right-wrap'
236

    
237

    
238
  ; Responsive Panels - Smartphone landscape
239
  settings[smartphone_landscape_two_50]            = 'two-50-stack'
240
  settings[smartphone_landscape_two_33_66]         = 'two-33-66-stack'
241
  settings[smartphone_landscape_two_66_33]         = 'two-66-33-stack'
242
  settings[smartphone_landscape_two_brick]         = 'two-brick-stack'
243
  settings[smartphone_landscape_three_3x33]        = 'three-3x33-stack'
244
  settings[smartphone_landscape_three_25_50_25]    = 'three-25-50-25-stack'
245
  settings[smartphone_landscape_three_25_25_50]    = 'three-25-25-50-stack'
246
  settings[smartphone_landscape_three_50_25_25]    = 'three-50-25-25-stack'
247
  settings[smartphone_landscape_four_4x25]         = 'four-4x25-stack'
248
  settings[smartphone_landscape_five_5x20]         = 'five-5x20-stack'
249
  settings[smartphone_landscape_six_6x16]          = 'six-6x16-stack'
250
  settings[smartphone_landscape_three_inset_left]  = 'three-inset-left-stack'
251
  settings[smartphone_landscape_three_inset_right] = 'three-inset-right-stack'
252

    
253

    
254
  ; CSS
255
  settings[disable_responsive_styles]     = 0
256
  settings[enable_custom_media_queries]   = 1
257
  settings[global_default_layout]         = 'smartphone-portrait'
258
  settings[global_default_layout_toggle]  = 0
259
  settings[global_files_path]             = 'public_files'
260

    
261

    
262
  ; Polyfills
263
  settings[load_html5js]       = 1
264
  settings[load_respondjs]     = 0
265
  settings[load_ltie8css]      = 0
266
  settings[load_scalefixjs]    = 0
267

    
268

    
269
  ; Debug
270
  settings[expose_regions]              = 0
271
  settings[load_all_panels]             = 0
272
  settings[load_all_panels_no_sidebars] = 0
273
  settings[show_window_size]            = 0
274
  settings[rebuild_theme_data]          = 0
275

    
276

    
277
  ; Enable extensions
278
  settings[enable_extensions]          = 0
279
  settings[enable_font_settings]       = 0
280
  settings[enable_heading_settings]    = 0
281
  settings[enable_image_settings]      = 0
282
  settings[enable_apple_touch_icons]   = 0
283
  settings[enable_exclude_css]         = 0
284
  settings[enable_custom_css]          = 0
285
  settings[enable_context_regions]     = 0
286
  settings[enable_float_region_blocks] = 0
287
  settings[enable_markup_overides]     = 0
288

    
289

    
290
  ; Font type
291
  settings[base_font_type]           = '<none>'
292
  settings[site_name_font_type]      = '<none>'
293
  settings[site_slogan_font_type]    = '<none>'
294
  settings[page_title_font_type]     = '<none>'
295
  settings[node_title_font_type]     = '<none>'
296
  settings[comment_title_font_type]  = '<none>'
297
  settings[block_title_font_type]    = '<none>'
298
  settings[main_menu_font_type]      = '<none>'
299
  settings[secondary_menu_font_type] = '<none>'
300
  settings[block_menu_font_type]     = '<none>'
301
  settings[selectors_font_type]      = '<none>'
302
  settings[content_headings_h1h4_font_type] = '<none>'
303
  settings[content_headings_h5h6_font_type] = '<none>'
304

    
305

    
306
  ; Font size
307
  settings[base_font_size]           = '<none>'
308
  settings[site_name_font_size]      = '<none>'
309
  settings[site_slogan_font_size]    = '<none>'
310
  settings[page_title_font_size]     = '<none>'
311
  settings[node_title_font_size]     = '<none>'
312
  settings[comment_title_font_size]  = '<none>'
313
  settings[block_title_font_size]    = '<none>'
314
  settings[main_menu_font_size]      = '<none>'
315
  settings[secondary_menu_font_size] = '<none>'
316
  settings[block_menu_font_size]     = '<none>'
317

    
318

    
319
  ; Font size heading levels
320
  settings[h1_font_size] = '2em'
321
  settings[h2_font_size] = '1.6em'
322
  settings[h3_font_size] = '1.4em'
323
  settings[h4_font_size] = '1.2em'
324
  settings[h5_font_size] = '1em'
325
  settings[h6_font_size] = '1em'
326

    
327

    
328
  ; Page title
329
  settings[page_title_case]      = 'ptc-n'
330
  settings[page_title_weight]    = 'ptw-b'
331
  settings[page_title_alignment] = 'pta-l'
332
  settings[page_title_shadow]    = 'pts-n'
333

    
334

    
335
  ; Node title
336
  settings[node_title_case]      = 'ntc-n'
337
  settings[node_title_weight]    = 'ntw-b'
338
  settings[node_title_alignment] = 'nta-l'
339
  settings[node_title_shadow]    = 'nts-n'
340

    
341

    
342
  ; Comment title
343
  settings[comment_title_case]      = 'ctc-n'
344
  settings[comment_title_weight]    = 'ctw-b'
345
  settings[comment_title_alignment] = 'cta-l'
346
  settings[comment_title_shadow]    = 'cts-n'
347

    
348

    
349
  ; Block title
350
  settings[block_title_case]      = 'btc-n'
351
  settings[block_title_weight]    = 'btw-b'
352
  settings[block_title_alignment] = 'bta-l'
353
  settings[block_title_shadow]    = 'bts-n'
354

    
355

    
356
  ; Images
357
  settings[image_alignment]        = 'ia-n'
358
  settings[image_alignment_teaser] = 'iat-n'
359
  settings[image_caption_full]     = 0
360
  settings[image_caption_teaser]   = 0
361
  settings[image_teaser]           = 0
362

    
363

    
364
  ; Breadcrumb
365
  settings[breadcrumb_display]   = 1
366
  settings[breadcrumb_home]      = 0
367
  settings[breadcrumb_label]     = 0
368
  settings[breadcrumb_title]     = 0
369
  settings[breadcrumb_separator] = ' &#187; '
370

    
371

    
372
  ; Login block options
373
  settings[horizontal_login_block_enable] = 'on'
374
  settings[horizontal_login_block]    = 0
375
  settings[login_block_remove_links]  = 0
376
  settings[login_block_remove_openid] = 0
377

    
378

    
379
  ; Design
380
  settings[global_gutter_width]           = ''
381
  settings[page_full_width_wrappers]      = 0
382
  settings[page_content_type_suggestions] = 0
383
  settings[menu_item_span_elements]       = 0
384

    
385

    
386
  ; Extra CSS classes
387
  settings[extra_page_classes]      = 1
388
  settings[extra_article_classes]   = 1
389
  settings[extra_comment_classes]   = 1
390
  settings[extra_block_classes]     = 1
391
  settings[extra_menu_classes]      = 1
392
  settings[extra_item_list_classes] = 1
393

    
394

    
395
  ; Remove or Hide
396
  settings[comments_hide_title]           = 0
397
  settings[feed_icons]                    = 0
398
  settings[unset_block_system_main_front] = 0
399
  settings[unset_menu_titles]             = 0
400

    
401

    
402
  ; Accessibility
403
  settings[skip_link_target] = '#main-content'
404
  settings[adv_search_extra_fieldsets] = 0
405

    
406

    
407
  ; SEO
408
  settings[rel_author] = 0
409

    
410

    
411
  ; Mobile metatags
412
  settings[mobile_friendly_metatags] = 1
413
  settings[adaptivetheme_meta_viewport] = 'width=device-width, initial-scale=1'
414
  settings[adaptivetheme_meta_mobileoptimized]  = 'width'
415
  settings[adaptivetheme_meta_handheldfriendly] = 'true'
416
  settings[adaptivetheme_meta_apple_mobile_web_app_capable] = 'yes'
417
  settings[chrome_edge] = 0
418
  settings[clear_type]  = 0
419

    
420

    
421
  ; Touch icons
422
  settings[apple_touch_icon_enable] = 0
423
  settings[apple_touch_icon_path_l] = 'images/touch-icon-l.png'
424
  settings[apple_touch_icon_path_m] = 'images/touch-icon-m.png'
425
  settings[apple_touch_icon_path_h] = 'images/touch-icon-h.png'
426

    
427

    
428
  ; Custom CSS
429
  settings[custom_css] = ''
430

    
431
; Information added by drupal.org packaging script on 2012-08-29
432
version = "7.x-3.1"
433
core = "7.x"
434
project = "adaptivetheme"
435
datestamp = "1346238662"
436