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