summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-26 12:13:53 -0500
committercyfraeviolae <cyfraeviolae>2022-02-26 12:13:53 -0500
commita4a45c7122aa66a5240806efd4d62ee3daae0702 (patch)
tree164623b3ed87757f1909e01c6f8c9f379ba20757 /static/styles.css
parent777f16fd5cee89acd0fa2f6ce521853c7b0c385d (diff)
new look
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css47
1 files changed, 47 insertions, 0 deletions
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;
+}