Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 124 → Rev 125

/trunk/themes/ods/style.css
617,7 → 617,7
 
/** Bloc de description en haut de la page d'accueil **/
#block-block-6 {
border: 1px dashed black;
border: 2px dashed #D2C7AA;
text-align: center;
margin-left: 0.6em;
}
644,15 → 644,21
.views-row .views-field-field-image-fid {
display: inline;
float: left;
padding-top: 8px;
}
 
.views-row .views-field-title{
.views-row .views-field-title {
display: inline;
float: left;
padding-left: 10px;
padding-right: 10px;
font-size: 1.2em;
}
 
.views-row .views-field-title a {
color: #51401D;
}
 
.views-row .views-field-teaser {
display: inline;
float: right;
673,6 → 679,72
clear: both;
}
 
/** Styles des onglets des dernières actualités **/
#onglets {
margin-right: auto;
position: relative;
bottom: -2px;
z-index: 1;
clear:left;
}
 
.conteneur_onglets {
overflow: hidden;
float: left;
background: #D1C6AB;
position: relative;
width:565px;
}
 
.contenu_onglet {
padding: 20px;
font-size: 1.2em;
}
 
ul.liste_onglets {
margin: 0;
padding: 0;
float: left;
list-style: none;
height: 32px; /*--Set height of tabs--*/
}
 
#onglets ul.liste_onglets li {
float: left;
margin: 0;
padding: 0;
height: 31px; /*--Subtract 1px from the height of the unordered list--*/
line-height: 31px; /*--Vertically aligns the text within the tab--*/
border-left: none;
margin-bottom: -1px; /*--Pull the list item down 1px--*/
margin-right: 3px;
overflow: hidden;
position: relative;
background: #DFDBD1;
list-style-type: none;
-webkit-border-radius-topleft: 10px 10px;
-webkit-border-radius-topright: 10px 10px;
-moz-border-radius-topleft: 10px 10px;
-moz-border-radius-topright: 10px 10px;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
}
 
#onglets ul.liste_onglets li.active {
background: #D1C6AB;
}
 
#onglets ul.liste_onglets li a {
text-decoration: none;
color: #000;
display: block;
font-size: 1.2em;
padding-left: 5px;
padding-right: 5px;
outline: none;
}
 
 
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
margin: 60px 0 5em;