New Now style for italicised text
This commit is contained in:
parent
6e1fc262ac
commit
34ee805005
2 changed files with 45 additions and 0 deletions
3
now.css
3
now.css
|
@ -79,6 +79,9 @@ div.now {
|
|||
width: 80%;
|
||||
margin: 16px 20px;
|
||||
}
|
||||
.lyrics em {
|
||||
color: var(--subtitle);
|
||||
}
|
||||
.block-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
|
42
now.html
42
now.html
|
@ -138,6 +138,48 @@
|
|||
</aside>
|
||||
|
||||
<main id="main">
|
||||
<section class="now" id="0010">
|
||||
<hgroup>
|
||||
<h1>'Foster'</h1>
|
||||
<h2>A Preview</h2>
|
||||
<h3>2025-05-26T22:55Z</h3>
|
||||
<h4 style="display: none" aria-hidden="true" class="postID"></h4>
|
||||
</hgroup>
|
||||
<audio preload="none" controls="">
|
||||
<source src="res/prvw-mus-2025-05-27-foster.ogg" type="audio/ogg" />
|
||||
<source src="res/prvw-mus-2025-05-27-foster.mp3" type="audio/mp3" />
|
||||
</audio>
|
||||
<button
|
||||
type="button"
|
||||
class="block-toggle"
|
||||
aria-hidden="true"
|
||||
onclick="blockToggle('foster-20250527T2255Z-000')"
|
||||
>
|
||||
Toggle Lyrics
|
||||
</button>
|
||||
<p class="lyrics" id="foster-20250527T2255Z-000">
|
||||
Baby faster <br />
|
||||
We got a lot in our wake<br />
|
||||
and in the back view<br />
|
||||
never look back again<br />
|
||||
never look back again<br />
|
||||
<br />
|
||||
Baby faster<br />
|
||||
 <em>(It's dark in the water)</em><br />
|
||||
We got a lot in our wake<br />
|
||||
and in the back view<br />
|
||||
 <em>(Pull the wound together)</em><br />
|
||||
never look back again<br />
|
||||
 <em>(The lake will)</em><br />
|
||||
never look back again<br />
|
||||
 <em>(take you)</em><br />
|
||||
<br />
|
||||
It's dark in the water<br />
|
||||
Pull the wound together<br />
|
||||
The lake will take you<br />
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="now" id="0009">
|
||||
<hgroup>
|
||||
<h1>Hello!</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue