63 lines
2.4 KiB
HTML
63 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<table align="center" style="width:320px;border:1px solid black;padding:5px;background:green;">
|
|
<tr style="border:1px solid black;padding:5px;background:white;">
|
|
<td align="center">
|
|
<p style="text-align:center;margin:0;font-size:19px; font-variant:small-caps;color:green;"><b>The Great LiveJournal<br/>Outage of 2005</b></p>
|
|
<p style="text-align:center;margin:15px 0 15px 0;color:green;">During the outage I became a productive member of society...until it came back online.</p>
|
|
<p style="text-align:center;margin:0 0 5px 0;"><a href="http://outage.geek-foo.net" style="font-size:18px;color:green;"><b><i><u>What did you do?</u></i></b></a></p>
|
|
<p style="text-align:center;margin:0;color:green; text-align:right;">Brought to you by <a href="http://geek-foo.net" style="color: #557;">geek-foo</a></p>
|
|
</td></tr></table
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-01-19 14:25:18</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>
|