diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 017aa42..3fbb6ee 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -766,6 +766,11 @@ fieldset > table td input[type="radio"] { border: 1px solid #ddd; padding: 0.1em 0; } +nav > ul > li::marker { + content: "✽ "; + font-size: 1.05rem; + color: var(--background-secondary); +} nav.episodes { color: var(--background-primary); font-size: 0.9em; @@ -817,6 +822,17 @@ nav.episodes span a:hover svg #bar { stroke: var(--link-secondary-hover); fill: var(--link-secondary-hover); } +details[open] > * { + margin-left: 1.35rem; + padding-right: 1.35rem; +} +details[open] > summary { + margin-left: 0; + padding-right: 0; +} +details > summary:hover { + cursor: pointer; +} @media (min-width: 600px) { body > header .bounding-box { justify-content: space-between; @@ -913,6 +929,17 @@ nav.episodes span a:hover svg #bar { #host { gap: 2rem; } + nav > ul { + display: flex; + flex-direction: row; + justify-content: space-between; + flex-flow: wrap; + gap: 0.5rem 1rem; + } + nav > ul > li { + flex: 1 0 max-content; + max-width: 50%; + } nav.episodes { display: inline-block; } diff --git a/templates/content-about.tpl.html b/templates/content-about.tpl.html index 22d49a9..4c6fd10 100644 --- a/templates/content-about.tpl.html +++ b/templates/content-about.tpl.html @@ -1,24 +1,24 @@

Welcome to HPR.

- +
diff --git a/templates/content-contribute.tpl.html b/templates/content-contribute.tpl.html index 0410978..894d550 100644 --- a/templates/content-contribute.tpl.html +++ b/templates/content-contribute.tpl.html @@ -1,18 +1,19 @@ - - + +