This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/revealjs/machtergreifung/theme.css

66 lines
959 B
CSS
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

@import "../_assets/reveal.js/dist/theme/black.css";
@import "../_assets/fonts/Rajdhani/index.css";
@import "../_assets/styles/quote.css";
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal {
font-family: "Rajdhani", sans-serif;
}
.reveal td {
vertical-align: top;
}
.election-results {
height: 500px;
margin: 0 auto !important;
padding: 10px 50px 30px 50px !important;
background: #e8d499;
color: #3e3e3e;
}
.election-results .bars,
.election-results .legend {
display: flex;
}
.election-results .year {
height: 10%;
}
.election-results .bars {
height: 85%;
}
.election-results .legend {
height: 5%;
}
.bar {
flex: 1;
align-self: flex-end;
transition: all .2s ease;
}
.legend-item {
flex: 1;
font-size: 0.7em !important;
}
.legend-item .result::after {
content: '%';
}
.legend-item .party::after {
content: ': ';
}
div.slides section:last-child section {
font-size: 0.75em;
}