Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 234 → Rev 233

/trunk/themes/ods/style.css
516,26 → 516,11
-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;
}
601,7 → 586,7
border-top-left-radius: 20px 20px;
border-bottom-left-radius: 20px 20px;
border: solid 1px;
background-color: #FFFFFF;
background-color: #F4F2EB;
text-align: center;
border-color: #D1C6A8;
padding-bottom: 6px;
726,7 → 711,7
float: left;
background: #D1C6AB;
position: relative;
width:545px;
width:565px;
}
 
.contenu_onglet {
777,9 → 762,6
outline: none;
}
 
.conteneur_onglets tbody {
border-top: none;
}
 
/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
1261,40 → 1243,6
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 */
}