Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 233 → Rev 234

/trunk/themes/ods/style.css
516,11 → 516,26
-moz-border-radius-bottomright: 0px 0px;
border-top-right-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
background-color: #0396A6;
position:absolute;
width: inherit;
}
 
#sidebar-left.general {
background-color: #0396A6;
}
 
#sidebar-left.relais {
background-color: #BF3600;
}
 
#sidebar-left.enseignants {
background-color: #9AC343;
}
 
#sidebar-left.jeunes {
background-color: #EF7B1D;
}
 
#sidebar-left > div > h2 {
display: none;
}
586,7 → 601,7
border-top-left-radius: 20px 20px;
border-bottom-left-radius: 20px 20px;
border: solid 1px;
background-color: #F4F2EB;
background-color: #FFFFFF;
text-align: center;
border-color: #D1C6A8;
padding-bottom: 6px;
711,7 → 726,7
float: left;
background: #D1C6AB;
position: relative;
width:565px;
width:545px;
}
 
.contenu_onglet {
762,6 → 777,9
outline: none;
}
 
.conteneur_onglets tbody {
border-top: none;
}
 
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
1243,6 → 1261,40
border-top: 1px solid #e9eff3;
}
 
/* bouton ajout de commentaires */
#center li.comment_add a {
-moz-border-radius: 5px 5px 5px 5px;
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
cursor: pointer;
display: inline-block;
font-weight: bold;
overflow: visible;
position: relative;
text-decoration: none !important;
width: auto;
font-size: 12px;
background-color: #9AC343;
border: 1px solid #7bb401;
padding-top: 10px;
padding-top: 10px;
}
 
#center li.comment_add a:before {
content:" >> ";
}
 
#center li.comment_add a, #center .comment_add a:hover {
border: 1px solid #7bb401;
}
 
#center .comment_add a:hover {
color: #FFFFFF;
}
 
#center li.comment_add a {
padding: 6px 14px;
}
 
.indented {
margin-left: 25px; /* LTR */
}