Projet

Général

Profil

Révision d7f58da2

Ajouté par Florent Torregrosa il y a presque 10 ans

Switch MAYO on version 7.x-2.0 to be adaptative.

Voir les différences:

drupal7/sites/all/themes/mayo/README.txt
1 1

  
2 2
MAYO - original theme for Drupal 7 from PIXTURE STUDIO
3 3

  
4
MAYO 7.x-2.x is the original theme with responsive layout and other responsive features. Also the theme is
5
 using SASS/Compass to compile CSS. You will still be able to create a normal sub-theme if you need to customize further without getting envolved with SASS. This version uses <!DOCTYPE html> which starts it down the HTML5 path. Very few of the newer HTML5 elements are used at this point.
6

  
7
MAYO Responsive (7.x-2.x) borrows from Jeff Burnz and his great work on AdaptiveTheme https://drupal.org/project/adaptivethemeS
8

  
4 9
The name "MAYO" is taken from a phrase "MAke Your Own" and "MAYOnnaise" which I love :-). As the name describes itself, MAYO is developed to be a theme that provides users easy ways to customize and create a theme they like.
5 10

  
6 11
MAYO is developed based on the experience of developing PIXTURE theme. However, MAYO fully takes advantage of Drupal 7's color module and advaced theme settings.  MAYO is simple but flexible. You can customize the look of the MAYO easily from the theme setting page. It does not require you to have the knowledge of CSS, HTML and PHP.
......
15 20

  
16 21
2. Base font and heading font type (either Serif or Sans-serif) and base font size.
17 22

  
18
3. Page layout options such as width of the site (fixed width layout or liquid layout), margins, sidebar layout and width, etc.
23
3. Page layout options such as margins, sidebar layout and width, etc. There are now settings for Big
24
Screen Sidebar Layout, Tablet Sidebar Layout, and Smalltouch Sidebar Layout. Also you can adjust the Media
25
query for each device type, but caution is advised in changing the defaults. Be careful using Pixle Units in
26
the Sidebar Layout settings as it could have undesired behavior on some device sizes. % units seem to work
27
best.
19 28

  
20 29
4. Styles such as menubar styles and round corner for node/sidebar block.
21 30

  
......
90 99

  
91 100
Menu and Submenu regions are for those who uses superfish, nice_menus and other drop down menus (see the next section for more details).  Position of the sidebar first and the second can be configured from the theme settings page.
92 101

  
93

  
94
Mininum width
95
==============
96
Currently, the theme uses 700px as the minimum-width. If you want to change it, please manually edit the css/layout.css and change the min-width of the body.
97

  
98

  
99 102
How to use superfish/nice_menus module?
100 103
=======================================
101 104
The primary menu and secondary menu does not support superfish and nice_menus. If you want to use one of them, you need to turn off the primary and secondary menu from the theme settings page first. Then, create and configure menu blocks and then assign them to either the 'menubar' or 'sub-menubar' region of the MAYO theme at admin/structure/block page.
......
115 118

  
116 119
Round corners for sidebar block and node
117 120
========================================
118
By using CSS3 and browser specific stylesheet properties, round corners for sidebar blocks and node are supported by major browsers such as Fireforx, Safari, Google Chrome and Opera except for IE. We have decided not to support round corners for IE with Javascript since may slows down the page display. So if you are IE users, please wait for the future version of IE that supports CSS3's border-radius property.
121
By using CSS3 and browser specific stylesheet properties, round corners for sidebar blocks and node are supported by major browsers such as Fireforx, Safari, Google Chrome and Opera except for IE. We have decided not to support round corners for IE<9 with Javascript since may slows down the page display. So if you are IE users, please wait for the future version of IE that supports CSS3's border-radius property.
119 122

  
120 123

  
121 124
Changing default color set
122 125
===========================
123 126
Please do not change the default color set (MAYO) in the color/color.inc file.  You can change other entries but not the default one. Otherwise, it will mess up the entire color changing scheme.
124 127

  
125

  
126

  
127
Author
128
=======
129
Hideki Ito
130
PIXTURE STUDIO <http://www.pixture.com>
131

  

Formats disponibles : Unified diff