From fcf2491e2fc6c362845a0cd630365886b4611ee7 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 11 Feb 2019 08:46:08 +0000 Subject: Add marbling sidebar background images --- static/css/hyde.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index 1ddbdda..bb4a371 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -248,3 +248,8 @@ a.sidebar-nav-item:focus { .theme-base-0f .related-posts li a:hover { color: #8f5536; } + +/* Rescribe */ +.theme-rescribe .sidebar { + background-image: url('/marble1.jpg'); +} -- cgit v1.2.1-24-ge1ad From d76a71eaeae15dc03dd3160d4fc54831780ec03f Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 2 Oct 2019 18:04:59 +0100 Subject: Switch from google fonts to EBGaramond served ourselves --- static/css/hyde.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index bb4a371..2ae0573 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -250,6 +250,12 @@ a.sidebar-nav-item:focus { } /* Rescribe */ +body.theme-rescribe { + font-family: Helvetica, Arial, sans-serif; +} .theme-rescribe .sidebar { background-image: url('/marble1.jpg'); } +.theme-rescribe .sidebar-about h1 { + font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif; +} -- cgit v1.2.1-24-ge1ad From 09252008dbc94824c4adeb7802011cdb1b09c7af Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 10 Oct 2019 15:37:44 +0100 Subject: Make captions smaller --- static/css/hyde.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index 2ae0573..caf3af5 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -259,3 +259,6 @@ body.theme-rescribe { .theme-rescribe .sidebar-about h1 { font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif; } +.theme-rescribe figcaption { + font-size: small; +} -- cgit v1.2.1-24-ge1ad From aec49e4f6a99f6040d1a50a050c83fd6e8f1aef9 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Oct 2019 13:10:55 +0100 Subject: Make marble sidebar image smaller --- static/css/hyde.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static/css/hyde.css') diff --git a/static/css/hyde.css b/static/css/hyde.css index caf3af5..8cd18fe 100644 --- a/static/css/hyde.css +++ b/static/css/hyde.css @@ -255,6 +255,7 @@ body.theme-rescribe { } .theme-rescribe .sidebar { background-image: url('/marble1.jpg'); + background-position: bottom right; } .theme-rescribe .sidebar-about h1 { font-family: "EB Garamond Regular", Helvetica, Arial, sans-serif; -- cgit v1.2.1-24-ge1ad