simplification style
This commit is contained in:
parent
51a050f661
commit
951686c9f1
70
www/main.css
70
www/main.css
@ -1,55 +1,16 @@
|
||||
body {
|
||||
background-color: #BEBEBE;
|
||||
font-family: Arial
|
||||
}
|
||||
|
||||
img {
|
||||
border : none;
|
||||
}
|
||||
body {background-color:#BEBEBE; font-family:Arial}
|
||||
img {border:none;}
|
||||
a:link {color: #9c093a; text-decoration:none;}
|
||||
a:visited {color:#9c093a; text-decoration:none;}
|
||||
a:hover {color:blue; text-decoration:none;}
|
||||
|
||||
.StyleRechercheTitre {
|
||||
font-size: medium;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.StyleRechercheLib {
|
||||
color: #000000;
|
||||
font-size: x-small;
|
||||
font-weight: bold;
|
||||
}
|
||||
.StyleInfoLib {
|
||||
align: left;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.StyleInfoData {
|
||||
align: left;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
}
|
||||
.StyleRechercheTitre {font-size:medium; color:#FFFFFF;}
|
||||
.StyleRechercheLib {color:#000000; font-size:x-small; font-weight:bold;}
|
||||
.StyleInfoLib {align:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
|
||||
.StyleInfoData { align:left; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
|
||||
|
||||
/* suppression des puces sur les listes */
|
||||
div.stats ul {width:400px; list-style:none;}
|
||||
div.stats .percent {
|
||||
display: block;
|
||||
height: 1.5em;
|
||||
line-height: 1.5em;
|
||||
margin: 5px 10px;
|
||||
padding: 0 5px;
|
||||
text-align: right;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-family: monospace;
|
||||
-moz-border-radius: 5px;
|
||||
border-bottom: 1px solid #aaa;
|
||||
border-right: 1px solid #aaa;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
div.stats .percent {display:block; height:1.5em; line-height:1.5em; margin:5px 10px; padding:0 5px; text-align:right; color:#fff; font-weight:bold; font-family:monospace; -moz-border-radius:5px; border-bottom:1px solid #aaa; border-right:1px solid #aaa; cursor:default;}
|
||||
.v100 {width:100%;}
|
||||
.v90 {width:90%;}
|
||||
.v80 {width:80%;}
|
||||
@ -73,7 +34,7 @@ div.stats ul { width: 400px; list-style: none; }
|
||||
.multicolor .v20 {background:#12ff00;}
|
||||
.multicolor .v10 {background:#00ff60; }
|
||||
|
||||
/* Dégradé vert */
|
||||
/* Dégradé vert */
|
||||
.green_gradiant .v100 {background:#1d290a;}
|
||||
.green_gradiant .v90 {background:#2b3c0f;}
|
||||
.green_gradiant .v80 {background:#405a17;}
|
||||
@ -85,7 +46,7 @@ div.stats ul { width: 400px; list-style: none; }
|
||||
.green_gradiant .v20 {background:#99dd38;}
|
||||
.green_gradiant .v10 {background:#aff73e;}
|
||||
|
||||
/* Dégradé rouge */
|
||||
/* Dégradé rouge */
|
||||
.red_gradiant .v100 {background:#290c0c;}
|
||||
.red_gradiant .v90 {background:#481515;}
|
||||
.red_gradiant .v80 {background:#661e1e;}
|
||||
@ -100,7 +61,7 @@ div.stats ul { width: 400px; list-style: none; }
|
||||
/* Unicolore vert */
|
||||
.green_uni .percent {background:#83df00;}
|
||||
|
||||
/* Dégradé gris */
|
||||
/* Dégradé gris */
|
||||
.grey_gradiant .v100 {background:#000000;}
|
||||
.grey_gradiant .v90 {background:#252525;}
|
||||
.grey_gradiant .v80 {background:#373737;}
|
||||
@ -112,13 +73,6 @@ div.stats ul { width: 400px; list-style: none; }
|
||||
.grey_gradiant .v20 {background:#bcbcbc;}
|
||||
.grey_gradiant .v10 {background:#c8c8c8;}
|
||||
|
||||
/* Image dégradée */
|
||||
/* Image dégradée */
|
||||
.gradiant_pic li {width:300px; padding:0;}
|
||||
.gradiant_pic li .percent {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
padding: 0;
|
||||
color: #000;
|
||||
background: #fff url(/img/gradiant2.png) repeat-y 0 0;
|
||||
-moz-border-radius: 0;
|
||||
}
|
||||
.gradiant_pic li .percent { height:20px; line-height:20px; padding:0; color:#000; background:#fff url(/img/gradiant2.png) repeat-y 0 0; -moz-border-radius:0;}
|
Loading…
x
Reference in New Issue
Block a user