|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<style> |
|
@font-face { |
|
font-family : main; |
|
font-weight : bold; |
|
src: url('fonts/LiberationSerif-Regular-webfont.eot'); |
|
src: url('fonts/LiberationSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'), |
|
url('fonts/LiberationSerif-Regular-webfont.woff') format('woff'), |
|
url('fonts/LiberationSerif-Regular-webfont.ttf') format('truetype'), |
|
url('fonts/LiberationSerif-Regular-webfont.svg#liberation_serifregular') format('svg'); |
|
font-weight: normal; |
|
font-style: normal; |
|
} |
|
|
|
@font-face { |
|
font-family : mordscript; |
|
src: url('fonts/bilboswashcaps-regular-webfont.eot'); |
|
src: url('fonts/bilboswashcaps-regular-webfont.eot?#iefix') format('embedded-opentype'), |
|
url('fonts/bilboswashcaps-regular-webfont.woff') format('woff'), |
|
url('fonts/bilboswashcaps-regular-webfont.ttf') format('truetype'), |
|
url('fonts/bilboswashcaps-regular-webfont.svg#bilbo_swash_capsregular') format('svg'); |
|
font-weight: bold; |
|
font-style: normal; } |
|
|
|
* {margin:0; padding:0} |
|
|
|
p, h1, h2 { |
|
margin-top:0.25em; |
|
} |
|
|
|
div[role] { |
|
margin-top:1.25em; |
|
} |
|
|
|
body { |
|
background-color: black; |
|
color : #999; |
|
font-size: 26px; |
|
font-family: main, sans-serif; |
|
} |
|
h1, h2, h3, h4, h5, h6, a { |
|
font-family: mordscript, cursive; |
|
color: crimson; |
|
} |
|
a { |
|
text-decoration : none; |
|
} |
|
#site-title h1 { |
|
margin-bottom : 0; |
|
} |
|
#site-description { |
|
margin : 0 auto; |
|
font-size : 20px; |
|
} |
|
div[role~=header] { |
|
border-bottom: thick solid #3C3C3C; |
|
} |
|
div[role~=main] { |
|
} |
|
div[role~=main] p:last-child { |
|
text-align:right; |
|
font-variant: small-caps; |
|
} |
|
@media (min-width: 980px) { |
|
div[role] { |
|
width:980px; |
|
margin-left: auto; |
|
margin-right: auto; |
|
} |
|
} |
|
@media (min-width: 500px) and (max-width: 979px) { |
|
div[role] { |
|
margin: 1em; |
|
} |
|
} |
|
|
|
@media (max-width: 499px) { |
|
div[role] { |
|
margin: 0.5em; |
|
} |
|
} |
|
|
|
div[role~=navigation] { |
|
position:relative |
|
} |
|
#before { |
|
float:left |
|
} |
|
#after { |
|
float:right |
|
} |
|
</style> |
|
<meta charset="utf-8"> |
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"> |
|
<title> |
|
Mord Carrot clan |
|
</title> |
|
</head> |
|
<body> |
|
<div role="header"> |
|
<div id="site-title"> |
|
<h1> |
|
<a rel="home" title="Mord Blog"> |
|
Mord Blog |
|
</a> |
|
</h1> |
|
<p id="site-description"> |
|
I am Mord. I serve my lord Kord with my greatsword. |
|
</p> |
|
</div> |
|
</div> |
|
<div role="main"> |
|
<h2> |
|
Carrot clan |
|
</h2> |
|
<p> |
|
As we walked, Air and Wander told us fantastic tales of the great dwarven carrot clan. They dig deep for gems and other stuff. |
|
</p> |
|
<p> |
|
All Grins is apparently not from carrots. He from Hardly Grins. |
|
</p> |
|
<p> |
|
For Napkin is getting a little frisky with wolf Low Show. I think For Napkin is a little bored with us. |
|
</p> |
|
<p> |
|
We not have any more drink. And while a wolf is nice and all, not so much a dragon, me thinks. |
|
</p> |
|
<p> |
|
We had to go single file along a path. Then Barrel and Air stopped. |
|
</p> |
|
<p> |
|
Well, guard refused to let Pitter go. Me stay with Pitter to the bitter end. |
|
</p> |
|
<p> |
|
I asked if he wanted to wrestle. He got this glint in his eye. |
|
</p> |
|
<p> |
|
I see our people approach with a rather tallish dwarf. He looks important. |
|
</p> |
|
<p> |
|
Mords of Wisdom: People not welcome their enemy's people. |
|
</p> |
|
</div> |
|
<div role="navigation"> |
|
<div id="before"> |
|
<a> |
|
↤ A new day, a new strength |
|
</a> |
|
</div> |
|
<div id="after"> |
|
<a> |
|
A Brick Cometh ↦ |
|
</a> |
|
</div> |
|
</div> |
|
</body> |
|
</html> |
|
|