extranet/www/css/giant.css

76 lines
1.0 KiB
CSS
Raw Normal View History

2011-03-31 15:25:50 +00:00
@CHARSET "ISO-8859-1";
/**
* Page tamplates du module giant.
*/
2011-04-05 14:10:35 +00:00
#categorieIdentite
{
padding-left:9px;
}
2011-03-31 15:25:50 +00:00
#divOpenData
{
border:1px solid silver;
background-color:#E0E1E6;
}
#TableContentInformation
{
margin-top:3px;
background-color:#F6F6F1;
border-spacing:2px;
border:1px solid silver;
}
#TableContentInformation td
{
border:1px solid silver;
2011-04-05 14:10:35 +00:00
}
.bilansGiant
{
border-collapse: collapse;
margin: 10px 0 0;
width:100%;
}
.bilansGiant tr
{
font-size: 11px;
font-weight: bold;
}
#description
{
}
.bilansGiant tr, .bilansGiant td
{
/*background: none repeat scroll 0 0 #B9C9FE;*/
border: 1px solid #000000;
color: #000000;
font-size: 11px;
text-align: left;
}
.bilansGiant #titre
{
background-color: #B9C9FE;
font-weight: bold;
padding-left: 7px;
padding-top: 8px;
text-align: center;
width: 32px;
}
.bilansGiant td
{
background-color: white;
font-weight:normal;
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
2011-03-31 15:25:50 +00:00
}