This commit is contained in:
romo 2023-11-16 10:31:11 +01:00
parent d2ef77b29e
commit e4f8880761
5 changed files with 13 additions and 65 deletions

Binary file not shown.

View file

@ -53,6 +53,7 @@ h3 {
grid-gap: 0.5em; grid-gap: 0.5em;
padding-left: 24px; padding-left: 24px;
padding-right: 24px; padding-right: 24px;
height: 100%;
} }
.event { .event {
background-color: #1e1e1e; background-color: #1e1e1e;

View file

@ -1,7 +1,6 @@
body { body {
/* background: #fff; */ background: #fff;
/* background-image: url(pippo.avif); */ /* background-image: url(sfondo.avif); */
background: ghostwhite;
} }
.intestazione { .intestazione {
color: #000; color: #000;
@ -9,6 +8,10 @@ body {
.event { .event {
background-color: #fff; background-color: #fff;
} }
.event img {
/* filter: grayscale(100%); */
/* filter: grayscale(1) contrast(100) brightness(1); */
}
h3, h3,
.place_name { .place_name {
color: #000; color: #000;
@ -17,6 +20,12 @@ h3,
font-weight: bold; font-weight: bold;
color: grey; color: grey;
} }
.event_info svg {
fill: gray;
}
.location svg {
fill: black;
}
footer { footer {
color: #0d1117; color: #0d1117;
} }

View file

@ -1,50 +0,0 @@
@page {
margin: 0;
}
body {
margin: 0;
position: relative;
box-sizing: border-box;
page-break-after: always;
}
body.A3 {
width: 297mm;
height: 420mm;
}
body.A3.landscape .sheet {
width: 420mm;
height: 297mm;
}
body.A4 .sheet {
width: 210mm;
height: 297mm;
}
body.A4.landscape .sheet {
width: 297mm;
height: 210mm;
}
body.A5 .sheet {
width: 148mm;
height: 210mm;
}
body.A5.landscape .sheet {
width: 210mm;
height: 148mm;
}
body.letter .sheet {
width: 216mm;
height: 280mm;
}
body.letter.landscape .sheet {
width: 280mm;
height: 216mm;
}
body.legal .sheet {
width: 216mm;
height: 357mm;
}
body.legal.landscape .sheet {
width: 357mm;
height: 216mm;
}

View file

@ -1,12 +0,0 @@
.subtitle {
color: #0d1117;
}
footer {
color: #0d1117;
}
.contacts svg {
fill:#0d1117;
}
body {
background-color: blue;
}