Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianboesiger committed Jan 6, 2024
1 parent 975715b commit 329168f
Show file tree
Hide file tree
Showing 10 changed files with 452 additions and 354 deletions.
Binary file added images/kandidaten-grosser-rat-sursee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/umstrittenes-gruendstueck.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
787 changes: 435 additions & 352 deletions index.html

Large diffs are not rendered by default.

Binary file added more/1983-schulpflegewahlen.pdf
Binary file not shown.
Binary file added more/1993-schulpflegewahlen.pdf
Binary file not shown.
Binary file added more/2004-schulpflegepraesidentin.pdf
Binary file not shown.
Binary file added more/2004-stadtrat.pdf
Binary file not shown.
Binary file added more/umzonungsinitiative.pdf
Binary file not shown.
12 changes: 11 additions & 1 deletion print.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@
--text-size: 20px;
--caption-size: 16px;
--title-size: 32px;
--outer-margins: 72px;
--timeline-thickness: 18px;
--bullet-size: 80px;
--bullet-text-size: 24px;

}


.button {
display: none;
}


#timeline .event .content > * {
transition: opacity 0 !important;
opacity: 1 !important;
}

#timeline .event .image {
transition: filter 0 !important;
filter: grayscale(0%) contrast(30%) brightness(150%) !important;
filter: grayscale(0%) contrast(30%) brightness(150%) blur(4px) !important;
}

* {
Expand All @@ -42,3 +48,7 @@ figure {
#qr-code {
display: inline-block !important;
}

.no-print {
display: none !important;
}
7 changes: 6 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
--caption-size: 14px;
--title-size: 24px;
--transition-time: 1s;
--outer-margins: 16px;
--bullet-text-size: 16px;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
Expand All @@ -31,7 +33,7 @@ body {
display: flex;
flex-direction: column;
align-items: stretch;
margin-left: 16px;
margin-left: var(--outer-margins);
}

#timeline .bullet {
Expand All @@ -54,6 +56,7 @@ body {
color: white;
transform: scale(0.9);
font-weight: bold;
font-size: var(--bullet-text-size);
}

#timeline .line, #timeline .line-start, #timeline .line-end {
Expand Down Expand Up @@ -108,6 +111,8 @@ body {
flex-direction: column;
justify-content: center;
margin: 16px;
margin-left: var(--outer-margins);
margin-right: var(--outer-margins);
}

#timeline .date {
Expand Down

0 comments on commit 329168f

Please sign in to comment.