zk_html/lj-dump/L-300.html

79 lines
2.8 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Death by memes - this one's just cruel</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 | Death by memes - this one's just cruel</h1>
</header>
<article class="content">
<ol>
<li>Choose 15 people from your friends list at random.</li>
<li>Write something about/to each of them.</li>
<li>
<p>Don't tell anyone who the statements are about. Good or bad. No matter how they beg.</p>
</li>
<li>
<p>Too cute for your own damn good.</p>
</li>
<li>I love ya lots, but if we got together, there would be carnage.</li>
<li>We didn't talk for three years, and suddenly we're rather close, in a distant sort of way. It was an odd transition, to say the least.</li>
<li>Help! Help! I'm being oppressed!</li>
<li>I say it too often, but my gaydar consists of falling for straight boys.</li>
<li>Sometimes, you really kinda weird me out.</li>
<li>I try really hard for your approval.</li>
<li>We're friends, but I know nothing about you.</li>
<li>Sometimes, your mood swings scare me.</li>
<li>You're damn cute, too, but I don't really know too much about you, and sometimes you don't talk to me - or anyone - as if you're down or something.</li>
<li>Hahaha, I tried to get in your pants for a good long time. Happy for ya now, though.</li>
<li>I knew you too well.</li>
<li>Some times, I miss you.</li>
<li>I've never talked to you, really.</li>
<li>Arf</li>
</ol>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-10-14 13:04: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>