Rework PDF script (#3654)

This commit is contained in:
Zlatan Vasović
2019-12-17 21:25:52 +01:00
committed by GitHub
parent d77f8bc18a
commit e2ae506613
8 changed files with 126 additions and 177 deletions

View File

@@ -1,40 +1,15 @@
@font-face {
font-family: 'PT_Serif-Web-Regular';
src: url('PT_Serif-Web-Regular.ttf') format('truetype');
}
p {
margin-left: 2.5em;
}
code {
color: #b58900;
color: #b58900;
}
h1, h2, h4, ul {
font-family: "PT_Serif-Web-Regular";
color: #93a1a1;
color: #93a1a1;
}
body {
background-color: #002b36;
background-color: #002b36;
}
h1.titlemain {
text-align: center;
margin-top: 6em;
font-size: 350%;
.title-sub {
color: #b58900;
}
h4.titlesub {
text-align: center;
font-size: 120%;
color: #b58900;
}
h2.titledir {
text-align: center;
margin-top: 8.2em;
font-size: 300%;
}