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_border_width] = 1px
|
62
|
settings[searchbox_size] = 12
|
63
|
settings[header_bg_file] = ''
|
64
|
settings[header_bg_alignment] = 'top left'
|
65
|
settings[header_watermark] = 0
|
66
|
|
67
|
settings[menubar_style] = 1
|
68
|
settings[menubar_background] = 0
|
69
|
settings[menubar_bg_value] = '#ffffff'
|
70
|
|
71
|
settings[bigscreen_sidebar_layout_style] = 1
|
72
|
settings[bigscreen_sidebar_first_width] = 25%
|
73
|
settings[bigscreen_sidebar_second_width] = 25%
|
74
|
|
75
|
settings[display_breadcrumb] = 1
|
76
|
settings[homeless_breadcrumb] = 1
|
77
|
settings[dark_messages] = 0
|
78
|
|
79
|
settings[global_default_layout] = 'smalltouch-portrait'
|
80
|
settings[iphone-land] = 0
|
81
|
settings[iphone-port] = 0
|
82
|
settings[ipad-port] = 0
|
83
|
settings[ipad-landscape] = 0
|
84
|
settings[standard-pc] = 1
|
85
|
|
86
|
;----------// Layout Settings
|
87
|
; Layout settings - Standard layout
|
88
|
settings[bigscreen_layout] = 'three_col_grail'
|
89
|
settings[bigscreen_page_unit] = '%'
|
90
|
settings[bigscreen_sidebar_unit] = '%'
|
91
|
settings[bigscreen_max_width_unit] = 'px'
|
92
|
settings[bigscreen_page_width] = 90
|
93
|
settings[bigscreen_sidebar_first] = 25
|
94
|
settings[bigscreen_sidebar_second] = 25
|
95
|
settings[bigscreen_set_max_width] = 1
|
96
|
settings[bigscreen_max_width] = 1140
|
97
|
settings[bigscreen_media_query] = 'only screen and (min-width:1025px)'
|
98
|
|
99
|
|
100
|
; Layout settings - Tablet landscape
|
101
|
settings[tablet_landscape_layout] = 'three_col_grail'
|
102
|
settings[tablet_landscape_page_unit] = '%'
|
103
|
settings[tablet_landscape_sidebar_unit] = '%'
|
104
|
settings[tablet_landscape_page_width] = 90
|
105
|
settings[tablet_landscape_sidebar_first] = 20
|
106
|
settings[tablet_landscape_sidebar_second] = 20
|
107
|
settings[tablet_landscape_media_query] = 'only screen and (min-width:769px) and (max-width:1024px)'
|
108
|
|
109
|
|
110
|
; Layout settings - Tablet portrait
|
111
|
settings[tablet_portrait_layout] = 'one_col_vert'
|
112
|
settings[tablet_portrait_page_unit] = '%'
|
113
|
settings[tablet_portrait_sidebar_unit] = '%'
|
114
|
settings[tablet_portrait_page_width] = 90
|
115
|
settings[tablet_portrait_sidebar_first] = 50
|
116
|
settings[tablet_portrait_sidebar_second] = 50
|
117
|
settings[tablet_portrait_media_query] = 'only screen and (min-width:481px) and (max-width:768px)'
|
118
|
|
119
|
|
120
|
; Layout settings - Smalltouch landscape
|
121
|
settings[smalltouch_landscape_layout] = 'one_col_vert'
|
122
|
settings[smalltouch_landscape_page_unit] = '%'
|
123
|
settings[smalltouch_landscape_sidebar_unit] = '%'
|
124
|
settings[smalltouch_landscape_page_width] = 100
|
125
|
settings[smalltouch_landscape_sidebar_first] = 50
|
126
|
settings[smalltouch_landscape_sidebar_second] = 50
|
127
|
settings[smalltouch_landscape_media_query] = 'only screen and (min-width:321px) and (max-width:480px)'
|
128
|
|
129
|
|
130
|
; Layout settings - Smalltouch portrait
|
131
|
settings[smalltouch_portrait_layout] = 'one_col_stack'
|
132
|
settings[smalltouch_portrait_page_unit] = '%'
|
133
|
settings[smalltouch_portrait_sidebar_unit] = '%'
|
134
|
settings[smalltouch_portrait_page_width] = 100
|
135
|
settings[smalltouch_portrait_sidebar_first] = 100
|
136
|
settings[smalltouch_portrait_sidebar_second] = 100
|
137
|
settings[smalltouch_portrait_media_query] = 'only screen and (max-width:320px)'
|
138
|
|
139
|
; CSS
|
140
|
settings[global_default_layout] = 'smalltouch-portrait'
|
141
|
settings[global_default_layout_toggle] = 0
|
142
|
settings[global_files_path] = 'public_files'
|
143
|
; Information added by Drupal.org packaging script on 2015-11-11
|
144
|
version = "7.x-2.6"
|
145
|
core = "7.x"
|
146
|
project = "mayo"
|
147
|
datestamp = "1447208341"
|
148
|
|