diff --git a/static/flyers/simple/sfondo.avif b/static/flyers/simple/sfondo.avif new file mode 100644 index 0000000..181b0f9 Binary files /dev/null and b/static/flyers/simple/sfondo.avif differ diff --git a/static/flyers/simple/style.css b/static/flyers/simple/style.css index 62808b8..617a6c7 100644 --- a/static/flyers/simple/style.css +++ b/static/flyers/simple/style.css @@ -53,6 +53,7 @@ h3 { grid-gap: 0.5em; padding-left: 24px; padding-right: 24px; + height: 100%; } .event { background-color: #1e1e1e; diff --git a/static/flyers/simple/white.css b/static/flyers/simple/white.css index 65debd1..9042f7a 100644 --- a/static/flyers/simple/white.css +++ b/static/flyers/simple/white.css @@ -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; } diff --git a/static/flyers/simple_white/paper.css b/static/flyers/simple_white/paper.css deleted file mode 100644 index 6547679..0000000 --- a/static/flyers/simple_white/paper.css +++ /dev/null @@ -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; -} diff --git a/static/flyers/simple_white/style.css b/static/flyers/simple_white/style.css deleted file mode 100644 index 503981a..0000000 --- a/static/flyers/simple_white/style.css +++ /dev/null @@ -1,12 +0,0 @@ -.subtitle { - color: #0d1117; -} -footer { - color: #0d1117; -} -.contacts svg { - fill:#0d1117; -} -body { - background-color: blue; -}