summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2017-12-23 12:01:17 +1030
committerdaniel-Jones <daniel@danieljon.es>2017-12-23 12:01:17 +1030
commitac8328162120aa50291bbb533cfd007dea419283 (patch)
tree1b7692a2c4c9f2248d1b075e027bac585caa6760
parent90bcb8ff7eff5a38d9f9a10c021cf36500d9cab0 (diff)
downloadwebsite-ac8328162120aa50291bbb533cfd007dea419283.tar.gz
website-ac8328162120aa50291bbb533cfd007dea419283.zip
theme change, not sure if I'm going to keep this, but we can try it out
-rw-r--r--template.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/template.txt b/template.txt
index 0003dc6..cae09b9 100644
--- a/template.txt
+++ b/template.txt
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
<style type="text/css">
-body{margin-right: 20px; margin-left: 20px; font-family: Verdana}
+body{margin-right: 60px; margin-left: 60px; font-family: Verdana}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
.middle{text-align: center;}
.middiv{margin: auto; width: 80%;}
@@ -18,6 +18,7 @@ img{max-width: 100%; max-height: 100%; overflow: hidden;}
h1,h2,h3,h4{padding-left: 5px; !important;}
div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;}
div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;}
+.content{border: 1px solid black; border-radius: 5px; padding-left: 15px; padding-right: 15px; background: #eeeeec;}
</style>
</head>
<body>
@@ -26,7 +27,9 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-
<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">portfolio</a> <a href="https://git.danieljon.es">git</a>
{INFO}
</div>
+<div class="content">
{CONTENT}
+</div>
<br> <br> <div id="gentag">page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a></div>
</body>
</html>