summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-28 20:09:42 -0500
committercyfraeviolae <cyfraeviolae>2022-02-28 20:09:42 -0500
commit924dfc86feb606caaaddde678af7414c3e89c7a2 (patch)
tree29bcc934c3a47e7d5b2c70b493d64b794a1868cc /static/style.css
parent314b537fbf05e34a18d006a80ee1c6dde9d4fc2d (diff)
styles
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css112
1 files changed, 0 insertions, 112 deletions
diff --git a/static/style.css b/static/style.css
deleted file mode 100644
index e014d12..0000000
--- a/static/style.css
+++ /dev/null
@@ -1,112 +0,0 @@
-@font-face {
- font-family: EBGaramond;
- src: url(/antiquitysort/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations');
- font-style: normal;
-}
-
-@font-face {
- font-family: EBGaramond;
- src: url(/antiquitysort/static/EBGaramond-Italic-VariableFont_wght.ttf) format('woff2-variations');
- font-style: italic;
-}
-
-body {
- background: #fdf3f3;
- color: DarkSlateGrey;
- font-family: EBGaramond, serif;
- font-size: large;
-}
-
-a {
- color: #1a97bf;
-}
-
-a:hover {
- color: #075d77;
-}
-
-.container {
- margin: 1em;
-}
-
-.row {
- margin-bottom: 1em;
-}
-
-.title {
- letter-spacing: -0.5px;
-}
-
-ul {
- margin-top: 2px;
- margin-bottom: 0;
- padding-left: 0;
-}
-
-figure {
- margin: 0px;
- display: inline-block;
-}
-
-figcaption {
- font-family: sans-serif;
- font-size: small;
- margin-top: -7px;
-}
-
-img {
- width: 85%;
- max-width: 1200px;
- padding: 5px;
-}
-
-form {
- padding: 10px;
-}
-
-.work {
- vertical-align: top;
- text-align: center;
-}
-
-.subwork {
- overflow-x: scroll;
- overflow-y: hidden;
- white-space: nowrap;
-}
-
-td, th {
- border-bottom: 1px black solid;
- border-bottom: 1px black solid;
- padding: 4px;
-}
-
-.narrow {
- max-width: 31em;
-}
-
-fieldset {
- margin-bottom: 10px;
-}
-
-p {
- margin-top: .3em;
- margin-bottom: .3em;
-}
-
-
-.ico {
-}
-
-.sep {
- margin-left: 6px;
- margin-right: 6px;
-}
-
-.nonbreaking {
- white-space: nowrap;
-}
-
-.disabled {
- color: grey;
-}