X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/ff7b81c5d4d93b8558427a41676911f4483c073a..5d4a889d31bb09e8732c90af9f9675ce48c7b60e:/personal/_sass/_base.scss?ds=inline diff --git a/personal/_sass/_base.scss b/personal/_sass/_base.scss index 74f495a..7e0d5bf 100644 --- a/personal/_sass/_base.scss +++ b/personal/_sass/_base.scss @@ -1,6 +1,6 @@ /* General Fonts */ -html, body, div, p { +html, body { font-family: DejaVu Sans, Verdana, Arial, sans-serif; font-size: 12pt; color: $text-color; @@ -33,20 +33,16 @@ h2 { } h3 { margin-top: 0.5em; - font-size: 135%; + font-size: 130%; margin-bottom: 0.1em; } h4 { margin-top: 0.5em; - font-size: 120%; + font-size: 110%; margin-bottom: 0.0em; } /* Content styling */ -.side { - float: right; -} - .side, .comment { color: $light-text-color; @@ -55,28 +51,6 @@ h4 { } } - -.pretitle, .subtitle { - h1 { - display: inline-block; - font-size: 165%; - } - .side { - margin-left: 0.5em; - margin-top: 0.8em; - } -} -.pretitle { - margin-bottom: 1em; -} -.subtitle { - margin-top: 2em; -} -.title { - clear: both; - margin-bottom: 1em; -} - figure { margin: 0; } @@ -100,7 +74,19 @@ p { margin: 0.5em 0; line-height: 1.3; } +li > p { + margin: 0; +} .comment { margin-top: 1.5em; } +.footnotes { + font-size: 90%; +} + +table td, table th { + border: 1px solid $light-text-color; + padding: 6px 13px; + font-weight: normal; +}