adding the poster version
parent
4e7557ae0e
commit
aec43e2d1e
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,68 @@
|
|||||||
|
:root{
|
||||||
|
font-size: 22px;
|
||||||
|
font-family: "custom";
|
||||||
|
}
|
||||||
|
@page{
|
||||||
|
size: A4 portrait;
|
||||||
|
margin: 2em;
|
||||||
|
background-image: url("sticker-background.svg");
|
||||||
|
}
|
||||||
|
/* -------------------------------------- single page */
|
||||||
|
.pagedjs_pages {
|
||||||
|
display: block;
|
||||||
|
width: var(--pagedjs-width);
|
||||||
|
}
|
||||||
|
.pagedjs_page{
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto !important;
|
||||||
|
clear: both !important;
|
||||||
|
float: left !important;
|
||||||
|
}
|
||||||
|
/* -------------------------------------- */
|
||||||
|
body{
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
top: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
div#wrapper{
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
height: 100%;
|
||||||
|
padding: 1em 2em;
|
||||||
|
}
|
||||||
|
div#call span.phrase:last-of-type span.comma{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
div#footer p.link{
|
||||||
|
margin: 1.5em 0 2em 0;
|
||||||
|
}
|
||||||
|
strong{
|
||||||
|
color: magenta;
|
||||||
|
}
|
||||||
|
hr{
|
||||||
|
border: unset;
|
||||||
|
border-bottom: double white;
|
||||||
|
}
|
||||||
|
a{
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face{
|
||||||
|
font-family: "custom";
|
||||||
|
src: url("https://vvvvvvaria.org/~mb/fonts/LibreBaskerville-Regular.ttf");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: "custom";
|
||||||
|
src: url("https://vvvvvvaria.org/~mb/fonts/LibreBaskerville-Italic.ttf");
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face{
|
||||||
|
font-family: "custom";
|
||||||
|
src: url("https://vvvvvvaria.org/~mb/fonts/LibreBaskerville-Bold.ttf");
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
Loading…
Reference in New Issue