From f5122be28721b13ea501a014cab54f092358a818 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 28 Feb 2022 20:55:07 -0500 Subject: styles --- static/styles.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 static/styles.css (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..f294923 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,46 @@ +legend { + font-weight: bold; +} + +.wrapper { + overflow: auto; + overflow-y; hidden; + white-space: nowrap; + padding-top: 10px; +} + +img { + vertical-align: top; + display: inline-block; + width: 100%; +} + +figure { + vertical-align: top; + margin: 0; + padding: 10px; + display: inline-block; + width: 80%; + position: relative; +} + +.work { + text-align: center; +} + +figcaption { + font-family: sans-serif; + font-size: small; + display: inline-block; +} + + +td, th { + border-bottom: 1px black dotted; + padding-bottom: 6px; + padding-left: 0; +} + +.disabled { + color: grey; +} -- cgit v1.2.3