Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 656 → Rev 657

/trunk/war/del.css
40,7 → 40,6
background-color: red;
}
 
 
/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
margin: 15px 6px 6px;
104,9 → 103,19
}
 
#contenu {
padding: 80px
padding: 80px 0 0 5%;
}
 
#contenu a {
border-bottom: 1px dotted #95AE5D;
color: #598000;
}
 
#contenu a:hover {
border-bottom: 1px dotted #95AE5D;
color: #FD8C13;
}
 
.lien {
color: blue;
text-decoration: underline;
149,6 → 158,10
width: 30%
}
 
.quart {
width: 25%;
}
 
.actif {
background: #8EB533
}
219,14 → 232,15
color: white;
font-weight: bold;
cursor: pointer;
border:1px dotted #95AE5D;
border-width:0 0 1px 0;
padding-right:30px
border: 1px dotted #95AE5D;
border-width: 0 0 1px 0;
padding-right: 30px
}
 
.precedentOverlay:hover {
opacity:1;
opacity: 1;
}
 
.precedentOverlay {
display: block;
z-index: 1210;
242,12 → 256,13
padding-bottom: 200px;
padding-left: 200px;
padding-top: 200px;
opacity:0;
opacity: 0;
}
 
.suivantOverlay:hover {
opacity:1;
opacity: 1;
}
 
.suivantOverlay {
display: block;
z-index: 1210;
263,18 → 278,62
padding-bottom: 200px;
padding-right: 200px;
padding-top: 200px;
opacity:0;
margin-left:-150px;
opacity: 0;
margin-left: -150px;
}
 
.acceder-outil {
background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
text-decoration: underline;
border: medium none;
border-radius: 10px 10px 10px 10px;
color: #6C6865;
font-size: 15px;
margin-left: 135px;
padding: 4px 10px 2px 30px;
cursor: pointer;
background: url("./img/telaBlancJaune.png") no-repeat scroll 0 0 #ECCB12;
text-decoration: underline;
border: medium none;
border-radius: 10px 10px 10px 10px;
color: #6C6865;
font-size: 14px;
padding: 1px 16px 2px 29px;
cursor: pointer;
display: inline-block;
}
 
.colonne {
float: left;
}
 
.ligne {
clear: left;
}
 
.ombre-forte {
box-shadow: 2px 2px 2px #666;
-moz-box-shadow: 2px 2px 2px #666;
-webkit-box-shadow: 2px 2px 2px #666;
}
 
.ombre-faible {
box-shadow: 2px 2px 2px #DDD;
-moz-box-shadow: 2px 2px 2px #DDD;
-webkit-box-shadow: 2px 2px 2px #DDD;
}
 
.limiteMin {
min-width:900px;
}
 
.limiteMax {
max-width:900px;
}
 
.arrondi {
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
 
.arrondi-faible {
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
 
.aDroite {
text-align:right;
}