From a4a45c7122aa66a5240806efd4d62ee3daae0702 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Sat, 26 Feb 2022 12:13:53 -0500 Subject: new look --- static/styles.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 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..69a060d --- /dev/null +++ b/static/styles.css @@ -0,0 +1,47 @@ +.verse { + list-style: none; + padding-left: 0; + margin: 0; +} + +.verse-container { + margin-top: 1em; +} + +.focus { + font-weight: bold; +} + +.outline { + background: black; +} + +input[type="text"] { + width: 75%; + max-width: 50em; +} + +.nonbreaking { + white-space: nowrap; +} + +.manage-box { + display: inline-block; + border: 1px crimson dotted; + padding: .5em; + margin-top: 1em; +} + +.manage-btn { + margin: .5em; +} + +.manage-form { + display: inline-block; +} + +.domain-name { + letter-spacing: -1.5px; + font-style: italic; + font-weight: bold; +} -- cgit v1.2.3