From e670f9d19f658055e169b6d7c3ae57ddc11c3eee Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Wed, 14 Oct 2020 20:36:53 +0200 Subject: Add embed and halloween theme --- static/style-halloween.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 static/style-halloween.css (limited to 'static/style-halloween.css') diff --git a/static/style-halloween.css b/static/style-halloween.css new file mode 100644 index 0000000..def4dac --- /dev/null +++ b/static/style-halloween.css @@ -0,0 +1,56 @@ +a { + color: orange; +} + +a:hover { + color: darkorange; +} + +li { + list-style-type: none; +} + +body { + margin: 0 auto; + margin-top: 10px; + max-width: 80ex; + background-color: #111; + color: antiquewhite; +} + +table { + border-collapse: collapse; + width: 100%; +} + +tr { + border-bottom: 1px solid #666; + border-top: 1px solid #666; +} + +td { + padding-top: 10px; + padding-bottom: 10px; +} + +form { + margin-bottom: 10px; +} + +input { + width: 100%; +} + +tr:hover { + background-color: #222; +} + +iframe { + position: absolute; + top: 0; + left: 0; +} + +.comments { + font-size: small; +} -- cgit v1.2.3