Ajustement feuille de style reçus pour impression
FossilOrigin-Name: 458e766460451c3e96aa43e61551c73fc81bd59a2306490ea3200f467d99b305
This commit is contained in:
parent
9714062c65
commit
24f489db3f
|
@ -17,53 +17,52 @@
|
||||||
}
|
}
|
||||||
#entete
|
#entete
|
||||||
{
|
{
|
||||||
position : relative;
|
|
||||||
}
|
}
|
||||||
#logo
|
#logo
|
||||||
{
|
{
|
||||||
position : fixed;
|
|
||||||
max-width : 4cm;
|
|
||||||
max-height : 4cm;
|
max-height : 4cm;
|
||||||
}
|
}
|
||||||
#titre
|
#titre
|
||||||
{
|
{
|
||||||
position : fixed;
|
margin : 0 2.5cm 0 2.5cm;
|
||||||
margin : 0 4.5cm 0 4.5cm;
|
|
||||||
top : 1cm;
|
|
||||||
text-align : center;
|
text-align : center;
|
||||||
font-size : 14pt;
|
font-size : 14pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#articles
|
#articles
|
||||||
{
|
{
|
||||||
position : fixed;
|
margin : 0 2.5cm 0.5cm 2.5cm;
|
||||||
margin : 0 4.5cm 0 4.5cm; /* idem titre */
|
|
||||||
top : 6em;
|
|
||||||
text-align : center;
|
text-align : center;
|
||||||
}
|
}
|
||||||
#numRecu
|
#numRecu
|
||||||
{
|
{
|
||||||
position : relative;
|
|
||||||
text-align : right;
|
text-align : right;
|
||||||
top : 8em;
|
margin-right: 1em;
|
||||||
right: 1em;
|
|
||||||
}
|
}
|
||||||
|
#beneficiaire, #donateur
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#beneficiaire, #donateur, #versements, #final
|
#beneficiaire, #donateur, #versements, #final
|
||||||
{
|
{
|
||||||
position : relative;
|
|
||||||
top : 9em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#beneficiaire > h3
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#donateur > h3
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
#versements
|
#versements
|
||||||
{
|
{
|
||||||
position : relative;
|
|
||||||
top : 9em;
|
|
||||||
border-top: 1px solid rgb(0, 0, 128);
|
border-top: 1px solid rgb(0, 0, 128);
|
||||||
border-bottom: 1px solid rgb(0, 0, 128);
|
border-bottom: 1px solid rgb(0, 0, 128);
|
||||||
}
|
}
|
||||||
.rubrique
|
.rubrique
|
||||||
{
|
{
|
||||||
background-color : rgb(200, 200, 250);
|
background-color : rgb(200, 200, 250);
|
||||||
padding : 2mm;
|
padding : 0 0 0 1mm;
|
||||||
}
|
}
|
||||||
.titre, .important
|
.titre, .important
|
||||||
{
|
{
|
||||||
|
@ -73,6 +72,10 @@
|
||||||
{
|
{
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
#ville
|
||||||
|
{
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
#signature
|
#signature
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -81,6 +84,18 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-bottom : 2mm;
|
padding-bottom : 2mm;
|
||||||
}
|
}
|
||||||
|
#final
|
||||||
|
{
|
||||||
|
page-break-after: auto;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
@media print
|
||||||
|
{
|
||||||
|
div#imprimer {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
*/
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -97,8 +112,9 @@
|
||||||
<div class="cartouche" id="beneficiaire">
|
<div class="cartouche" id="beneficiaire">
|
||||||
<h3 class="rubrique">Bénéficiaire des versements</h3>
|
<h3 class="rubrique">Bénéficiaire des versements</h3>
|
||||||
<p class="important">Association « {{$config.nom_asso}} »<br />
|
<p class="important">Association « {{$config.nom_asso}} »<br />
|
||||||
{{$config.adresse_asso}}<br />
|
{{$config.adresse_asso}}<br />
|
||||||
<span class="titre">Objet : </span><span class="libelle">{{$objet_asso}}</span></p>
|
<span class="titre">Objet : </span><span class="libelle">{{$objet_asso}}</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cartouche" id="donateur">
|
<div class="cartouche" id="donateur">
|
||||||
|
@ -134,7 +150,6 @@
|
||||||
du {{$dateMin}} au {{$dateMax}}
|
du {{$dateMin}} au {{$dateMax}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</li>
|
</li>
|
||||||
<br />
|
|
||||||
{{/versements}}
|
{{/versements}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -146,7 +161,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cartouche" id="final">
|
<div class="cartouche" id="final">
|
||||||
<p>{{$ville_asso}} le {{$date}}<br />
|
<p id="ville">{{$ville_asso}} le {{$date}}
|
||||||
<img id="signature" src="{{$signature}}" />
|
<img id="signature" src="{{$signature}}" />
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue