zk_html/lj-dump/L-90.html

61 lines
2.4 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | I um... huh.</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 | I um... huh.</h1>
</header>
<article class="content">
<p>I don't feel like writing, no matter how much I have to write about (this doesn't have to do with what I have to write about itself, just some memories drudged up from 8th grade bringing me down).</p>
<p>So here's a quiz.</p>
<p><center><a href="http://boredesign.reallybites.com/quiz/alicequiz.html" target="new">
<img border="0" src="http://boredesign.reallybites.com/quiz/caterpillar.jpg"/></a><br/><i>i am extremely intelligent and very wise. i think logically and rhetorically in order to get problems solved. if i'm not mad now, i'm getting very close.</i>
<br/><a href="http://boredesign.reallybites.com/quiz/alicequiz.html" target="new" title="we're all mad here">how mad are you?</a>
<br/>this quiz was made by <a href="http://www.livejournal.com/users/piksy" target="new" title="cracked but sweet">piksy</a>&lt;/center</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-03-18 15:42:12</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>