summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/template.txt b/template.txt
index b9fdfd0..0d4cdce 100644
--- a/template.txt
+++ b/template.txt
@@ -10,14 +10,17 @@
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
<style type="text/css">
-body{/*background-color:#222; color: #eee;*/ margin-right: 20px; margin-left: 20px;}
-/*div{background-color: #202020 !important;}*/
+body{/*background-color:#222; color: #eee;*/ margin-right: 20px; margin-left: 20px; font-family: Verdana}
+/*div{background-color: #1a1a1a;}*/
/*a:link{color: #3F51B5;}*/
/*a:visited{#3F51B5;}*/
-img{max-width: 100%; max-height: 100%; overflow: hidden;}
+img{max-width: 100%; max-height: 100%; overflow: hidden;}
.middle{text-align: center;}
+.middiv{margin: auto; width: 80%;}
#gentag{text-align: center; font-size: 75%;}
-/*h1,h2,h3,h4 {background-color: black !important; color: #e02020 !important;}*/
+h1,h2,h3,h4{padding-left: 5px; /*background-color: black !important; color: #e02020*/ !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;}
</style>
</head>