summaryrefslogtreecommitdiff
path: root/static/style.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/style.css
parent777f16fd5cee89acd0fa2f6ce521853c7b0c385d (diff)
new look
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css124
1 files changed, 0 insertions, 124 deletions
diff --git a/static/style.css b/static/style.css
deleted file mode 100644
index 97484ea..0000000
--- a/static/style.css
+++ /dev/null
@@ -1,124 +0,0 @@
-@font-face {
- font-family: EBGaramond;
- src: url(/spectral-renga/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
- font-style: normal;
-}
-
-@font-face {
- font-family: EBGaramond;
- src: url(/spectral-renga/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
- font-style: italic;
-}
-
-body {
- background: #fdf3f3;
- color: DarkSlateGrey;
- font-family: EBGaramond, serif;
-}
-
-a {
- color: #1a97bf;
-}
-
-a:hover {
- color: #075d77;
-}
-
-button[type="submit"] {
- color: DarkSlateGrey;
-}
-
-@media (max-width: 800px) {
- .container {
- margin-left: 0.5em;
- margin-right: 0.5em;
- }
-
- .navbar {
- margin-top: 0.5em;
- }
-}
-@media (min-width: 800px) {
- .container {
- margin-left: 1em;
- margin-right: 1em;
- }
-
- .navbar {
- margin-top: 1em;
- }
-
- body {
- font-size: large;
- }
-}
-
-.row {
- margin-bottom: 1em;
-}
-
-.verse {
- list-style: none;
- padding-left: 0;
- margin: 0;
-}
-
-.verse > li {
- margin-bottom: 0;
-}
-
-p {
- margin-top: 0;
-}
-
-.neighbors {
- margin-bottom: 1.5em;
-}
-
-form > div {
- margin-bottom: 8px;
-}
-
-label {
- margin-right: 4px;
-}
-
-.focus {
- font-weight: bold;
-}
-
-.outline {
- background: black;
-}
-
-.domain-name, .title {
- letter-spacing: -1.5px;
-}
-
-input[type="text"] {
- width: 75%;
- max-width: 50em;
-}
-
-.nonbreaking {
- white-space: nowrap;
-}
-
-.manage-box {
- display: inline-block;
- border: 1px crimson dotted;
- padding: .5em;
-}
-
-.manage-btn {
- margin: .5em;
-}
-
-.manage-form {
- display: inline-block;
-}
-
-.sep {
- margin-left: 6px;
- margin-right: 6px;
-}