zk_html/lj-dump/L-503.html

84 lines
2.4 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Lyric diagram for A Boy and a Girl</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Lyric diagram for A Boy and a Girl</h1>
</header>
<article class="content">
<details text="Boring."><summary>Boring.</summary>
</details>
<p><lj-raw>
<ul><li>Stretched out
<ul><li>On the grass
<ul><li>A boy and a girl
<ul><li>Savoring their oranges</li>
<li>Giving their kisses</li>
<li>Like waves
<ul><li>Exchanging foam</li></ul>
</li></ul></li></ul></li>
<li>On the beach
<ul><li>A boy and a girl
<ul><li>Savoring their limes</li>
<li>Giving their kisses</li>
<li>Like clouds
<ul><li>Exchanging foam</li></ul>
</li></ul></li></ul></li>
<li>Underground
<ul><li>A boy and a girl
<ul><li>Saying nothing</li>
<li>Never kissing</li>
<li>Giving silence
<ul><li>For silence</li></ul>
</li></ul></li></ul></li></ul>
</li></ul></lj-raw>
Stolen from <lj user="qwantz"></lj> via <lj user="mikosquirrel"></lj></p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2005-04-15 17:01:50</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>