69 lines
964 B
CSS
69 lines
964 B
CSS
|
h3
|
||
|
{
|
||
|
margin-top:10px;
|
||
|
}
|
||
|
h3 u
|
||
|
{
|
||
|
font-size:13px;
|
||
|
color:#535353;
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
|
||
|
.stats
|
||
|
{
|
||
|
margin-left:10px;
|
||
|
margin-top:10px;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style:none;
|
||
|
}
|
||
|
|
||
|
.blocdegrade {
|
||
|
width: 300px;
|
||
|
}
|
||
|
.imgdegrade {
|
||
|
width: 310px;
|
||
|
}
|
||
|
.textdegrade {
|
||
|
color: #000000;
|
||
|
font-family: monospace;
|
||
|
font-size: 11px;
|
||
|
font-weight: bold;
|
||
|
line-height: 18px;
|
||
|
margin-left: 10px;
|
||
|
overflow: hidden;
|
||
|
position: absolute;
|
||
|
}
|
||
|
div.blocdegrade div {
|
||
|
margin: 0;
|
||
|
}
|
||
|
div.blocdegrade .echelle {
|
||
|
width: 100%;
|
||
|
}
|
||
|
div.blocdegrade .echelleleft {
|
||
|
float: left;
|
||
|
}
|
||
|
div.blocdegrade .echelleright {
|
||
|
float: right;
|
||
|
}
|
||
|
.textdegrademin {
|
||
|
color: #000000;
|
||
|
font-family: monospace;
|
||
|
font-size: 11px;
|
||
|
font-weight: bold;
|
||
|
line-height: 20px;
|
||
|
margin-left: 10px;
|
||
|
overflow: hidden;
|
||
|
position: absolute;
|
||
|
}
|
||
|
.regle {
|
||
|
clear: both;
|
||
|
}
|
||
|
.clearfix:after {
|
||
|
clear: both;
|
||
|
content: ".";
|
||
|
display: block;
|
||
|
height: 0;
|
||
|
visibility: hidden;
|
||
|
}
|