From 93ffbf2a40bfeb84ea318c894c1d03b95b099e29 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 28 Feb 2022 20:52:06 -0500 Subject: styles --- index.html | 17 +++++++++++------ static/styles.css | 56 ------------------------------------------------------- 2 files changed, 11 insertions(+), 62 deletions(-) diff --git a/index.html b/index.html index 20984b9..30900f3 100644 --- a/index.html +++ b/index.html @@ -4,15 +4,20 @@ Well-Ordered +
- Well-Ordered@cyfraeviolae.org - | - source code + +

The bibulous sorcerer Roseacrucis has depleted the Library’s distilled reserves. You must journey to obtain the @@ -23,9 +28,8 @@

-

- Select any ingredients already owned or of negligible cost. -

+

Select any ingredients already owned or of negligible cost.

+
@@ -305,6 +309,7 @@
+

The sample solution given the pre-selected ingredients:

diff --git a/static/styles.css b/static/styles.css index 9dfa070..4442223 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,61 +1,5 @@ -@font-face { - font-family: EBGaramond; - src: url(/well-ordered/static/EBGaramond-VariableFont_wght.ttf) format('woff2-variations'); - font-style: normal; -} - -@font-face { - font-family: EBGaramond; - src: url(/well-ordered/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; - max-width: 40em; -} - -.title { - letter-spacing: -0.5px; - font-weight: bold; -} - -div { - margin-bottom: 10px; -} - -form { - border: 1px DarkSlateGrey solid; - padding: 10px; - padding-left: 25px; -} - -.sep { - margin-left: 6px; - margin-right: 6px; -} - .ingredient { display: inline-block; margin-right: 5px; margin-bottom: 5px; } - -button { - margin-right: 10px; -} -- cgit v1.2.3