View Single Post
Old 09-10-2012, 03:02 PM   #3
Froon Akker
Junior Member
Froon Akker began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Sep 2012
Device: Sony
This is the css, or is'nt that what you mean? I could send you the book, if you want to.

/* ===================== Headings ===================== */
h1.book-title
{
font-size:500%;
font-style:bold;
margin-top:0em;
margin-bottom:0.5em;
text-align:center;
text-indent:0em;
line-height:1.2em;
}
/* ===================== Paragraph ===================== */
p.half-title
{
font-size:210%;
margin-top:5em;
font-weight:bold;
margin-bottom:3em;
color:#808080;
text-align:center;
text-indent:0em;
}
p.author
{
font-size:x-large;
margin-top:2em;
margin-bottom:0.5em;
font-weight:bold;
text-align:center;
text-indent:0em;
}
p.author1
{
font-size:150%;
margin-top:0em;
margin-bottom:0em;
text-align:center;
text-indent:0em;
}
p.editor
{
font-size:small;
margin-top:10em;
margin-bottom:0em;
text-align:center;
text-indent:0em;
}
p.copyright
{
font-size:x-small;
margin-top:0em;
margin-bottom:0em;
text-align:justify;
text-indent:0em;
}
p.copyright1
{
font-size:x-small;
margin-top:2em;
margin-bottom:0em;
text-align:justify;
text-indent:0em;
}
p.para
{
font-size:small;
margin-top:8em;
margin-bottom:0em;
text-align:justify;
text-indent:0em;
}
p.indent-para
{
font-size:medium;
margin-top:0em;
margin-bottom:0em;
text-align:justify;
text-indent:1.0em;
}
p.right-para
{
font-size:small;
margin-top:0em;
margin-bottom:0.50em;
text-align:right;
text-indent:0em;
}
p.image
{
margin-top:1em;
margin-bottom:1em;
text-indent:0em;
text-align:center;
}
p.linespace
{
font-size:small;
margin-top:1.0em;
margin-bottom:0em;
}
/* Character Style Definitions */

span.smallcaps
{

font-size:75%;
}
svg
{
height:100%;
width:100%;
}
img
{
max-width:95%;
}
p.para1
{
font-size:medium;
margin-top:1em;
margin-bottom:0em;
text-align:justify;
text-indent:0em;
}
span.big
{
font-weight:normal;
font-size:260%;
float:left;
margin-top:-0.5em;
margin-bottom:-0.5em;
}
.extract
{
font-size:small;
font-weight:normal;
font-style:italic;
margin-top:1em;
margin-bottom:0em;
margin-left:2em;
margin-right:2em;
text-indent:0em;
}
.extract1
{
font-size:small;
font-weight:normal;
margin-top:0em;
margin-bottom:0em;
margin-left:2em;
margin-right:2em;
text-indent:1.0em;
}
.extract2
{
font-size:small;
font-weight:normal;
font-style:italic;
margin-top:0em;
margin-bottom:0em;
margin-left:2em;
margin-right:2em;
text-indent:0em;
}
div.pagebreak
{
page-break-before:always;
}
Froon Akker is offline   Reply With Quote