zk_html/lj-dump/L-58.html

61 lines
2.3 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Rrg.</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 | Rrg.</h1>
</header>
<article class="content">
<p>Missed Moondog last night. Fell asleep without turning Trillian off, which led to a whole bunch of messages. Sorry, peoples.. er.. and fuzzies...</p>
<p>Speaking of sleep, I slept for thirteen hours with a little baggie under my pillow. It's a special little baggie now. I made it myself.
<j-cut></j-cut>
Unfortunately true about the computers.. need to get away from them some..
<img alt="Thomas" border="0" src="http://images.quizilla.com/G/Gaius37/1043591241_tuffthomas.gif"/><br/>Thomas
<br/><br/><a href="http://quizilla.com/users/Gaius37/quizzes/What%20ASB%20Character%20Are%20You%3F/"> <font size="-1">What ASB Character Are You?</font></a><br/> <font size="-3">brought to you by <a href="http://quizilla.com">Quizilla</a>&lt;/font</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-02-21 11:44:46</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>