179 lines
3.0 KiB
CSS
179 lines
3.0 KiB
CSS
@CHARSET "ISO-8859-1";
|
|
|
|
/* Gestion du template FinancialSummary */
|
|
.FinancialSummaryGiant
|
|
{
|
|
/*margin-left:30px;*/
|
|
}
|
|
|
|
.FinancialSummaryGiant #titre
|
|
{
|
|
background-color: #B9C9FE;
|
|
font-weight: bold;
|
|
padding-left: 7px;
|
|
padding-top: 8px;
|
|
width: 32px;
|
|
}
|
|
|
|
.FinancialSummaryGiant td
|
|
{
|
|
background-color:#D0DAFD;
|
|
}
|
|
}
|
|
|
|
/* Fin de gestion template FinancialSummary */
|
|
|
|
/* Barre de progression JQuery */
|
|
|
|
/* progress bar container */
|
|
#progressbar
|
|
{
|
|
border:1px solid black;
|
|
width:200px;
|
|
height:20px;
|
|
position:relative;
|
|
color:black;
|
|
}
|
|
/* color bar */
|
|
#progressbar div.progress
|
|
{
|
|
position:absolute;
|
|
width:0;
|
|
height:100%;
|
|
overflow:hidden;
|
|
background-color:#369;
|
|
}
|
|
/* text on bar */
|
|
#progressbar div.progress .text
|
|
{
|
|
position:absolute;
|
|
text-align:center;
|
|
color:white;
|
|
}
|
|
/* text off bar */
|
|
#progressbar div.text
|
|
{
|
|
position:absolute;
|
|
width:100%;
|
|
height:100%;
|
|
text-align:center;
|
|
}
|
|
/* Fin Barre de progression JQuery */
|
|
|
|
/* 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;
|
|
}
|
|
|
|
/* Fin Gestion du template PaymentBehaviourGiant */
|
|
|
|
/* Gestion du template Associated */
|
|
.associatedGiant
|
|
{
|
|
|
|
}
|
|
|
|
.associatedGiant #societeName
|
|
{
|
|
color:#9C093A;
|
|
}
|
|
/* Fin Gestion du template Associated */
|
|
|
|
/* 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*/
|
|
|
|
/* Gestion du template Position*/
|
|
|
|
.PositionGiant
|
|
{
|
|
margin-left:30px;
|
|
}
|
|
|
|
.PositionGiant tr
|
|
{
|
|
width:100%;
|
|
}
|
|
|
|
.PositionGiant #name
|
|
{
|
|
color:#9C093A;
|
|
}
|
|
/* Fin Gestion du template Position*/
|
|
|
|
/* 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 */ |