fusion branche evolution : version compatible paheko 1.3
FossilOrigin-Name: 0c32e638c1e3aa705a7b1b4b48ffda7c7decf74bcd4af9f2257edd9e480f08de
This commit is contained in:
commit
4fd56bf12d
30 changed files with 1079 additions and 994 deletions
103
admin/previs_recu.css
Normal file
103
admin/previs_recu.css
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
/*
|
||||
* prévisualisation reçu au format HTML
|
||||
*/
|
||||
|
||||
div.previs_recu
|
||||
{
|
||||
width : 18.5cm;
|
||||
}
|
||||
|
||||
#logo
|
||||
{
|
||||
max-height : 4cm;
|
||||
}
|
||||
|
||||
#titre
|
||||
{
|
||||
margin : 0 2cm 0 2cm;
|
||||
text-align : center;
|
||||
font-size : 14pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#articles
|
||||
{
|
||||
margin-bottom: 0.5cm;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
#numRecu
|
||||
{
|
||||
text-align : right;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#versements
|
||||
{
|
||||
border-top: 1px solid rgb(0, 0, 128);
|
||||
border-bottom: 1px solid rgb(0, 0, 128);
|
||||
padding-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.cartouche
|
||||
{
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
.rubrique
|
||||
{
|
||||
background-color : rgb(200, 200, 250);
|
||||
padding : 0 0 0 1mm;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.titre, .important
|
||||
{
|
||||
font-weight:bold;
|
||||
}
|
||||
.libelle
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#ville
|
||||
{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#signature
|
||||
{
|
||||
display: block;
|
||||
max-width : 7cm;
|
||||
max-height : 4cm;
|
||||
margin: 0 auto;
|
||||
padding-bottom : 2mm;
|
||||
}
|
||||
|
||||
#versements > ul
|
||||
{
|
||||
list-style: inside;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
#date_versements
|
||||
{
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
p.complements
|
||||
{
|
||||
margin-top : 1em;
|
||||
}
|
||||
|
||||
span.titre, span.libelle
|
||||
{
|
||||
display : inline;
|
||||
}
|
||||
|
||||
/* Ne pas imprimer le bandeau des boutons du profiler */
|
||||
#__profiler
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue