primera version final del presupuesto

This commit is contained in:
2025-10-17 09:21:31 +02:00
parent ea8a005cde
commit 46715d1017
11 changed files with 323 additions and 73 deletions

View File

@ -207,6 +207,7 @@ body.has-watermark {
margin-left: 15mm; /* ← margen izquierdo real del A4 */
margin-right: auto; /* opcional */
color: #5c5c5c;
font-size: 9pt;
}
.align-with-text {
@ -231,6 +232,26 @@ body.has-watermark {
padding-right: 0;
}
/* Listas sin margen superior por defecto */
ul, ol {
margin-top: 0;
margin-bottom: 0rem; /* si quieres algo abajo */
padding-left: 1.25rem; /* sangría */
}
/* Párrafos con menos margen inferior */
p {
margin: 0 0 .5rem;
}
/* Si una lista va justo después de un texto o título, que no tenga hueco arriba */
p + ul, p + ol,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
div + ul, div + ol {
margin-top: 0;
}
.block-title {
text-transform: uppercase;
font-weight: 700;
@ -289,20 +310,20 @@ body.has-watermark {
.prices thead th {
text-align: left;
padding: 6px;
padding: 3px;
border-bottom: 2px solid var(--accent);
background: #eef8fe;
font-weight: 700;
font-weight: 500;
}
.prices tbody td {
border-bottom: 1px solid var(--line);
padding: 6px;
padding: 3px;
}
.prices .col-tirada {
width: 22%;
font-weight: 700;
font-weight: 500;
}
/* Footer */