|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<style> |
|
|
|
|
|
|
|
|
|
|
|
body#ficlets aside.author-meta { |
|
max-width: 100%; |
|
display: flex; |
|
align-items: flex-start; |
|
padding: 10px 0 10px; |
|
margin: 10px 0 10px; |
|
border-bottom: 1px dotted #b8b8b8; |
|
font-size: 15px; |
|
} |
|
|
|
|
|
body#ficlets aside.author-meta .icon-container { |
|
flex: 0 0 80px; |
|
} |
|
|
|
|
|
body#ficlets aside.author-meta .author-mini-bio { |
|
flex: 1 1 auto; |
|
} |
|
|
|
|
|
body#ficlets aside.author-meta .author-mini-bio p { |
|
margin: 0 0 5px; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets aside.author-meta .author-mini-bio p:last-child { |
|
margin-bottom: 0; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body#ficlets #comments ul { |
|
margin: 10px 0; |
|
padding: 0; |
|
list-style: none; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview { |
|
margin: 0 0 15px; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview h3.reviewer { |
|
display: flex; |
|
margin: 0 0 5px; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview h3.reviewer a.url { |
|
flex: 0 0 25px; |
|
margin-right: 10px; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview h3.reviewer a.url img { |
|
max-width: 25px; |
|
max-height: 25px; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview h3.reviewer a.fn { |
|
flex: 1 1 auto; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview blockquote { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview:last-child { |
|
margin-bottom: 0; |
|
} |
|
|
|
|
|
body#ficlets #comments ul li.hreview ul.meta { |
|
margin: 5px 0 0; |
|
font-size: 11px; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body#ficlets aside.story-meta { |
|
float: right; |
|
max-width: 200px; |
|
padding: 10px; |
|
margin: 10px 0 10px 10px; |
|
background: #f6f5f0; |
|
font-size: 13px; |
|
} |
|
|
|
@media (max-width: 400px) { |
|
|
|
body#ficlets aside.story-meta { |
|
float: none; |
|
max-width: 100%; |
|
margin-left: 0; |
|
} |
|
} |
|
|
|
|
|
body#ficlets div.story-body { |
|
font-size: 18px; |
|
border-bottom: 1px dotted #b8b8b8; |
|
} |
|
|
|
|
|
body#ficlets section.prequels-and-sequels { |
|
clear: both; |
|
display: flex; |
|
align-items: flex-start; |
|
padding: 0 0 10px; |
|
margin-bottom: 10px; |
|
border-bottom: 1px dotted #b8b8b8; |
|
} |
|
|
|
|
|
body#ficlets section.prequels-and-sequels nav.prequels, body#ficlets section.prequels-and-sequels nav.sequels { |
|
flex: 0 0 50%; |
|
} |
|
|
|
|
|
|
|
|
|
|
|
body#ficlets ul.object-list.tags-list, body#ficlets ol.object-list.tags-list { |
|
display: flex; |
|
flex-wrap: wrap; |
|
column-gap: 10px; |
|
} |
|
|
|
|
|
body#ficlets ul.object-list.tags-list li, body#ficlets ol.object-list.tags-list li { |
|
flex: 0 1 auto; |
|
margin: 5px; |
|
padding: 10px; |
|
background: #f6f5f0; |
|
} |
|
|
|
|
|
body#ficlets ul.object-list.tags-list li span.tag, body#ficlets ol.object-list.tags-list li span.tag { |
|
margin: 0 3px 0 0; |
|
padding: 0; |
|
font-weight: bold; |
|
} |
|
|
|
body#ficlets { |
|
margin: 0; |
|
padding: 0; |
|
background: #fff; |
|
color: #000; |
|
font: 16px "Georgia", "Times New Roman", "Times", serif; |
|
} |
|
|
|
|
|
body#ficlets a { |
|
color: #3ba4e0; |
|
text-decoration: none; |
|
} |
|
|
|
|
|
body#ficlets a:hover, body#ficlets a:active { |
|
color: #f26522; |
|
} |
|
|
|
|
|
body#ficlets > header { |
|
display: flex; |
|
align-items: center; |
|
max-width: 1024px; |
|
margin: 20px auto 0; |
|
padding: 0 20px; |
|
} |
|
|
|
|
|
body#ficlets > header h1 { |
|
flex: 0 0 339px; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets > header h1 a { |
|
display: block; |
|
color: #f26522; |
|
} |
|
|
|
|
|
body#ficlets > header nav { |
|
flex: 1 1 auto; |
|
} |
|
|
|
|
|
body#ficlets > header nav ul { |
|
display: flex; |
|
margin: 0 0 0 20px; |
|
padding: 0; |
|
list-style: none; |
|
align-items: center; |
|
} |
|
|
|
|
|
body#ficlets > header nav ul li { |
|
flex: 1 1 auto; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets > header nav ul li a { |
|
display: block; |
|
padding: 10px; |
|
background: #000; |
|
color: #fff; |
|
text-align: center; |
|
text-decoration: none; |
|
} |
|
|
|
|
|
body#ficlets > header nav ul li a:hover, body#ficlets > header nav ul li a:active { |
|
background: #f26522; |
|
color: #fff; |
|
} |
|
|
|
|
|
body#ficlets > header nav ul li:first-child a { |
|
border-top-left-radius: 2px; |
|
border-bottom-left-radius: 2px; |
|
} |
|
|
|
|
|
body#ficlets > header nav ul li:last-child a { |
|
border-top-right-radius: 2px; |
|
border-bottom-right-radius: 2px; |
|
} |
|
|
|
@media (max-width: 700px) { |
|
|
|
body#ficlets > header h1 { |
|
flex: 0 0 60px; |
|
} |
|
|
|
body#ficlets > header nav ul { |
|
margin: 0 0 0 10px; |
|
} |
|
|
|
body#ficlets > header nav ul li a { |
|
padding: 10px 5px; |
|
font-size: 11px; |
|
} |
|
} |
|
|
|
|
|
body#ficlets > main { |
|
max-width: 1024px; |
|
margin: 50px auto 0; |
|
padding: 0 20px; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list, body#ficlets > main ol.object-list { |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list > li, body#ficlets > main ol.object-list > li { |
|
display: flex; |
|
margin: 0 0 25px; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list > li aside.avatar-container, body#ficlets > main ol.object-list > li aside.avatar-container { |
|
flex: 0 0 73px; |
|
margin-right: 10px; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list > li aside.avatar-container img.avatar, body#ficlets > main ol.object-list > li aside.avatar-container img.avatar { |
|
max-width: 73px; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list > li .item-meta h3, body#ficlets > main ol.object-list > li .item-meta h3 { |
|
margin: 0 0 5px; |
|
font-size: 17px; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list > li .item-meta p, body#ficlets > main ol.object-list > li .item-meta p { |
|
margin: 0 0 5px; |
|
padding: 0; |
|
font-size: 13px; |
|
} |
|
|
|
|
|
body#ficlets > main ul.object-list > li .item-meta p:last-child, body#ficlets > main ol.object-list > li .item-meta p:last-child { |
|
margin: 0; |
|
} |
|
|
|
|
|
body#ficlets > main div.pagination { |
|
margin: 50px auto; |
|
padding: 0; |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
|
|
body#ficlets > main div.pagination span, body#ficlets > main div.pagination a, body#ficlets > main div.pagination em { |
|
flex: 1 1 auto; |
|
} |
|
|
|
|
|
body#ficlets > main div.pagination span.current, body#ficlets > main div.pagination a.current, body#ficlets > main div.pagination em.current { |
|
font-size: 30px; |
|
} |
|
|
|
|
|
body#ficlets > footer { |
|
display: flex; |
|
align-items: flex-start; |
|
max-width: 1024px; |
|
margin: 50px auto 0; |
|
padding: 0 20px; |
|
font-size: 13px; |
|
} |
|
|
|
|
|
body#ficlets > footer > aside { |
|
flex: 0 0 98px; |
|
} |
|
|
|
|
|
body#ficlets > footer > section { |
|
flex: 1 1 auto; |
|
} |
|
|
|
|
|
body#ficlets > footer > section p { |
|
margin-top: 0; |
|
} |
|
|
|
|
|
body#ficlets > footer > section nav { |
|
margin: 5px 0 0; |
|
} |
|
|
|
|
|
body#ficlets > footer > section nav ul { |
|
display: flex; |
|
margin: 0; |
|
padding: 0; |
|
list-style: none; |
|
} |
|
|
|
|
|
body#ficlets > footer > section nav ul li { |
|
flex: 1 1 auto; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
|
|
|
|
body#ficlets > footer > section nav ul li a { |
|
display: block; |
|
padding: 5px; |
|
text-align: center; |
|
} |
|
|
|
@media (max-width: 400px) { |
|
|
|
body#ficlets > footer { |
|
max-width: 100%; |
|
align-items: flex-start; |
|
} |
|
|
|
body#ficlets > footer > aside { |
|
flex: 0 0 47px; |
|
height: 28.5px; |
|
margin-right: 5px; |
|
background-size: 47px 28.5px; |
|
} |
|
|
|
body#ficlets > footer > section p { |
|
margin: 0 0 5px; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
<title> |
|
JLaughter - Ficlets Archive |
|
</title> |
|
<meta content="ie=edge" http-equiv="x-ua-compatible"> |
|
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport"> |
|
<meta content="yes" name="apple-mobile-web-app-capable"> |
|
<meta content="global" name="distribution"> |
|
<meta content="general" name="rating"> |
|
<meta content="ALL" name="robots"> |
|
<meta content="authenticity_token" name="csrf-param"> |
|
<meta content="g9O8KZ6ccTa++zrHBofTRlWC/ByupF9ilh9uW8nhDIvuJqL3g2ksB0IN4ydiMlcKE1oOjDLwOnQ1D5EcrMQv/w==" name="csrf-token"> |
|
</head> |
|
<body id="ficlets"> |
|
<header> |
|
<h1> |
|
<a> |
|
Ficlets |
|
</a> |
|
</h1> |
|
<nav> |
|
<ul> |
|
<li> |
|
<a> |
|
Authors |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Stories |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Tags |
|
</a> |
|
</li> |
|
</ul> |
|
</nav> |
|
</header> |
|
<main> |
|
<h1> |
|
JLaughter |
|
</h1> |
|
<div class="author-meta"> |
|
<div class="bio"> |
|
<p> |
|
I’ve always been an avid (dare I say: |
|
<span class="caps"> |
|
OBSESSED |
|
</span> |
|
) reader, and started writing fiction somewhere around 5th or 6th grade. I read approximately 3 or 4 books a month, so new material is always a must! |
|
</p> |
|
<p> |
|
I’ve written for a long time now, although the novel I started in high school has never gotten past the first draft stage. Over the last four years, I’ve fallen out of the habit of writing and I’m looking to ramp that up again. |
|
</p> |
|
<p> |
|
I’m going to insert a shameless plug for my father. Jim Laughter and Victor J. Bretthauer recently published |
|
<strong> |
|
Escape to Destiny |
|
</strong> |
|
, and his book (and oncoming series) is available on |
|
<strong> |
|
tatepublishing.com |
|
</strong> |
|
! |
|
</p> |
|
<p> |
|
Music You Should Try: |
|
<br> |
|
<strong> |
|
The Dears |
|
</strong> |
|
, |
|
<em> |
|
No Cities Left |
|
</em> |
|
<br> |
|
<strong> |
|
Sia |
|
</strong> |
|
, lots of albums…great voice. |
|
</p> |
|
<p> |
|
<em> |
|
Ficlet Series’ in Progress |
|
</em> |
|
: |
|
</p> |
|
<p> |
|
<strong> |
|
Bagman |
|
</strong> |
|
: a Cyberpunk series in the first-person narrative from different points of views. This series is rated |
|
<strong> |
|
<em> |
|
Mature |
|
</em> |
|
</strong> |
|
for drug-use, language, violence and strong sexual references. |
|
<strong> |
|
30471 |
|
</strong> |
|
(in progress) |
|
</p> |
|
<p> |
|
<strong> |
|
The Gerideon Chronicles |
|
</strong> |
|
: An experiment in writing in a classical style reminiscent of Sir Thomas Malory’s |
|
<em> |
|
Le Morte D’Arthur. |
|
</em> |
|
<strong> |
|
30988 |
|
</strong> |
|
(in progress) |
|
</p> |
|
<p> |
|
<em> |
|
Completed Ficlets |
|
</em> |
|
</p> |
|
<p> |
|
<strong> |
|
The Fog |
|
</strong> |
|
: My response to Ana Cristina’s |
|
<em> |
|
Out of Order Challenge |
|
</em> |
|
. |
|
<strong> |
|
33175 |
|
</strong> |
|
</p> |
|
<p> |
|
Also check out my bro’s ficlets! |
|
<strong> |
|
Browncoatben |
|
</strong> |
|
! He’s not as good as me, but he wishes he was. |
|
</p> |
|
</div> |
|
</div> |
|
<section id="stories"> |
|
<h2> |
|
Stories (79) |
|
</h2> |
|
<ul class="object-list stories-list"> |
|
<li class="story-list-item"> |
|
<div class="item-meta"> |
|
<h3> |
|
<a> |
|
Bagman: A Clear Blue Spike |
|
</a> |
|
</h3> |
|
<p> |
|
<strong> |
|
Author: |
|
</strong> |
|
<a> |
|
JLaughter |
|
</a> |
|
</p> |
|
<p> |
|
Published |
|
<abbr title="2008-05-14 01:46:07 UTC"> |
|
May 14th, 2008 |
|
</abbr> |
|
</p> |
|
</div> |
|
</li> |
|
<li class="story-list-item"> |
|
<div class="item-meta"> |
|
<h3> |
|
<a> |
|
Bagman: Fashionably Late |
|
</a> |
|
</h3> |
|
<p> |
|
<strong> |
|
Author: |
|
</strong> |
|
<a> |
|
JLaughter |
|
</a> |
|
</p> |
|
<p> |
|
Published |
|
<abbr title="2008-05-17 00:16:51 UTC"> |
|
May 17th, 2008 |
|
</abbr> |
|
</p> |
|
</div> |
|
</li> |
|
<li class="story-list-item"> |
|
<div class="item-meta"> |
|
<h3> |
|
<a> |
|
Bagman: First Rule: Never Ask |
|
</a> |
|
</h3> |
|
<p> |
|
<strong> |
|
Author: |
|
</strong> |
|
<a> |
|
JLaughter |
|
</a> |
|
</p> |
|
<p> |
|
Published |
|
<abbr title="2008-05-17 02:29:05 UTC"> |
|
May 17th, 2008 |
|
</abbr> |
|
</p> |
|
</div> |
|
</li> |
|
<li class="story-list-item"> |
|
<div class="item-meta"> |
|
<h3> |
|
<a> |
|
Bagman: Shots Fired |
|
</a> |
|
</h3> |
|
<p> |
|
<strong> |
|
Author: |
|
</strong> |
|
<a> |
|
JLaughter |
|
</a> |
|
</p> |
|
<p> |
|
Published |
|
<abbr title="2008-05-17 12:37:40 UTC"> |
|
May 17th, 2008 |
|
</abbr> |
|
</p> |
|
</div> |
|
</li> |
|
</ul> |
|
</section> |
|
</main> |
|
<footer> |
|
<aside> |
|
<a> |
|
Ficlets |
|
</a> |
|
</aside> |
|
<section> |
|
<p> |
|
All stories are licensed under a Creative Commons Attribution-Share Alike 3.0 License. |
|
</p> |
|
<nav> |
|
<ul> |
|
<li> |
|
<a> |
|
Authors |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Stories |
|
</a> |
|
</li> |
|
<li> |
|
<a> |
|
Tags |
|
</a> |
|
</li> |
|
</ul> |
|
</nav> |
|
</section> |
|
</footer> |
|
</body> |
|
</html> |
|
|