fix units to pt and readjust sizes

This commit is contained in:
nek0 2019-09-02 21:20:06 +02:00
parent 9ab3a3a28f
commit a60f2376cd

View file

@ -1,6 +1,6 @@
body {
color: black;
font-size: 16px;
font-size: 14pt;
font-family: 'Didact Gothic';
font-weight: normal;
font-style: normal;
@ -37,7 +37,7 @@ header {
header a {
color: darkgreen;
font-size: 18px;
font-size: 18pt;
font-weight: bold;
}
@ -84,7 +84,7 @@ article li {
.sidebar {
position: fixed;
width: 17em;
width: 300px;
}
.navigation, .tags, .plugs {
@ -119,7 +119,7 @@ nav ul, .plugs ul {
nav li a:link {
color: darkgreen;
font-size: 18px;
font-size: 16pt;
font-weight: bold;
margin: 0;
text-decoration: none;
@ -155,7 +155,7 @@ nav li a:visited {
footer {
position: relative;
color: #555;
font-size: 12px;
font-size: 12pt;
text-align: right;
clear: both;
left: 0;
@ -191,7 +191,7 @@ pre {
pre code {
border: none;
font-size: 14px;
font-size: 14pt;
background: transparent;
background-color: transparent;
}
@ -207,7 +207,7 @@ pre code:before {
}
code {
font-size: 14px;
font-size: 14pt;
background: rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.05);
border: dashed 1px #000000;
@ -215,11 +215,11 @@ code {
}
h1 {
font-size: 24px;
font-size: 24pt;
}
h2 {
font-size: 20px;
font-size: 20pt;
}
.bitcoin {
@ -248,7 +248,7 @@ h2 {
.info {
color: #555;
font-size: 14px;
font-size: 14pt;
font-style: italic;
}
@ -299,7 +299,7 @@ h2 {
/* change font */
font-family: 'Inknut Antiqua';
color: black;
font-size: 14px;
font-size: 12pt;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
@ -322,7 +322,7 @@ h2 {
.with-initial > p:first-child::first-letter {
font-family: 'Maximilian Antiqua Initialen';
color: black;
font-size: 65px;
font-size: 65pt;
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;