From f6d5fb7849496919d42655df0ab2793f31130f69 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 21 Dec 2021 22:31:24 +0100 Subject: Update style --- style.css | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index b75f467..c96ba47 100644 --- a/style.css +++ b/style.css @@ -1,13 +1,50 @@ +html { + color: #d8dee9; + font-family: sans-serif; +} + +.column { + margin-bottom: 1em; +} + +.column h1, .column h2, .column h3, .column h4, .column h5 { + margin-top: 0; +} + body { color: #F2F6F3; background: #151515; text-align: justify; + font-style: sans-serif ; +} + +h1 { + text-align: center ; + color: lightgreen ; +} + +ul, ol { + margin-left: 20px; + margin-right: 20px; + padding-left: 0; +} + +ul ul { + list-style-type: circle; + margin-block-start: 0px; + margin-block-end: 0px; +} + +main { + margin: auto ; } p img, li img, h1 img, h2 img, h3 img, h4 img, dt img { - max-height: 1em; - max-width: 1em; vertical-align: middle ; + max-width: 1em; + max-height: 1em; + border: none ; + display: inline ; } a { color: #A5D6FF ; text-decoration: none ;} @@ -33,3 +70,26 @@ footer li { footer li:hover { background: #A5D6FF ; } + +nav, footer, .tag-list{ + text-align: center; + font-variant: small-caps; + clear: both; +} + +nav { + font-size: small; +} + +nav ul, footer ul, .tag-list { + padding: 0; +} + +nav li, footer li, .tag-list li{ + color: wheat; + display: inline-block; + list-style: none; + border-radius: 10px; + padding: .5em; + max-width: 7em; +} -- cgit v1.2.3-70-g09d2