This commit is contained in:
Michael RICOIS 2010-05-04 08:26:31 +00:00
parent 61467671e9
commit 278a24844a

View File

@ -84,7 +84,10 @@ a:hover {color: blue; text-decoration:none;}
}
/* suppression des puces sur les listes */
div.stats ul { width: 400px; list-style: none; }
div.stats ul {
width: 400px;
list-style: none;
}
div.stats .percent {
display: block;
@ -102,70 +105,12 @@ div.stats .percent {
cursor: default;
}
.v100 { width: 100%; }
.v90 { width: 90%; }
.v80 { width: 80%; }
.v70 { width: 70%; }
.v60 { width: 60%; }
.v50 { width: 50%; }
.v40 { width: 40%; }
.v30 { width: 30%; }
.v20 { width: 20%; }
.v10 { width: 10%; }
/* Multicolore */
.multicolor .v100 { background: #970000; }
.multicolor .v90 { background: #ff0000; }
.multicolor .v80 { background: #ff6600; }
.multicolor .v70 { background: #ff9c00; }
.multicolor .v60 { background: #ffd800; }
.multicolor .v50 { background: #eaff00; }
.multicolor .v40 { background: #baff00; }
.multicolor .v30 { background: #78ff00; }
.multicolor .v20 { background: #12ff00;}
.multicolor .v10 { background: #00ff60; }
/* Dégradé vert */
.green_gradiant .v100 { background: #1d290a; }
.green_gradiant .v90 { background: #2b3c0f; }
.green_gradiant .v80 { background: #405a17; }
.green_gradiant .v70 { background: #52741d; }
.green_gradiant .v60 { background: #628a23; }
.green_gradiant .v50 { background: #72a128; }
.green_gradiant .v40 { background: #7eb22d; }
.green_gradiant .v30 { background: #8fc932; }
.green_gradiant .v20 { background: #99dd38; }
.green_gradiant .v10 { background: #aff73e; }
/* Dégradé rouge */
.red_gradiant .v100 { background: #290c0c; }
.red_gradiant .v90 { background: #481515; }
.red_gradiant .v80 { background: #661e1e; }
.red_gradiant .v70 { background: #862727; }
.red_gradiant .v60 { background: #a02f2f; }
.red_gradiant .v50 { background: #bd3838; }
.red_gradiant .v40 { background: #d84040; }
.red_gradiant .v30 { background: #eb4545; }
.red_gradiant .v20 { background: #ff4b4b; }
.red_gradiant .v10 { background: #ff6565; }
/* Unicolore vert */
.green_uni .percent { background: #83df00; }
/* Dégradé gris */
.grey_gradiant .v100 { background: #000000; }
.grey_gradiant .v90 { background: #252525; }
.grey_gradiant .v80 { background: #373737; }
.grey_gradiant .v70 { background: #505050; }
.grey_gradiant .v60 { background: #656565; }
.grey_gradiant .v50 { background: #7e7e7e; }
.grey_gradiant .v40 { background: #8f8f8f; }
.grey_gradiant .v30 { background: #a5a5a5; }
.grey_gradiant .v20 { background: #bcbcbc; }
.grey_gradiant .v10 { background: #c8c8c8; }
/* Image dégradée */
.gradiant_pic li { width: 300px; padding: 0; }
.gradiant_pic li {
width: 300px;
padding: 0;
}
.gradiant_pic li .percent {
height: 20px;
line-height: 20px;
@ -176,7 +121,7 @@ div.stats .percent {
}
/* progress bar container */
#progressbar{
#progressbar {
border:1px solid black;
width:200px;
height:20px;
@ -184,7 +129,7 @@ div.stats .percent {
color:black;
}
/* color bar */
#progressbar div.progress{
#progressbar div.progress {
position:absolute;
width:0;
height:100%;
@ -192,31 +137,26 @@ div.stats .percent {
background-color:#369;
}
/* text on bar */
#progressbar div.progress .text{
#progressbar div.progress .text {
position:absolute;
text-align:center;
color:white;
}
/* text off bar */
#progressbar div.text{
#progressbar div.text {
position:absolute;
width:100%;
height:100%;
text-align:center;
}
.attenteCachee
{
visibility: hidden;
.attenteCachee {
visibility: hidden;
}
.attenteVisible
{
visibility: visible;
/*font-size : 200%;
background: url(/img/ajax/1-1.gif) no-repeat 10px center;
width: 300px;
height: 40px;*/
visibility: visible;
}
/*Infogreffe*/
@ -463,13 +403,44 @@ table.greffe td.type {
width:400px;
}
div.submit{ margin-left:200px; padding-left:0px; margin-top:1em; }
div.submit p.submit-button{margin-top:0;}
div.submit p.details{font-size:85%;color:#666;margin:0;}
div.submit p.required-note{margin-top:1em;}
div.submit p.required-note span{color:#4B911C;_color:#666;font-size:170%;vertical-align:top;}
.noborder {border:none;}
.infoTitle {clear:both; float:left; width:180px; margin-left:30px; padding:0 10px 5px 0;}
.infoData { float:left; width:320px; margin:2px 0;}
.last {margin-bottom:10px;}
div.submit{
margin-left:200px;
padding-left:0px;
margin-top:1em;
}
div.submit p.submit-button {
margin-top:0;
}
div.submit p.details{
font-size:85%;
color:#666;
margin:0;
}
div.submit p.required-note {
margin-top:1em;
}
div.submit p.required-note span {
color:#4B911C;
_color:#666;
font-size:170%;
vertical-align:top;
}
.noborder {
border:none;
}
.infoTitle {
clear:both;
float:left;
width:180px;
margin-left:30px;
padding:0 10px 5px 0;
}
.infoData {
float:left;
width:320px;
margin:2px 0;
}
.last {
margin-bottom:10px;
}