2022-07-29 14:40:43 +02:00
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
2022-08-08 21:45:16 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
margin-left: 40px;
|
2022-07-29 14:40:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
2022-08-08 21:45:16 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-color: #2e3436;
|
|
|
|
border-style: solid;
|
|
|
|
font-size: small;
|
2022-07-29 14:40:43 +02:00
|
|
|
}
|
2022-08-08 21:45:16 +02:00
|
|
|
|
2022-07-29 14:40:43 +02:00
|
|
|
th {
|
2022-08-08 21:45:16 +02:00
|
|
|
border-width: 1px;
|
|
|
|
border-color: #2e3436;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 3px;
|
2022-07-29 14:40:43 +02:00
|
|
|
}
|
|
|
|
|
2022-08-08 21:45:16 +02:00
|
|
|
.check {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.colonnemontant {
|
|
|
|
min-width: 125px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count {
|
|
|
|
width: 75px;
|
|
|
|
}
|
2022-07-29 14:40:43 +02:00
|
|
|
|
|
|
|
.number {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2022-08-08 21:45:16 +02:00
|
|
|
.small {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
2022-07-29 14:40:43 +02:00
|
|
|
/***************************
|
|
|
|
* Styles ODS
|
|
|
|
* *************************/
|
|
|
|
|
2022-08-08 21:45:16 +02:00
|
|
|
cell.Absent + cell.AR {
|
|
|
|
background-color: #ff0000;
|
|
|
|
}
|
|
|
|
|
|
|
|
cell.AR ~ .check {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
cell.Dollar {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
cell.NonSolde {
|
|
|
|
background-color: #ffcc00;
|
|
|
|
}
|
|
|
|
|
|
|
|
column.AR {
|
|
|
|
width: 1cm;
|
|
|
|
}
|
|
|
|
|
2022-07-29 14:40:43 +02:00
|
|
|
column.Date {
|
2022-08-08 21:45:16 +02:00
|
|
|
width: 4cm;
|
|
|
|
}
|
|
|
|
|
2022-08-08 22:34:00 +02:00
|
|
|
column.Montant ~ .colonnemontant {
|
2022-08-08 21:45:16 +02:00
|
|
|
width: 3cm;
|
2022-07-29 14:40:43 +02:00
|
|
|
}
|
2022-08-08 21:45:16 +02:00
|
|
|
|
2022-08-08 22:34:00 +02:00
|
|
|
column.NbreTranches ~ .count {
|
2022-08-08 21:45:16 +02:00
|
|
|
width: 1.5cm;
|
|
|
|
}
|
|
|
|
|