From 557844b64120c3c08afa3f4364f1a6fdff7daffd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sun, 21 Jul 2024 20:08:31 +0200 Subject: Add more content --- src/static/style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/static/style.css') diff --git a/src/static/style.css b/src/static/style.css index 1c1cd5e..e05ea73 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -92,3 +92,30 @@ a { height: 31px; vertical-align: middle; } +.center { + text-align: center; +} +.imgLink { + color: black; + text-decoration: none; +} +.imgLink img { + border: 1px solid black; +} +.smallText { + font-size: 8pt; + font-style: italic; + color: gray; +} +.enlarge { + color: black; + text-decoration: underline; + font-style: normal; +} +.mark { + color: #52268f; + font-weight: bold; +} +.tablePara { + margin-top: 1em; +} -- cgit v1.2.3