zk_html/lj-dump/L-358.html

57 lines
2.3 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">
<p>I agree that a fine product can come from simplicity. I,ve made an ancient mead in a gallon jug with 3 1/2 lbs honey, a handful of raisins, 1 cinnamon stick, 2 cloves, and 1 complete orange cut into eights rind and all and pushed in jug. Add water and shake well. Then added 1 t of bread yeast and an airlock. I put it in the cubboard and forget about it for 2 months and it comes out crystal clear and great every time and quite a delicious sweet beverage good for sipping at Christmas time. If you wait long enough, all the solids will go to the bottom I am told but I just siphon out the clear stuff with a small cloth filter over the hose when it is clear.<br />
Jo</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2004-12-21 08:23: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>