Projet

Général

Profil

Paste
Télécharger (15,8 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / pixture_reloaded / pixture_reloaded.info @ 87dbc3bf

1

    
2
;----------// Theme info
3

    
4
  name        = Pixture Reloaded
5
  description = Pixture Reloaded is a recolorable, multi-column theme that supports both liquid and fixed width layouts. This is a subtheme - you must first download and install <a href="http://drupal.org/project/adaptivetheme">Adaptivetheme 7.x-3.x</a>. Once you have everything installed visit the settings page to change the colors, layout (width, sidebar widths, sidebar layout etc), fonts, rounded corners and many other settings. This theme also fully supports the <a href="http://drupal.org/project/noggin">Noggin</a> and <a href="http://drupal.org/project/superfish">Superfish</a> modules and includes special theme settings to help configure Noggin header images - note that you must first install the Noggin module to see these settings.
6
  core        = 7.x
7
  release     = 7.x-3.x
8
  engine      = phptemplate
9
  base theme  = adaptivetheme
10
  screenshot  = screenshot.png
11

    
12

    
13

    
14
;----------// CSS
15

    
16
  stylesheets[all][] = color/colors.css
17
  stylesheets[all][] = css/pixture_reloaded.css
18
  stylesheets[all][] = css/pixture_reloaded.settings.style.css
19

    
20
  ; Internet Explorer Stylesheets
21
  ;
22
  ; AT can load stylesheets in conditional comments from the info file.
23
  ;
24
  ; Syntax: ie_stylesheets[media][condition][] = path/to/file (path must be
25
  ; relative to your theme root). The file name is not important.
26
  ;
27
  ; For example if you want to load a stylesheet just for IE7 use the following
28
  ; example (note: you need to create "ie7.css" in the /css/ directory):
29
  ;
30
  ; ie_stylesheets[screen][IE 7][] = css/ie7.css
31

    
32

    
33

    
34
;----------// Scripts
35

    
36
  ; Internet Explorer Scripts
37
  ;
38
  ; AT can load scripts in conditional comments from the info file.
39
  ; If you are planning to use a polyfill be sure to check the "Settings" tab in
40
  ; theme settings - this includes checkboxes to enable the HTML5 Shiv (on by
41
  ; default), Respond.js and boxsizing.htc. See the js folder in at_core to
42
  ; view these scripts.
43
  ;
44
  ; Syntax: ie_scripts[condition] = path/to/file (path must be relative)
45
  ;
46
  ; For example if you want to load a script just for IE 8 and below use the
47
  ; following as a guide:
48
  ;
49
  ; ie_scripts[lte IE 8] = js/my-script.js
50

    
51

    
52

    
53
;----------// Regions
54

    
55
  regions[sidebar_first]     = Sidebar first
56
  regions[sidebar_second]    = Sidebar second
57

    
58
  regions[header]            = Header
59
  regions[menu_bar]          = Menu Bar
60
  regions[help]              = Help
61

    
62
  regions[highlighted]       = Highlighted
63
  regions[content]           = Main content
64
  regions[content_aside]     = Content bottom
65

    
66
  regions[secondary_content] = Secondary content
67
  regions[tertiary_content]  = Tertiary content
68
  regions[footer]            = Footer
69

    
70
  ; Hidden regions (required by Drupal core)
71
  regions[page_top]          = Page top
72
  regions[page_bottom]       = Page bottom
73

    
74

    
75

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

    
78
  ; This theme uses Gpanels from Adaptivetheme core. You can add more Gpanel
79
  ; regions - see the "gpanels" directory in AT Core:
80
  ;
81
  ; adaptivetheme > at_core > layouts > gpanels
82
  ;
83
  ; Note that this Pixture Reloaded already uses the three-3x33 and four-4x25 Gpanels.
84
  ;
85
  ; To set the responsive layout options for Gpanels see your themes settings on the
86
  ; Appearance settings page for Pixture Reloaded.
87

    
88
  ; 3x33 Gpanel
89
  regions[three_33_top]    = AT Three column 3x33 - top
90
  regions[three_33_first]  = AT Three column 3x33 - left
91
  regions[three_33_second] = AT Three column 3x33 - center
92
  regions[three_33_third]  = AT Three column 3x33 - right
93
  regions[three_33_bottom] = AT Three column 3x33 - bottom
94

    
95
  ; 4x25 Gpanel
96
  regions[four_first]  = AT Four column 4x25 - 1
97
  regions[four_second] = AT Four column 4x25 - 2
98
  regions[four_third]  = AT Four column 4x25 - 3
99
  regions[four_fourth] = AT Four column 4x25 - 4
100

    
101

    
102

    
103
;----------// Features
104

    
105
  ; Pixture reloaded does not support Main or Secondary menus,
106
  ; instead use the block versions and place in the Menu bar region.
107

    
108
  features[] = logo
109
  features[] = name
110
  features[] = slogan
111
  features[] = node_user_picture
112
  features[] = comment_user_picture
113
  features[] = comment_user_verification
114
  features[] = favicon
115

    
116

    
117

    
118
;----------// Features settings
119

    
120
  settings[toggle_logo] = 1
121
  settings[toggle_name] = 1
122
  settings[toggle_slogan] = 1
123
  settings[toggle_node_user_picture] = 1
124
  settings[toggle_comment_user_picture] = 1
125
  settings[toggle_comment_user_verification] = 1
126
  settings[toggle_favicon] = 1
127

    
128

    
129

    
130
;----------// Theme Settings
131

    
132
  ; These settings set the default settings for the options for Pixture Reloaded's
133
  ; Appearance settings. You can safely ignore everything below here.
134

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

    
147

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

    
157

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

    
167

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

    
177

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

    
187

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

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

    
219

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

    
235

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

    
251

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

    
259

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

    
266

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

    
274

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

    
287

    
288
  ; Font type
289
  settings[base_font_type]          = ''
290
  settings[site_name_font_type]     = ''
291
  settings[site_slogan_font_type]   = ''
292
  settings[page_title_font_type]    = ''
293
  settings[node_title_font_type]    = ''
294
  settings[comment_title_font_type] = ''
295
  settings[block_title_font_type]   = ''
296

    
297

    
298
  ; Fonts
299
  settings[base_font]          = 'bf-sss'
300
  settings[site_name_font]     = 'snf-sl'
301
  settings[site_slogan_font]   = 'ssf-sl'
302
  settings[main_menu_font]     = 'mmf-sl'
303
  settings[page_title_font]    = 'ptf-sl'
304
  settings[node_title_font]    = 'ntf-sl'
305
  settings[comment_title_font] = 'ctf-sl'
306
  settings[block_title_font]   = 'btf-sl'
307

    
308

    
309
  ; Font size
310
  settings[base_font_size]          = '1em'
311
  settings[site_name_font_size]     = '2em'
312
  settings[site_slogan_font_size]   = '1.2em'
313
  settings[page_title_font_size]    = '2em'
314
  settings[node_title_font_size]    = '1.6em'
315
  settings[comment_title_font_size] = '1.4em'
316
  settings[block_title_font_size]   = '1.4em'
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
  ; Mobile metatags
408
  settings[mobile_friendly_metatags] = 1
409
  settings[adaptivetheme_meta_viewport] = 'width=device-width, initial-scale=1'
410
  settings[adaptivetheme_meta_mobileoptimized]  = 'width'
411
  settings[adaptivetheme_meta_handheldfriendly] = 'true'
412
  settings[adaptivetheme_meta_apple_mobile_web_app_capable] = 'yes'
413
  settings[chrome_edge] = 0
414
  settings[clear_type]  = 0
415

    
416

    
417
  ; Touch icons
418
  settings[apple_touch_icon_enable] = 0
419
  settings[apple_touch_icon_path_l] = 'images/touch-icon-l.png'
420
  settings[apple_touch_icon_path_m] = 'images/touch-icon-m.png'
421
  settings[apple_touch_icon_path_h] = 'images/touch-icon-h.png'
422

    
423

    
424
  ; Custom CSS
425
  settings[custom_css] = ''
426

    
427

    
428
  ; PR Custom
429
  settings[content_corner_radius] = 'rc-6'
430
  settings[tabs_corner_radius]    = 'rct-6'
431
  settings[box_shadows]           = 'bs-n'
432
  settings[body_background]       = 'bb-n'
433
  settings[menu_bullets]          = 'mb-dd'
434
  settings[menu_bar_position]     = 'mbp-l'
435

    
436
; Information added by Drupal.org packaging script on 2014-03-23
437
version = "7.x-3.0"
438
core = "7.x"
439
project = "pixture_reloaded"
440
datestamp = "1395577169"
441