/* HarperCollins Basestyle*/ /* 08/10/12 Stripped out most styling to allow for new styling from indesign */ /* 30/01/13 Removed referenced to black */ /* 12/03/13 Removed any left alignment settings (as this is the default) */ /* 09/07/14 Removed "EP_" styles as dual classes no longer used in XHTML */ body { margin-left: 3%; margin-right: 3%; margin-top: 3%; margin-bottom: 3%; } p { text-align: justify; text-indent: 0; margin-top: 0; margin-bottom: 0; /* widow and orphan control won't do much on kindle - solves some issues on iPad */ orphans: 2; widows: 2; } sup{ font-size : 0.8em; } sub{ font-size : 0.8em; } strong{ font-weight : bold; } /* Image handling*/ div.img { text-align: center; } img { max-width:98%; max-height:98%; padding-top: 10px; padding-bottom: 10px; } img.inline{ border : 0; padding : 1px; margin : 0; vertical-align:middle; } div.figure_cover{ text-align:center; } div.title-page-image div.image img{ max-width: 98%; height: 98%; } /* For use with object styles */ div.image-left div.image{ text-align:left; margin-top:1em; margin-bottom:1em; } div.image-right div.image{ text-align:right; margin-top:1em; margin-bottom:1em; } div.image-centered div.image{ text-align:center; margin-top:1em; margin-bottom:1em; } div.chapter-image-head { padding-bottom : 30px; } .chapter-ornament { text-align: center; } .part-ornament { text-align: center; } h1, h2, h3, h4, h5 { margin-top :20px; margin-bottom: 0px; padding : 0; } /* Standard Tables */ table{ display:inline-table; margin-top:10px; margin-bottom:10px; margin-left:auto; margin-right:auto; background-color : #F1F1F1; } caption{ margin-bottom: 5px; margin-top: 10px; text-align: center; font-weight: bold; font-size: 0.8em; } th{ font-size: 0.7em; font-weight : bold; margin-left: 5px; padding-left: 3px; padding-right: 3px; padding-top: 3px; padding-bottom: 3px; background-color : lightgray; border-top : solid; border-bottom : solid; border-width : 1px; } td { font-size: 0.7em; vertical-align:top; margin-left: 3px; padding-left: 3px; } td p { vertical-align:top; margin-top:0pt; padding-top:0pt; }