132 lines
2.1 KiB
CSS
132 lines
2.1 KiB
CSS
#commentaires h1 {
|
|
clear:both;
|
|
margin:20px 0 5px 0;
|
|
padding:0;
|
|
background:none;
|
|
color:#000000;
|
|
font:bold 1.2em Arial, Verdana, Sans-serif;
|
|
border:0;
|
|
}
|
|
|
|
#commentaires h2 {
|
|
clear:both;
|
|
margin:20px 0 5px 0;
|
|
padding:0;
|
|
background:none;
|
|
color:#000000;
|
|
font:italic 1.1em Arial, Verdana, Sans-serif;
|
|
border:0;
|
|
}
|
|
|
|
#commentaires h3 {
|
|
clear:both;
|
|
margin:10px 0;
|
|
padding:0;
|
|
background:none;
|
|
color:#000000;
|
|
font:normal 1em Arial, Verdana, Sans-serif;
|
|
border:0;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
#commentaires h4 {
|
|
clear:both;
|
|
margin:10px 0;
|
|
padding:0;
|
|
background:none;
|
|
color:#000000;
|
|
font:normal 0.8em Arial, Verdana, Sans-serif;
|
|
border:0;
|
|
text-decoration:underline;
|
|
}
|
|
|
|
#commentaires table td, #commentaires table th {
|
|
border:1px solid #000000;
|
|
padding:5px;
|
|
}
|
|
|
|
#commentaires table {
|
|
border-collapse:collapse;
|
|
margin:5px 0;
|
|
width:100%;
|
|
}
|
|
|
|
#commentaires table td {
|
|
color:#000000;
|
|
}
|
|
|
|
#commentaires table.TABLEAUDEFAUTPLUS {
|
|
width:48%;
|
|
float:left;
|
|
margin:2px;
|
|
}
|
|
|
|
#commentaires table.TABLEAUDEFAUTMOINS {
|
|
width:48%;
|
|
float:left;
|
|
margin:2px;
|
|
}
|
|
|
|
#commentaires table.TABLEAUDEFAUTNORME {
|
|
clear:both;
|
|
width:100%;
|
|
}
|
|
|
|
#commentaires table.TABLEAUDEFINANCIER {
|
|
clear:both;
|
|
width:100%;
|
|
}
|
|
|
|
#commentaires table.TABLEAUDEFINANCIER NORMAL {
|
|
|
|
}
|
|
|
|
|
|
#commentaires table tr.TITRES {
|
|
background:#000000;
|
|
color:#ffffff;
|
|
}
|
|
|
|
#commentaires table tr.VERT {
|
|
background:#00ff99;
|
|
color:#000000;
|
|
}
|
|
|
|
#commentaires table tr.ROUGE {
|
|
background:#ff3030;
|
|
color:#000000;
|
|
}
|
|
|
|
#commentaires table tr.JAUNE {
|
|
background:#ffff66;
|
|
color:#000000;
|
|
}
|
|
|
|
#commentaires span{
|
|
padding-left:15px;
|
|
}
|
|
|
|
#commentaires span.plus{
|
|
background: white url('./themes/default/images/comment/li-plus.gif') no-repeat left center;
|
|
}
|
|
|
|
#commentaires span.moins{
|
|
background: white url('./themes/default/images/comment/li-moins.gif') no-repeat left center;
|
|
}
|
|
|
|
#commentaires span.point{
|
|
background: white url('./themes/default/images/comment/li-point.gif') no-repeat left center;
|
|
}
|
|
|
|
#commentaires div.texth1 {
|
|
margin-left:2px;
|
|
}
|
|
#commentaires div.texth2 {
|
|
margin-left:10px;
|
|
}
|
|
#commentaires div.texth3 {
|
|
margin-left:10px;
|
|
}
|
|
#commentaires div.texth4 {
|
|
margin-left:10px;
|
|
} |