zk_html/lj-dump/L-1403.html

63 lines
3.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>Zk | Guns :|</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 | Guns :|</h1>
</header>
<article class="content">
<p>Wound up with guns yesterday, finally got the photos up :3</p>
<p>Ruger Mk III, blued, with a 6" barrel. It was the last one they had, so I got a wee discount, possibly because it was the case model. A whole separate gun for less than the .22LR kit for the Kimber I was looking to get :3
<a by="" drab="" flickr"="" href="http://www.flickr.com/photos/ranna/2654268009/" makyo,="" on="" title="Ruger Mk III 6"><img "="" alt="Ruger Mk III 6" height="160" src="http://farm4.static.flickr.com/3274/2654268009_660f4a5496_m.jpg" width="240"/></a></p>
<p>Mosin-Nagant 1891/30 with bayonet. Cheap rifle, coated in cosmoline. It's cleaning up nice, though - the stock's actually really nice wood, though it'll need to be refinished - and as a consequence, my whole apartment smells like Hoppe's, and my hands are raw from old grease.
<a href="http://www.flickr.com/photos/ranna/2655094888/" title="Mosin-Nagant 1891/30 by Drab Makyo, on Flickr"><img alt="Mosin-Nagant 1891/30" height="240" src="http://farm4.static.flickr.com/3239/2655094888_197eb2c8ca_m.jpg" width="160"/></a></p>
<p>A Kimber is likely still in the works soon, depending on monies, but these little toys should keep me sated quite nicely.</p>
<p>Even Kitty's happy :3
<a href="http://www.flickr.com/photos/ranna/2655094948/" title="Kittyrifle 2 by Drab Makyo, on Flickr"><img alt="Kittyrifle 2" height="240" src="http://farm4.static.flickr.com/3243/2655094948_a885dda747_m.jpg" width="160"/>&lt;/a</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2008-07-10 20:31:57</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>