From 0d26219384c908999fbfa942c30e10d44c487899 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 27 Nov 2020 10:34:19 -0500 Subject: added posts as html, fixed nav, updated styles and images --- includes/images/logo.png | Bin 0 -> 20369 bytes includes/images/logo_diag.png | Bin 0 -> 39576 bytes includes/rss.xml | 17 ----------------- includes/stylesheet.css | 23 +++++++++++++++++++++-- 4 files changed, 21 insertions(+), 19 deletions(-) create mode 100644 includes/images/logo.png create mode 100644 includes/images/logo_diag.png delete mode 100644 includes/rss.xml (limited to 'includes') diff --git a/includes/images/logo.png b/includes/images/logo.png new file mode 100644 index 0000000..549bd0e Binary files /dev/null and b/includes/images/logo.png differ diff --git a/includes/images/logo_diag.png b/includes/images/logo_diag.png new file mode 100644 index 0000000..fa302b6 Binary files /dev/null and b/includes/images/logo_diag.png differ diff --git a/includes/rss.xml b/includes/rss.xml deleted file mode 100644 index 2e6890e..0000000 --- a/includes/rss.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 53hornet's Feed - https://www.53hor.net - The World Wide Web pages of Adam T. Carpenter. - - - Entry Title - https://www.53hor.net/wheels/2020-11-21-this-url.html - https://www.mysite.com/?p=584674 - ho! thanketh thee f'r subscribing to mine own rss feedeth - Wed, 02 Oct 2002 08:00:00 EST - - - diff --git a/includes/stylesheet.css b/includes/stylesheet.css index a24fc46..acd0fed 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -5,9 +5,9 @@ :root { --balboa: #195970; - --charcoal: #32444a; --ruby: #9b111e; - --slate: #798d94; + --slate: #b9c2ca; + --charcoal: #798d94; --white: white; --box-radius: 1em; --box-border: 0.5em solid var(--white); @@ -82,3 +82,22 @@ h1, blockquote { font-style: oblique; } + +header { + text-align: center; +} + +article ul { + list-style: none; + padding: 0; + margin: 0; +} + +article li { + padding-left: 16px; +} + +article li:before { + content: "➙"; + padding-right: 8px; +} -- cgit v1.2.3