Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore 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 {
586,9 → 587,9
border-bottom-left-radius: 20px 20px;
border: solid 1px;
background-color: #F4F2EB;
text-align: center;
border-color: #D1C6A8;
padding-bottom: 6px;
text-align: center;
border-color: #D1C6A8;
padding-bottom: 6px;
}
 
.info_utilisateur a {
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;
646,7 → 647,7
margin: 0;
}
 
/** Bloc des dernières new ods en page d'accueil **/
/** Bloc des dernières new ods en page d'accueil **/
 
.views-row {
clear: both;
696,7 → 697,7
clear: both;
}
 
/** Styles des onglets des dernières actualités **/
/** Styles des onglets des dernières actualités **/
#onglets {
margin-right: auto;
position: relative;
804,7 → 805,7
font-size: 1.3em;
}
 
/** Style général applicable à toute les pages **/
/** Style général applicable à toute les pages **/
.cadre_information {
background: url("images/information.png") no-repeat scroll 5px 12px #DFDBD1;
border: 1px solid #DFDBD1;
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;**/