| Current Path : /home/ataenra/www/ATA/INTRANET/Outils/dompdf/vendor/dompdf/dompdf/lib/res/ |
| Current File : /home/ataenra/www/ATA/INTRANET/Outils/dompdf/vendor/dompdf/dompdf/lib/res/style.css |
@charset "utf-8";
body {
background: rgb(255,255,255);
}
page {
background: white;
display: block;
margin: 0 auto;
margin-bottom: 0.5cm;
box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {
width: 21cm;
height: 29.7cm;
}
page[size="A4"][layout="landscape"] {
width: 29.7cm;
height: 21cm;
}
page[size="A3"] {
width: 29.7cm;
height: 42cm;
}
page[size="A3"][layout="landscape"] {
width: 42cm;
height: 29.7cm;
}
page[size="A5"] {
width: 14.8cm;
height: 21cm;
}
page[size="A5"][layout="landscape"] {
width: 21cm;
height: 14.8cm;
}
@media print {
body, page {
margin: 10px, 10px, 10px, 10px;
box-shadow: 0;
}
}
.container-fluid .container {
border-radius: 15px;
border-style: solid;
border-color: hsla(0,0%,54%,1.00);
margin: 15;
padding: 15;
text-align: left;
font-size: small;
}
.container-fluid {
font-size: small;
max-width: 21cm;
margin: 30;
max-height: 29.7cm;
}
.container .row .col-xl-12 {
border-style: solid;
border-color: hsla(0,0%,82%,1.00);
border-radius: 15px;
text-align: left;
margin: 15;
font-size: small;
}
.container .row .col-xl-6 {
margin: 15;
}
.container-fluid .row1 {
text-decoration: underline;
text-align: center;
border-style: solid;
border-radius: 20;
border-color: hsla(0,0%,54%,1.00);
}
body p {
}