From 3c5b161bce4500c2258e73eed587e9865d5da5b3 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 28 Jul 2022 10:00:35 +0200 Subject: [PATCH] style --- style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..1be3475 --- /dev/null +++ b/style.css @@ -0,0 +1,46 @@ +html { + font-size: 100%; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} + +body { + font-family: + "BIJ1", + sans-serif; + margin: auto; + text-align: justify; + font-size: 16px; + line-height: 1.7; +} + +h1, h2, h3, h4, h5, h6 { text-transform: uppercase; } + +h1, h2, h3, h4, h5, h6 { background-color: #FFFF00; } + +a { + color: #666666; +} + +p a { + color: #C700BF; +} + +h1.title { + margin-top: 0; + text-align: center; +} + +p.author { + text-align: center; +} + +ol.toc { + padding: 0; + margin: 1em 0; + padding: 0 0 0 2em; +} + +ul.toc ul, ol.toc ol { + margin: .3em 0; +}