zk_html/lj-dump/L-759.html

58 lines
2.2 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Mmf.</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 | Mmf.</h1>
</header>
<article class="content">
<p>Still not feeling too good. There's all these questions, like would things be different if I was out there? Or why do I seem to make such trouble for myself, relationship-wise? Or why am I -really- dissatisfied with living in Fort Collins - if my living situation were to change, would that improve? My school? My friends?</p>
<p>Whatever.. I'm trying not to drama all over, but it's hard when I can't stop thinking about the last weekend; especially some of the people.</p>
<p>Edit: A suitable distraction helps a great deal.. Now.. I just need to stay distracted</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2006-01-24 14:48:05</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>