mirror of
https://gitlab.silvrtree.co.uk/martind2000/booksnew.git
synced 2025-02-14 20:29:15 +00:00
New stylesheet for incubus
This commit is contained in:
parent
dc0587de5e
commit
0df73d2c1a
@ -1,300 +1,87 @@
|
||||
/* Caxton Web stylesheet */
|
||||
/* 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: black;
|
||||
background-color: white;
|
||||
font-family: serif;
|
||||
line-height: 1.4em;
|
||||
text-align: left;
|
||||
text-indent: 0em;
|
||||
border: 0 none;
|
||||
margin: 0em;
|
||||
padding: 0em;
|
||||
}
|
||||
.edge { color: #FFF; background-color: #000; }
|
||||
|
||||
#cover img { text-align: center; font-style: italic; font-size: 90%; margin: 0 auto; padding: 0; }
|
||||
|
||||
.edge
|
||||
{
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
#header img { border: 0 none; margin: 0; }
|
||||
|
||||
#cover img
|
||||
{
|
||||
margin: 0 auto; padding: 0; text-align: center; font-style: italic; font-size: 90%;
|
||||
#header div a, #footer div a { color: #FFF; background-color: #000; text-decoration: none; }
|
||||
|
||||
#author { margin-bottom: 1.5em; }
|
||||
|
||||
}
|
||||
#header img
|
||||
{
|
||||
border: 0 none;
|
||||
margin: 0em;
|
||||
}
|
||||
#licensenotice { font-size: .9em; line-height: 1.2em; }
|
||||
|
||||
#header div a,
|
||||
#footer div a
|
||||
{
|
||||
color: white;
|
||||
background-color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
#abstract { text-align: justify; }
|
||||
|
||||
#heading
|
||||
{
|
||||
margin-bottom: 6em;
|
||||
}
|
||||
#contents ul ul, #contents ol ol, #contents ul ol, #contents ol ul { margin-left: 2em; }
|
||||
|
||||
#author
|
||||
{
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
.section { margin-bottom: 6em; text-align: justify; }
|
||||
|
||||
#e
|
||||
{
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
h1 { font-size: 3.5em; line-height: 1em; font-weight: 400; margin-top: 0; margin-bottom: 1em; }
|
||||
|
||||
#timestamp
|
||||
{
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
h2 { font-size: 2.5em; line-height: 1em; font-weight: 400; margin-top: 0; margin-bottom: .5em; }
|
||||
|
||||
#licensenotice
|
||||
{
|
||||
font-size: 0.9em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
h3 { font-size: 1.5em; line-height: 1.2em; font-weight: 400; margin-top: 1em; margin-bottom: .5em; }
|
||||
|
||||
#preface
|
||||
{
|
||||
margin-bottom: 6em;
|
||||
}
|
||||
h4 { font-size: 1.2em; line-height: 1.2em; font-weight: 700; margin-top: 1em; margin-bottom: 0; }
|
||||
|
||||
#abstract
|
||||
{
|
||||
text-align: justify;
|
||||
}
|
||||
h5 { font-size: 1em; line-height: 1.2em; font-weight: 700; margin: .5em 0; }
|
||||
|
||||
#contents
|
||||
{
|
||||
margin-bottom: 6em;
|
||||
}
|
||||
h6 { font-size: 1em; line-height: 1.2em; font-weight: 700; float: left; margin: 0 1.5em 0 0; }
|
||||
|
||||
#contents ul,
|
||||
#contents ol
|
||||
{
|
||||
list-style-type: none;
|
||||
margin-left: 0em;
|
||||
}
|
||||
p + p { text-indent: 1.5em; }
|
||||
|
||||
#contents ul ul,
|
||||
#contents ol ol,
|
||||
#contents ul ol,
|
||||
#contents ol ul
|
||||
{
|
||||
margin-left: 2em;
|
||||
}
|
||||
p.stb { text-indent: 0; margin-top: .83em; }
|
||||
|
||||
#contents ul li,
|
||||
#contents ol li
|
||||
{
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
p.mtb { text-indent: 0; margin-top: 2.17em; }
|
||||
|
||||
.section
|
||||
{
|
||||
margin-bottom: 6em;
|
||||
text-align: justify;
|
||||
}
|
||||
p.ltb { text-indent: 0; margin-top: 3.08em; }
|
||||
|
||||
h1
|
||||
{
|
||||
font-size: 3.5em;
|
||||
line-height: 1em;
|
||||
font-weight: normal;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
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; }
|
||||
|
||||
h2
|
||||
{
|
||||
font-size: 2.5em;
|
||||
line-height: 1em;
|
||||
font-weight: normal;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
ol, ul { margin: .5em 2em .5em 3em; padding: 0; }
|
||||
|
||||
h3
|
||||
{
|
||||
font-size: 1.5em;
|
||||
line-height: 1.2em;
|
||||
font-weight: normal;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.plainlist { list-style-type: none; }
|
||||
|
||||
h4
|
||||
{
|
||||
font-size: 1.2em;
|
||||
line-height: 1.2em;
|
||||
font-weight: bold;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0em;
|
||||
}
|
||||
dl { margin: .5em 2em; }
|
||||
|
||||
h5
|
||||
{
|
||||
font-size: 1em;
|
||||
line-height: 1.2em;
|
||||
font-weight: bold;
|
||||
margin: 0.5em 0 0.5em 0;
|
||||
}
|
||||
table { font-size: 1em; line-height: 1.4em; margin-top: 1em; }
|
||||
|
||||
h6
|
||||
{
|
||||
font-size: 1em;
|
||||
line-height: 1.2em;
|
||||
font-weight: bold;
|
||||
margin: 0 1.5em 0 0;
|
||||
float: left;
|
||||
}
|
||||
img { border: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
|
||||
|
||||
p
|
||||
{
|
||||
text-indent: 0em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
#references ul li { margin-top: 1em; margin-bottom: 1em; }
|
||||
|
||||
pre
|
||||
{
|
||||
font-family: monospace;
|
||||
font-size: 0.85em;
|
||||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
white-space: pre;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
padding: 1.5em;
|
||||
border: 1px black solid;
|
||||
}
|
||||
code, tt { font-family: monospace; }
|
||||
|
||||
ol, ul
|
||||
{
|
||||
margin: 0.5em 2em 0.5em 3em;
|
||||
padding: 0em;
|
||||
}
|
||||
.codeblock { font-family: monospace; font-size: .85em; line-height: 1.2em; text-align: left; margin-top: 1em; margin-bottom: 1em; border: 1px #000 solid; padding: 1.5em; }
|
||||
|
||||
.plainlist
|
||||
{
|
||||
list-style-type: none;
|
||||
}
|
||||
.codeblock .codeblock { font-size: 1em; border: 0 none; padding-top: 0; padding-bottom: 0; margin: 0; }
|
||||
|
||||
dl
|
||||
{
|
||||
margin: 0.5em 2em 0.5em 2em;
|
||||
}
|
||||
li, dt, dd { margin-top: .25em; margin-bottom: .25em; }
|
||||
|
||||
table
|
||||
{
|
||||
font-size: 1em;
|
||||
line-height: 1.4em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
dt { font-weight: 700; }
|
||||
|
||||
img
|
||||
{
|
||||
border: none;
|
||||
margin: 0 0 ;
|
||||
padding: 0 0;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
}
|
||||
a { color: #000; background-color: #FFF; }
|
||||
|
||||
#references ul
|
||||
{
|
||||
list-style-type: none;
|
||||
/*list-style-position: outside;*/
|
||||
margin-left: 0em;
|
||||
}
|
||||
.highlight { color: #000; background-color: #e0e0e0; }
|
||||
|
||||
#references ul li
|
||||
{
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
hr { border: 0; border-bottom: dashed 1px #000; width: 50%; margin: 3em 25%; }
|
||||
|
||||
code, tt
|
||||
{
|
||||
font-family: monospace;
|
||||
}
|
||||
.block { margin-top: .5em; margin-bottom: .5em; font-style: italic; margin-right: 10%; padding: 0 1.5em; }
|
||||
|
||||
.codeblock
|
||||
{
|
||||
font-family: monospace;
|
||||
font-size: 0.85em;
|
||||
line-height: 1.2em;
|
||||
text-align: left;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
padding: 1.5em;
|
||||
border: 1px black solid;
|
||||
}
|
||||
.block .noital { font-style: normal; }
|
||||
|
||||
.codeblock .codeblock
|
||||
{
|
||||
font-size: 1em;
|
||||
border: 0 none;
|
||||
margin: 0em;
|
||||
padding-top: 0em;
|
||||
padding-bottom: 0em;
|
||||
}
|
||||
.special01 { margin-left: 40%; font-weight: 900; }
|
||||
|
||||
li, dt, dd
|
||||
{
|
||||
margin-top: 0.25em;
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
.end { font-size: 1.5em; line-height: 1.2em; font-weight: 400; margin-top: 1em; margin-bottom: .5em; text-align: center; }
|
||||
|
||||
dt
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
#heading, #preface, #contents { margin-bottom: 6em; }
|
||||
|
||||
a
|
||||
{
|
||||
color: black;
|
||||
background-color: white;
|
||||
}
|
||||
#e, #timestamp { margin-bottom: .5em; }
|
||||
|
||||
/*a:link, a:visited
|
||||
{
|
||||
color: black;
|
||||
background-color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
#contents ul, #contents ol, #references ul { list-style-type: none; margin-left: 0; }
|
||||
|
||||
a:hover
|
||||
{
|
||||
color: black;
|
||||
background-color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:active
|
||||
{
|
||||
color: black;
|
||||
background-color: rgb(208,208,208);
|
||||
text-decoration: underline;
|
||||
}*/
|
||||
|
||||
.highlight
|
||||
{
|
||||
color: black;
|
||||
background-color: rgb(224,224,224);
|
||||
}
|
||||
#contents ul li, #contents ol li, p { margin-top: .5em; margin-bottom: .5em; }
|
||||
|
Loading…
Reference in New Issue
Block a user