Simon Bruder
1e7f5f20b9
All checks were successful
continuous-integration/drone/push Build is passing
54 lines
741 B
CSS
54 lines
741 B
CSS
@import "../_assets/reveal.js/dist/theme/black.css";
|
|
@import "../_assets/fonts/Fira Sans/index.css";
|
|
@import "../_assets/styles/quote.css";
|
|
|
|
.reveal h1,
|
|
.reveal h2,
|
|
.reveal h3,
|
|
.reveal h4,
|
|
.reveal h5,
|
|
.reveal h6,
|
|
.reveal {
|
|
font-family: "Fira Sans", sans-serif;
|
|
}
|
|
|
|
.reveal section img {
|
|
margin: 0;
|
|
background: none;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* split screen */
|
|
|
|
.table {
|
|
display: table;
|
|
}
|
|
|
|
.table-row {
|
|
display: table-row;
|
|
}
|
|
|
|
.table-split {
|
|
display: table-cell;
|
|
width: 50%;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.reveal table th,
|
|
.reveal table td {
|
|
border-bottom: none;
|
|
}
|
|
|
|
/* image overlay */
|
|
|
|
.overlay-container {
|
|
position: relative;
|
|
}
|
|
|
|
.overlay-container div {
|
|
position: absolute;
|
|
left: 0;
|
|
right:0;
|
|
}
|