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
Description

Add a comment to show adaptations which have been made to foliage.

#1

jean-bernard.addor - April 26, 2009 - 10:21
Title:Exemples of adaptation of foliage to particular web sites» Alimentsdici.info

#2

jean-bernard.addor - April 26, 2009 - 10:53
Title:Alimentsdici.info» Exemples of adaptation of foliage to particular web sites

Some adaptations which have been made for http://alimentsdici.info

New feature: coloring of em and strong

em and strong are now colored in the same way as the titles h2 and h3. 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!

 
 

Drupal is a registered trademark of Dries Buytaert.