Projet

Général

Profil

Paste
Télécharger (5,26 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / mayo / mayo.info @ f066bdb5

1

    
2
name = MAYO
3
description = Simple but fully customizable and colorable responsive layout theme.
4
core = 7.x
5

    
6
stylesheets[all][] = css/style.css
7
stylesheets[all][] = css/colors.css
8

    
9
regions[header] = Header
10
regions[help] = Help
11
regions[page_top] = Page top
12
regions[page_bottom] = Page bottom
13

    
14
regions[menubar] = Menu bar
15
regions[submenubar] = Submenu bar
16

    
17
regions[banner_top] = Banner top
18

    
19
regions[top_column_first]  = Top first column
20
regions[top_column_second] = Top second column
21
regions[top_column_third]  = Top third column
22
regions[top_column_fourth] = Top fourth column
23

    
24
regions[highlighted] = Highlighted
25
regions[content] = Content
26
regions[sidebar_first] = Sidebar first
27
regions[sidebar_second] = Sidebar second
28

    
29
regions[bottom_column_first]  = Bottom first column
30
regions[bottom_column_second] = Bottom second column
31
regions[bottom_column_third]  = Bottom third column
32
regions[bottom_column_fourth] = Bottom fourth column
33

    
34
regions[banner_bottom] = Banner bottom
35

    
36
regions[footer_column_first] = Footer first column
37
regions[footer_column_second] = Footer second column
38
regions[footer_column_third] = Footer third column
39
regions[footer_column_fourth] = Footer fourth column
40
regions[footer] = Footer
41

    
42
plugins[page_layout][layouts] = layouts/core
43

    
44
settings[shortcut_module_link] = 0
45

    
46
settings[base_font_size] = 87.5%
47
settings[base_font_family] = 0
48
settings[base_custom_font_family] = 'Helvetica, Arial, sans-serif'
49
settings[heading_font_family] = 0
50
settings[heading_custom_font_family] = 'Helvetica, Arial, sans-serif'
51

    
52
settings[base_vmargin] = 14px
53
settings[page_width] = 90%
54
settings[page_margin] = 10px
55
settings[layout_style] = 1
56
settings[legacy_superfish_styles] = 0
57
settings[round_corners] = 'rc-0'
58

    
59
settings[header_searchbox] = 1
60
settings[header_fontsizer] = 0
61
settings[header_height] = 90px
62
settings[header_border_width] = 1px
63
settings[logo_top_margin] = 15px
64
settings[logo_left_margin] = 20px
65
settings[sitename_top_margin] = 15px
66
settings[sitename_left_margin] = 20px
67
settings[searchbox_top_margin] = 10px
68
settings[searchbox_right_margin] = 15px
69
settings[searchbox_size] = 12
70
settings[header_bg_file] = ''
71
settings[header_bg_alignment] = 'top left'
72
settings[header_watermark] = 0
73

    
74
settings[menubar_style] = 1
75
settings[menubar_background] = 0
76
settings[menubar_bg_value] = '#ffffff'
77

    
78
settings[bigscreen_sidebar_layout_style] = 1
79
settings[bigscreen_sidebar_first_width] = 25%
80
settings[bigscreen_sidebar_second_width] = 25%
81

    
82
settings[display_breadcrumb] = 1
83
settings[dark_messages] = 0
84

    
85
settings[global_default_layout] = 'smalltouch-portrait'
86
settings[iphone-land] = 0
87
settings[iphone-port] = 0
88
settings[ipad-port] = 0
89
settings[ipad-landscape] = 0
90
settings[standard-pc] = 1
91

    
92
;----------// Layout Settings
93
  ; Layout settings - Standard layout
94
  settings[bigscreen_layout]         = 'three_col_grail'
95
  settings[bigscreen_page_unit]      = '%'
96
  settings[bigscreen_sidebar_unit]   = '%'
97
  settings[bigscreen_max_width_unit] = 'px'
98
  settings[bigscreen_page_width]     = 90
99
  settings[bigscreen_sidebar_first]  = 25
100
  settings[bigscreen_sidebar_second] = 25
101
  settings[bigscreen_set_max_width]  = 1
102
  settings[bigscreen_max_width]      = 1140
103
  settings[bigscreen_media_query]    = 'only screen and (min-width:1025px)'
104

    
105

    
106
  ; Layout settings - Tablet landscape
107
  settings[tablet_landscape_layout]         = 'three_col_grail'
108
  settings[tablet_landscape_page_unit]      = '%'
109
  settings[tablet_landscape_sidebar_unit]   = '%'
110
  settings[tablet_landscape_page_width]     = 90
111
  settings[tablet_landscape_sidebar_first]  = 20
112
  settings[tablet_landscape_sidebar_second] = 20
113
  settings[tablet_landscape_media_query]    = 'only screen and (min-width:769px) and (max-width:1024px)'
114

    
115

    
116
  ; Layout settings - Tablet portrait
117
  settings[tablet_portrait_layout]         = 'one_col_vert'
118
  settings[tablet_portrait_page_unit]      = '%'
119
  settings[tablet_portrait_sidebar_unit]   = '%'
120
  settings[tablet_portrait_page_width]     = 90
121
  settings[tablet_portrait_sidebar_first]  = 50
122
  settings[tablet_portrait_sidebar_second] = 50
123
  settings[tablet_portrait_media_query]    = 'only screen and (min-width:481px) and (max-width:768px)'
124

    
125

    
126
  ; Layout settings - Smalltouch landscape
127
  settings[smalltouch_landscape_layout]         = 'one_col_vert'
128
  settings[smalltouch_landscape_page_unit]      = '%'
129
  settings[smalltouch_landscape_sidebar_unit]   = '%'
130
  settings[smalltouch_landscape_page_width]     = 100
131
  settings[smalltouch_landscape_sidebar_first]  = 50
132
  settings[smalltouch_landscape_sidebar_second] = 50
133
  settings[smalltouch_landscape_media_query]    = 'only screen and (min-width:321px) and (max-width:480px)'
134

    
135

    
136
  ; Layout settings - Smalltouch portrait
137
  settings[smalltouch_portrait_layout]         = 'one_col_stack'
138
  settings[smalltouch_portrait_page_unit]      = '%'
139
  settings[smalltouch_portrait_sidebar_unit]   = '%'
140
  settings[smalltouch_portrait_page_width]     = 100
141
  settings[smalltouch_portrait_sidebar_first]  = 100
142
  settings[smalltouch_portrait_sidebar_second] = 100
143
  settings[smalltouch_portrait_media_query]    = 'only screen and (max-width:320px)'
144

    
145
  ; CSS
146
  settings[global_default_layout]         = 'smalltouch-portrait'
147
  settings[global_default_layout_toggle]  = 0
148
  settings[global_files_path]             = 'public_files'
149
; Information added by Drupal.org packaging script on 2014-12-14
150
version = "7.x-2.2"
151
core = "7.x"
152
project = "mayo"
153
datestamp = "1418527389"
154