Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 123 → Rev 124

/trunk/themes/ods/style.css
452,13 → 452,14
background: url("images/puce_titre_2.png") no-repeat scroll 13px 0 transparent;
color: #4F3F1B;
font-weight: bold;
padding: 0 0 10px 40px;
padding: 0 0 10px 42px;
width: 100%;
}
 
#center h3 {
color: #0396A6;
color: #9AC343;
font-weight: bold;
padding: 10px 0 0 0;
}
 
#center h4 {
474,6 → 475,7
 
#center li.num {
list-style-type: decimal;
margin-left: 20px;
}
 
.placement_image {
612,6 → 614,65
font-size: 1.2em;
}
 
 
/** Bloc de description en haut de la page d'accueil **/
#block-block-6 {
border: 1px dashed black;
text-align: center;
margin-left: 0.6em;
}
 
#block-block-6 h2 {
padding: 0 0 0 0;
background: none;
font-weight: bold;
}
 
#block-block-6 p {
color : #9AC343;
font-weight: bold;
margin: 0;
}
 
/** Bloc des dernières new ods en page d'accueil **/
 
.views-row {
clear: both;
padding-top: 20px;
}
 
.views-row .views-field-field-image-fid {
display: inline;
float: left;
}
 
.views-row .views-field-title{
display: inline;
float: left;
padding-left: 10px;
padding-right: 10px;
}
 
.views-row .views-field-teaser {
display: inline;
float: right;
width: 420px;
}
 
.derniers_articles .views-row .views-field-teaser {
width: 445px;
}
 
.lire_toutes_actus {
text-align: right;
float: right;
}
 
.separation_invisible {
visibility: hidden;
clear: both;
}
 
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
margin: 60px 0 5em;