zk_html/lj-dump/L-74.html

62 lines
2.8 KiB
HTML
Raw Normal View History

2020-04-23 20:55:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Glurr.</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 | Glurr.</h1>
</header>
<article class="content">
<p>Huzzah for mood swings. Back to the fish oil I go!</p>
<p>Today was fun. First, sectionals and rehearsal, then breakfast, where Spencer Bowie tried to eat a spoonful of butter, and ended up getting quite sick 'cause he wouldn't swallow it. Much pool at the CU-UMC with Ryan, Kiran, and Shannon, then a movie (which, while it had an interesting plot, was such standard fare that I forgot the name. It started with a T...), then Anime Anonymous, where we saw Azumanga Daioh. Ryan was mleh on the way to his house (don't appologize, I know the feeling). I purchased an ounce of fine Lady Grey today. Making a little now. Too bad an ounce seems so small..</p>
<p>(Later) The tea is quite tasty, worth the money. I miss Moondog. Crackers are salty.
<details><summary>Read more...</summary></p>
<p></details>
<img alt="I'm Mihama Chiyo!" border="0" src="http://images.quizilla.com/E/EvilNaokiIIDX/1038472904_sult-chiyo.jpg"/><br/>You are Mihama Chiyo!
<br/><br/><a href="http://quizilla.com/users/EvilNaokiIIDX/quizzes/Which%20Azumanga%20Daioh%20Character%20are%20you%3F/"> <font size="-1">Which Azumanga Daioh 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-03-05 21:35:52</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>