All using the same version of css
This commit is contained in:
parent
44d76ef191
commit
d96256eb45
@ -50,7 +50,7 @@ dl { margin: .5em 2em; }
|
|||||||
|
|
||||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
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; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
|
||||||
|
|
||||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
@ -84,4 +84,4 @@ hr { border: 0; border-bottom: dashed 1px #000; width: 50%; margin: 3em 25%; }
|
|||||||
|
|
||||||
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
||||||
|
|
||||||
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
||||||
|
@ -50,7 +50,7 @@ dl { margin: .5em 2em; }
|
|||||||
|
|
||||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
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; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
|
||||||
|
|
||||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/* Impera Media Style */
|
/* Impera Media stylesheet v3 2012-08-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; }
|
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; }
|
||||||
|
|
||||||
.edge { color: #FFF; background-color: #000; }
|
.edge { color: #FFF; background-color: #000; }
|
||||||
@ -17,8 +18,6 @@ body { color: #000; background-color: #FFF; font-family: serif; line-height: 1.4
|
|||||||
|
|
||||||
#contents ul ul, #contents ol ol, #contents ul ol, #contents ol ul { margin-left: 2em; }
|
#contents ul ul, #contents ol ol, #contents ul ol, #contents ol ul { margin-left: 2em; }
|
||||||
|
|
||||||
#contents ul li, #contents ol li { margin-top: .5em; margin-bottom: .5em; }
|
|
||||||
|
|
||||||
.section { margin-bottom: 6em; text-align: justify; }
|
.section { margin-bottom: 6em; text-align: justify; }
|
||||||
|
|
||||||
h1 { font-size: 3.5em; line-height: 1em; font-weight: 400; margin-top: 0; margin-bottom: 1em; }
|
h1 { font-size: 3.5em; line-height: 1em; font-weight: 400; margin-top: 0; margin-bottom: 1em; }
|
||||||
@ -33,7 +32,13 @@ h5 { font-size: 1em; line-height: 1.2em; font-weight: 700; margin: .5em 0; }
|
|||||||
|
|
||||||
h6 { font-size: 1em; line-height: 1.2em; font-weight: 700; float: left; margin: 0 1.5em 0 0; }
|
h6 { font-size: 1em; line-height: 1.2em; font-weight: 700; float: left; margin: 0 1.5em 0 0; }
|
||||||
|
|
||||||
p { text-indent: 0; margin-top: .5em; margin-bottom: .5em; }
|
p + p { text-indent: 1.5em; }
|
||||||
|
|
||||||
|
p.stb { text-indent: 0; margin-top: .83em; }
|
||||||
|
|
||||||
|
p.mtb { text-indent: 0; margin-top: 2.17em; }
|
||||||
|
|
||||||
|
p.ltb { text-indent: 0; margin-top: 3.08em; }
|
||||||
|
|
||||||
pre { font-family: monospace; font-size: .85em; line-height: 1.2em; text-align: left; white-space: pre; margin-top: 1em; margin-bottom: 1em; border: 1px #000 solid; padding: 1.5em; }
|
pre { font-family: monospace; font-size: .85em; line-height: 1.2em; text-align: left; white-space: pre; margin-top: 1em; margin-bottom: 1em; border: 1px #000 solid; padding: 1.5em; }
|
||||||
|
|
||||||
@ -45,7 +50,7 @@ dl { margin: .5em 2em; }
|
|||||||
|
|
||||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
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; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
|
||||||
|
|
||||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
@ -63,8 +68,20 @@ a { color: #000; background-color: #FFF; }
|
|||||||
|
|
||||||
.highlight { color: #000; background-color: #e0e0e0; }
|
.highlight { color: #000; background-color: #e0e0e0; }
|
||||||
|
|
||||||
|
hr { border: 0; border-bottom: dashed 1px #000; width: 50%; margin: 3em 25%; }
|
||||||
|
|
||||||
|
.block { margin-top: .5em; margin-bottom: .5em; font-style: italic; margin-right: 10%; padding: 0 1.5em; }
|
||||||
|
|
||||||
|
.block .noital { font-style: normal; }
|
||||||
|
|
||||||
|
.special01 { margin-left: 40%; font-weight: 900; }
|
||||||
|
|
||||||
|
.end { font-size: 1.5em; line-height: 1.2em; font-weight: 400; margin-top: 1em; margin-bottom: .5em; text-align: center; }
|
||||||
|
|
||||||
#heading, #preface, #contents { margin-bottom: 6em; }
|
#heading, #preface, #contents { margin-bottom: 6em; }
|
||||||
|
|
||||||
#e, #timestamp { margin-bottom: .5em; }
|
#e, #timestamp { margin-bottom: .5em; }
|
||||||
|
|
||||||
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
||||||
|
|
||||||
|
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
||||||
|
@ -50,7 +50,7 @@ dl { margin: .5em 2em; }
|
|||||||
|
|
||||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
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; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
|
||||||
|
|
||||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@ dl { margin: .5em 2em; }
|
|||||||
|
|
||||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
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; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
|
||||||
|
|
||||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
@ -84,4 +84,4 @@ hr { border: 0; border-bottom: dashed 1px #000; width: 50%; margin: 3em 25%; }
|
|||||||
|
|
||||||
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
||||||
|
|
||||||
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"page-template.xpgt" />
|
"page-template.xpgt" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header" style="padding-bottom: 56px;"><img src="logo.jpg" alt="Impera Media Limited logo" width="400" height="48"/></div>
|
|
||||||
<div id="heading">
|
<div id="heading">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>Mythlands</h1>
|
<h1>Mythlands</h1>
|
||||||
@ -19,9 +19,12 @@
|
|||||||
<div id="author">
|
<div id="author">
|
||||||
<h4>Joe Donnelly</h4>
|
<h4>Joe Donnelly</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div id="uri"><a href=
|
<div id="uri"><a href=
|
||||||
"http://www.impera-media.com">http://www.impera-media.com</a></div>
|
"http://www.impera-media.com">http://www.impera-media.com</a></div>
|
||||||
<div id="e">books@impera-media.com</div>
|
<div id="e">books@impera-media.com</div>
|
||||||
|
<div style="padding-bottom: 56px;"><img src="logo.jpg" alt="Impera Media Limited logo" width="200" height="24"/></div>
|
||||||
<p id="timestamp">2015-07-15</p>
|
<p id="timestamp">2015-07-15</p>
|
||||||
|
|
||||||
<div id="copyright">Copyright (c) 2011, Joe Donnelly.
|
<div id="copyright">Copyright (c) 2011, Joe Donnelly.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
/* Impera Media Style */
|
/* Impera Media stylesheet v3 2012-08-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; }
|
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; }
|
||||||
|
|
||||||
.edge { color: #FFF; background-color: #000; }
|
.edge { color: #FFF; background-color: #000; }
|
||||||
@ -17,8 +18,6 @@ body { color: #000; background-color: #FFF; font-family: serif; line-height: 1.4
|
|||||||
|
|
||||||
#contents ul ul, #contents ol ol, #contents ul ol, #contents ol ul { margin-left: 2em; }
|
#contents ul ul, #contents ol ol, #contents ul ol, #contents ol ul { margin-left: 2em; }
|
||||||
|
|
||||||
#contents ul li, #contents ol li { margin-top: .5em; margin-bottom: .5em; }
|
|
||||||
|
|
||||||
.section { margin-bottom: 6em; text-align: justify; }
|
.section { margin-bottom: 6em; text-align: justify; }
|
||||||
|
|
||||||
h1 { font-size: 3.5em; line-height: 1em; font-weight: 400; margin-top: 0; margin-bottom: 1em; }
|
h1 { font-size: 3.5em; line-height: 1em; font-weight: 400; margin-top: 0; margin-bottom: 1em; }
|
||||||
@ -33,7 +32,13 @@ h5 { font-size: 1em; line-height: 1.2em; font-weight: 700; margin: .5em 0; }
|
|||||||
|
|
||||||
h6 { font-size: 1em; line-height: 1.2em; font-weight: 700; float: left; margin: 0 1.5em 0 0; }
|
h6 { font-size: 1em; line-height: 1.2em; font-weight: 700; float: left; margin: 0 1.5em 0 0; }
|
||||||
|
|
||||||
p { text-indent: 0; margin-top: .5em; margin-bottom: .5em; }
|
p + p { text-indent: 1.5em; }
|
||||||
|
|
||||||
|
p.stb { text-indent: 0; margin-top: .83em; }
|
||||||
|
|
||||||
|
p.mtb { text-indent: 0; margin-top: 2.17em; }
|
||||||
|
|
||||||
|
p.ltb { text-indent: 0; margin-top: 3.08em; }
|
||||||
|
|
||||||
pre { font-family: monospace; font-size: .85em; line-height: 1.2em; text-align: left; white-space: pre; margin-top: 1em; margin-bottom: 1em; border: 1px #000 solid; padding: 1.5em; }
|
pre { font-family: monospace; font-size: .85em; line-height: 1.2em; text-align: left; white-space: pre; margin-top: 1em; margin-bottom: 1em; border: 1px #000 solid; padding: 1.5em; }
|
||||||
|
|
||||||
@ -45,7 +50,7 @@ dl { margin: .5em 2em; }
|
|||||||
|
|
||||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
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; position: absolute; /* top: 0; */ /* left: 0; */ margin: 0; padding: 0; }
|
||||||
|
|
||||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||||
|
|
||||||
@ -63,8 +68,20 @@ a { color: #000; background-color: #FFF; }
|
|||||||
|
|
||||||
.highlight { color: #000; background-color: #e0e0e0; }
|
.highlight { color: #000; background-color: #e0e0e0; }
|
||||||
|
|
||||||
|
hr { border: 0; border-bottom: dashed 1px #000; width: 50%; margin: 3em 25%; }
|
||||||
|
|
||||||
|
.block { margin-top: .5em; margin-bottom: .5em; font-style: italic; margin-right: 10%; padding: 0 1.5em; }
|
||||||
|
|
||||||
|
.block .noital { font-style: normal; }
|
||||||
|
|
||||||
|
.special01 { margin-left: 40%; font-weight: 900; }
|
||||||
|
|
||||||
|
.end { font-size: 1.5em; line-height: 1.2em; font-weight: 400; margin-top: 1em; margin-bottom: .5em; text-align: center; }
|
||||||
|
|
||||||
#heading, #preface, #contents { margin-bottom: 6em; }
|
#heading, #preface, #contents { margin-bottom: 6em; }
|
||||||
|
|
||||||
#e, #timestamp { margin-bottom: .5em; }
|
#e, #timestamp { margin-bottom: .5em; }
|
||||||
|
|
||||||
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
||||||
|
|
||||||
|
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user