From d514585bbb54482ee62070bc86a7447a657afaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 6 May 2021 14:30:32 +0200 Subject: First commit --- src/style.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/style.css (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..f02e3f0 --- /dev/null +++ b/src/style.css @@ -0,0 +1,40 @@ +body { + font: 16px/1.4 Arial, Helvetica, sans-serif; + width: 600px; + margin: 0 auto; + padding: 0 1em; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Times New Roman", Times, serif; +} + +pre, code, tt { + font-size: 14px; +} + +h1#title { + text-align: center; +} + +p.intro { + font-size: 18px; + color: #d00; + margin: 0 1.8em; + text-align: justify; +} +p.intro cite { + font-size: 14px; + color: black; + opacity: 0.8; + font-style: normal; +} + +.box { + border: 1px dashed #ccc; + padding: 0 1em; + margin: 1em 0; +} +.box h2 { + font-size: 18px; +} -- cgit v1.2.3