Compare commits
3 Commits
02864bed9e
...
4e08ebad63
Author | SHA1 | Date | |
---|---|---|---|
4e08ebad63
|
|||
310f14c4bd
|
|||
97116aad4b
|
@@ -29,7 +29,7 @@ https://creativecommons.org/publicdomain/
|
|||||||
--background-primary: #fffff7/*#fafafa#fbfbee #dfdfdf */;
|
--background-primary: #fffff7/*#fafafa#fbfbee #dfdfdf */;
|
||||||
--text-primary: #4d4d4d; /* HPR Grey */
|
--text-primary: #4d4d4d; /* HPR Grey */
|
||||||
--banner-text-primary: #000000;
|
--banner-text-primary: #000000;
|
||||||
--background-secondary: #4d4d4d;
|
--banner-background-color: #40a5b9;
|
||||||
--text-secondary: #dfdfdf;
|
--text-secondary: #dfdfdf;
|
||||||
--link-primary: #004852 /*#154a60*/;
|
--link-primary: #004852 /*#154a60*/;
|
||||||
--link-primary-hover: #b54c08/*#f8961e*/;
|
--link-primary-hover: #b54c08/*#f8961e*/;
|
||||||
@@ -120,6 +120,7 @@ body > header {
|
|||||||
flex-flow: wrap;
|
flex-flow: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: clamp(0.5rem, -0.25rem + 3vw, 1rem) 0.25rem;
|
padding: clamp(0.5rem, -0.25rem + 3vw, 1rem) 0.25rem;
|
||||||
|
background-color: var(--banner-background-color);
|
||||||
background-image: url("/images/hpr-splatter-logo.svg"), url("/images/main-header-background.png");
|
background-image: url("/images/hpr-splatter-logo.svg"), url("/images/main-header-background.png");
|
||||||
background-size: 59%, cover;
|
background-size: 59%, cover;
|
||||||
background-repeat: no-repeat, no-repeat;
|
background-repeat: no-repeat, no-repeat;
|
||||||
@@ -282,8 +283,9 @@ article > p,
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 1.0rem;
|
gap: 1.0rem;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
justify-items: space-around;
|
}
|
||||||
|
.lane.syndication {
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
#podcast_lane > .lane,
|
#podcast_lane > .lane,
|
||||||
#project_lane > .lane,
|
#project_lane > .lane,
|
||||||
@@ -326,6 +328,14 @@ article > p,
|
|||||||
.lane > article > header a:hover {
|
.lane > article > header a:hover {
|
||||||
color: var(--link-secondary-hover);
|
color: var(--link-secondary-hover);
|
||||||
}
|
}
|
||||||
|
.lane.syndication > article > header * {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
.lane.syndication > article > header p {
|
||||||
|
font-size: var(--default-header-4-font-size);
|
||||||
|
margin-left: 22px;
|
||||||
|
}
|
||||||
a.lane-button {
|
a.lane-button {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -489,7 +499,7 @@ fieldset > input {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
#tag_line {
|
#tag_line {
|
||||||
line-height: 1.1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
#title #tag1 {
|
#title #tag1 {
|
||||||
font-size: 7.5rem;
|
font-size: 7.5rem;
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Great that you want to listen. Have a look below at the feeds that best suite your listening habits.
|
Great that you want to listen. Have a look below at the feeds that best suite your listening habits.
|
||||||
</p>
|
</p>
|
||||||
<div class="lane">
|
<div class="lane syndication">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<hgroup>
|
<hgroup>
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<hr class="no-css">
|
<hr class="no-css">
|
||||||
<h1>Other Download Options</h1>
|
<h1>Other Download Options</h1>
|
||||||
<div class="lane">
|
<div class="lane syndication">
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h2>Site Replication Sources</h2>
|
<h2>Site Replication Sources</h2>
|
||||||
|
Reference in New Issue
Block a user