/* 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 */ /* 26/09/14 Changed all px measurements to em to meet v1.3 spec */ /* 02/10/14 Added media queries for HC image handling */ /* 22/10/14 Removed any text-align: left (as this is the default) to meet spec */ /* 26/11/14 added div.figure_cover img with padding: 0 to solve iPad splitting image */ 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 } strong { font-weight: bold } body.cover { margin: 0 } /* Image handling*/ img { max-width: 98%; max-height: 98%; padding-top: 0.625em; padding-bottom: 0.625em } div.figure_cover { text-align: center } div.figure_cover img { padding-top: 0; padding-bottom: 0 } /* For use with object styles */ h1, h2, h3, h4, h5 { margin-top: 1.25em; margin-bottom: 0; padding: 0 } /* Standard Tables */