zk_html/lj-dump/L-622.html

57 lines
2.1 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Just a little thought.</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 | Just a little thought.</h1>
</header>
<article class="content">
<p>I should be in bed - I was, even, but I got to thinking. Some people in this world are just.. right. They're exemplary human beings that, upon first contact, strike a nerve that's almost like being in love. That's not to say that they're superhuman or that everyone else is subhuman, it's just that they happen to be <em>so</em> human and <em>so</em> real that they're what I strive to be, and they're the people I try to show in my music.</p>
<p>I've only ever met four of them</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2005-09-19 06:11:03</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>