zk_html/lj-dump/L-1546.html

56 lines
2.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Looking for a music video.</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 | Looking for a music video.</h1>
</header>
<article class="content">
<p>In the video, the camera follows a hand with a marker as it draws on a wall or giant whiteboard, never lifting the tip of the marker from the surface. Faces and buildings start to show, here and there, and finally, the camera zooms out to show that the artist has combined everything into a giant mural. Anyone seen this video or know where I can find it</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2009-02-08 05:21:11</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>