grafica
This commit is contained in:
parent
d2ef77b29e
commit
e4f8880761
5 changed files with 13 additions and 65 deletions
BIN
static/flyers/simple/sfondo.avif
Normal file
BIN
static/flyers/simple/sfondo.avif
Normal file
Binary file not shown.
|
@ -53,6 +53,7 @@ h3 {
|
|||
grid-gap: 0.5em;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
height: 100%;
|
||||
}
|
||||
.event {
|
||||
background-color: #1e1e1e;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
body {
|
||||
/* background: #fff; */
|
||||
/* background-image: url(pippo.avif); */
|
||||
background: ghostwhite;
|
||||
background: #fff;
|
||||
/* background-image: url(sfondo.avif); */
|
||||
}
|
||||
.intestazione {
|
||||
color: #000;
|
||||
|
@ -9,6 +8,10 @@ body {
|
|||
.event {
|
||||
background-color: #fff;
|
||||
}
|
||||
.event img {
|
||||
/* filter: grayscale(100%); */
|
||||
/* filter: grayscale(1) contrast(100) brightness(1); */
|
||||
}
|
||||
h3,
|
||||
.place_name {
|
||||
color: #000;
|
||||
|
@ -17,6 +20,12 @@ h3,
|
|||
font-weight: bold;
|
||||
color: grey;
|
||||
}
|
||||
.event_info svg {
|
||||
fill: gray;
|
||||
}
|
||||
.location svg {
|
||||
fill: black;
|
||||
}
|
||||
footer {
|
||||
color: #0d1117;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
.subtitle {
|
||||
color: #0d1117;
|
||||
}
|
||||
footer {
|
||||
color: #0d1117;
|
||||
}
|
||||
.contacts svg {
|
||||
fill:#0d1117;
|
||||
}
|
||||
body {
|
||||
background-color: blue;
|
||||
}
|
Loading…
Reference in a new issue