Posted by Cliffy on January 13, 2011 at 1:42am
5 followers
Jump to:
| Project: | MAYO |
| Version: | 7.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
So far MAYO is the best theme I have used for d7. However, the font family provided does not quite fit my need, and I need to do some customizations. So I want to know is there any plan to include a local.css for easier customization in the future release? Moreover, a separated color setting for block header background and font (maybe each for top, bottom, sidebar and footer) would be very nice imo.
Thanks!
Comments
#1
Don't even tried it, but I think you could override some settings in mayo.info.
Include a local.css after
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/colors.css
Greetings
#2
Tested it and it works like a charm:
stylesheets[all][] = css/layout.css
stylesheets[all][] = css/style.css
stylesheets[all][] = css/colors.css
stylesheets[all][] = css/local.css
ncftp ...es/all/themes/mayo/css > less local.css
.node {
color: #000000;
}
Think this should be a not a hard way to put it in..
Greetings
#3
Regarding the font, I will think about adding more selections in addition to the current two selections.
But since you can override all CSS by creating your own CSS (local.css), I am not sure about adding seprate font settings depending on the regions.
#4
Thank you for the help. I will try to work on the local.css.
#5
"Don't even tried it, but I think you could override some settings in mayo.info."
"But since you can override all CSS by creating your own CSS (local.css)"
But won't that line be overridden the next time you update the theme?? Will you have to go into mayo.info each time and add the local.css reference?
#6
Any plans to enable the Skinr or Block Theme modules with this wonderful theme?