Last active
August 29, 2015 13:57
-
-
Save seykron/9688447 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>$title$</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="generator" content="pandoc"> | |
<style type="text/css"> | |
body { | |
background: #cacaca; | |
font-family: Times New Roman, serif, sans-serif; | |
} | |
h1 { | |
margin: 0 0 1em 0; | |
} | |
h2, h3, h4, h5 { | |
margin: 0; | |
} | |
p, li { | |
line-height: 1.5em; | |
} | |
ul { | |
margin: 0; | |
padding: 0 0 0 20px; | |
} | |
.page { | |
/** page-separator-A4.png */ | |
background: url(http://oi60.tinypic.com/2sb4jk7.jpg) repeat-y #fafafa; | |
margin: auto; | |
padding: 20mm; | |
width: 170mm; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="document" class="page"> | |
$body$ | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment