Updated stylesheet to v4, fixes img tag for title page

This commit is contained in:
Martin Donnelly 2015-07-15 17:00:59 +01:00
parent d96256eb45
commit b0981f8662
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* Impera Media stylesheet v3 2012-08-15*/
/* Impera Media stylesheet v4 2015-07-15*/
body { color: #000; background-color: #FFF; font-family: serif; line-height: 1.4em; text-align: left; text-indent: 0; border: 0 none; margin: 0; padding: 0; }
@ -6,7 +6,7 @@ body { color: #000; background-color: #FFF; font-family: serif; line-height: 1.4
#cover img { text-align: center; font-style: italic; font-size: 90%; margin: 0 auto; padding: 0; }
#header img { border: 0 none; margin: 0; }
#header img { }
#header div a, #footer div a { color: #FFF; background-color: #000; text-decoration: none; }
@ -50,7 +50,7 @@ dl { margin: .5em 2em; }
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
img { border: none; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
img { border: none; margin: 0; padding: 0; }
#references ul li { margin-top: 1em; margin-bottom: 1em; }
@ -80,6 +80,8 @@ hr { border: 0; border-bottom: dashed 1px #000; width: 50%; margin: 3em 25%; }
#heading, #preface, #contents { margin-bottom: 6em; }
.centered {text-align: center;}
#e, #timestamp { margin-bottom: .5em; }
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }

View File

@ -12,7 +12,7 @@
</head>
<body>
<div id="heading">
<div id="heading" class="centered">
<div id="title">
<h1>Mythlands</h1>
</div>