pdf script: format & add datetime (#4993)

This commit is contained in:
Starbeamrainbowlabs
2020-12-11 20:25:11 +00:00
committed by GitHub
parent bd07d874ee
commit 5b5b590ee2
2 changed files with 102 additions and 92 deletions

View File

@@ -1,34 +1,34 @@
@font-face {
font-family: "PT Serif";
src: url("pt-serif-web-regular.ttf") format("truetype");
font-family: "PT Serif";
src: url("pt-serif-web-regular.ttf") format("truetype");
}
p {
margin-left: 2.5em;
margin-left: 2.5em;
}
code {
color: darkslategrey;
color: darkslategrey;
}
h1, h2, h4, ul {
font-family: "PT Serif";
font-family: "PT Serif";
}
.title-main {
text-align: center;
margin-top: 6em;
font-size: 350%;
text-align: center;
margin-top: 6em;
font-size: 350%;
}
.title-sub {
text-align: center;
font-size: 120%;
color: darkslategrey;
text-align: center;
font-size: 120%;
color: darkslategrey;
}
.title-dir {
text-align: center;
margin-top: 8.2em;
font-size: 300%;
text-align: center;
margin-top: 8.2em;
font-size: 300%;
}