From a60f2376cdbc0500e04d2bd3dbe3aa53191f37ab Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 2 Sep 2019 21:20:06 +0200 Subject: [PATCH] fix units to pt and readjust sizes --- site/css/default.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/site/css/default.css b/site/css/default.css index d2da35a..646db5c 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -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;