extranet/www/css/giant.css

119 lines
1.9 KiB
CSS
Raw Normal View History

2011-03-31 15:25:50 +00:00
@CHARSET "ISO-8859-1";
2011-04-06 13:13:14 +00:00
/* Gestion du template PaymentBehaviourGiant */
.PaymentBehaviourGiant
{
margin-left:30px;
}
.PaymentBehaviourGiant #titre
{
background: none repeat scroll 0 0 #00008C;
clear: both;
color: #FFFFFF;
font: bold 1.2em Arial,Verdana,Sans-serif;
margin: 5px;
padding: 5px;
}
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
/* Fin Gestion du template PaymentBehaviourGiant */
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
/* Gestion du template Associated */
.associatedGiant
{
}
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
.associatedGiant #societeName
{
color:#9C093A;
}
/* Fin Gestion du template Associated */
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
/* Gestion du template Bilan*/
.bilansGiant
{
border-collapse: collapse;
margin: 10px 0 0;
width:100%;
}
.bilansGiant tr
{
font-size: 11px;
font-weight: bold;
}
.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;
}
/* Fin Gestion du template Position*/
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
/* Gestion du template Position*/
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
.PositionGiant
{
margin-left:30px;
}
.PositionGiant tr
{
width:100%;
}
.PositionGiant #name
{
color:#9C093A;
}
/* Fin Gestion du template Position*/
2011-04-05 14:10:35 +00:00
2011-04-06 13:13:14 +00:00
/* Gestion global */
#categorieIdentite
{
padding-left:9px;
}
#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;
}
/* Fin Gestion global */