Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Regard whitespace Rev 219 → Rev 220

/trunk/themes/ods/style.css
47,11 → 47,11
}
 
h3 {
font-size: 140%;
font-size: 145%;
}
 
h4 {
font-size: 130%;
font-size: 122%;
}
 
h5 {
313,7 → 313,7
}
 
@font-face {
/* Fonte pour le titre en haut à gauche */
/* Fonte pour le titre en haut � gauche */
font-family: "BorisBlackBloxx";
src: url("font/BorisBlackBloxx.ttf") format("truetype");
}
459,12 → 459,13
#center h3 {
color: #9AC343;
font-weight: bold;
padding: 10px 0 0 0;
padding: 10px 0 5px 0;
}
 
#center h4 {
color: #ACC700;
color: #0396A6;
font-weight: bold;
padding: 5px 0 0 0;
}
 
#center li {
628,7 → 629,7
padding-top : 0px;
}
 
#center #block-block-6 {
#block-block-6 {
border: 2px dashed #D2C7AA;
text-align: center;
margin-left: 0.6em;
844,9 → 845,33
}
 
.bouton a:hover {
color: #333333;
color: #404040;
}
 
.bouton_plante {
background : url("http://www.obs-saisons.fr/images/boutonplante.jpg") no-repeat;
width:152px;
height:147px;
margin: 0 4px 0 89px;
}
 
.bouton_plante:hover {
background : url("http://www.obs-saisons.fr/images/boutonplante-hover.jpg") no-repeat;
cursor:pointer;
}
 
.bouton_animaux {
background : url("http://www.obs-saisons.fr/images/boutonanimaux.jpg") no-repeat;
width:151px;
height:147px;
margin: 0 29px 0 30px;
}
 
.bouton_animaux:hover {
background : url("http://www.obs-saisons.fr/images/boutonanimaux-hover.jpg") no-repeat;
cursor:pointer;
}
 
/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
/** background: #fff url(images/bg-content.png) repeat-x 50% 0;**/