Exemples of adaptation of foliage to particular web sites
jean-bernard.addor - April 26, 2009 - 10:01
| Project: | Foliage |
| Version: | 6.x-1.5 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Add a comment to show adaptations which have been made to foliage.

#1
#2
Some adaptations which have been made for http://alimentsdici.info
New feature: coloring of
emandstrongemandstrongare now colored in the same way as the titlesh2andh3. To do this, the following code has been added to the file style.css.strong { color: #690; }em { color: #d72; }
Note that if color email created with the contribution module Mime Mail,
bodyshould not been specified in front of both lines, otherwise the result will be black.This is also reported in the following issue:
#445276: Coloring of em and strong
Color of link in mission space on main page
The following lines have been commented in file style.css:
/*.mission a:link, .mission a:visited {
color: #9cf;
}
*/
This is also reported in the following issue:
#445254: Color of link in mission space on main page
Mime Mail and print.css compatibility issue
The following lines have been commented in file print.css:
/** {
color: #000 !important;
background: #fff;
}
a, a:link, a:visited {
text-decoration: none;
font-weight: normal;
}
*/
It is reported in the following issue:
#443970: Mime Mail and print.css compatibility issue
Thanks for those who helped!