/*PodiumCSS_epub(Rev 1.1).css C:\DOCUME~1\jmills\Desktop\PODIUM~1.CSS(C:\DOCUME~1\jmills\Desktop\PODIUM~1.CSS charset "utf-8"; /* Podium CSS Document for epub - iPad/Nook Devices - Original Release: Rev 1.0, May 4, 2011 - Rev 1.1 - August 23, 2011 - 1. Updated body with margins - 2. Updated all font sizing to em sizing - 3. Updated heading sizes to make distinct for baseline text sizing - 4. Updated sidebar for enhanced display with border - 5. Added div.block as a container style */ body { margin-top: 10px; margin-bottom: 10px; margin-right: 10px; margin-left: 10px; font-size: 1.0em; } /*Standard text size of all paragraph*/ p { text-align: justify; font-size: 1.0em; } /*Indented Paragraph*/ .indentpara { text-align: justify; margin-bottom: 0.5em; margin-top: 0.5em; text-indent: 1em; } /*Block Paragraph*/ .blockpara { text-align: justify; display: block; margin-bottom: 0.5em; margin-top: 0.5em; text-indent: 0em; } /*Hierarchy of section headings*/ h1{ margin-bottom: 1.5em; margin-top: 3em; font-size: 2.0em; text-align: center; font-weight: bold; font-style: italic; } h2{ margin-bottom: 0.5em; margin-top: 2.0em; font-size: 1.8em; text-align: left; } h3{ margin-bottom: 0.5em; margin-top: 2.0em; font-size: 1.6em; text-align: left; } h4{ margin-bottom: 0.5em; margin-top: 2.0em; font-size: 1.4em; text-align: left; font-weight: bold; } h5{ margin-bottom: 0.5em; margin-top: 2.0em; font-size: 1.2em; text-align: left; font-weight: bold; } /*Inline Images*/ img.inline{ text-align: center; height: 100%; margin-top: 10px; margin-bottom: 10px; } /*Title page captured as an image*/ img.titlepage_image { margin-top: 1em; margin-bottom: 1em; height: 100%; } /*Cover page of ePub*/ .cover { height: 95%; width: 100%; } /*Back Cover of ePub*/ img.backcover { height: 100%; } /*Image Caption*/ img.image_caption{ text-align: left; font-size: 1.0em; margin-bottom: 1em; margin-top: 1em; } /*Sidebar articles floating on right or left*/ .sidebar{ float:right; /*or left based on position on source*/ margin-bottom: 2.0em; margin-top: 2.0em; margin-left: 2.0em; margin-right: 2.0em; width:250px; border: #000 thin; } /*Display math*/ .display_math { text-align: center; margin-bottom: .5em; margin-top: .5em; height: 100%; } /*Blockquote text*/ .blockquote { display: block; margin-bottom: .25em; margin-top: .25em; margin-left: 2.0em; margin-right: 2.0em; font-size: 1.0em; } /*Unordered List - no graphic*/ ul.blank { list-style-type: none; /*Values: circle/square/disc*/ } /*Ordered List*/ ol { list-style-type: decimal; /*Values: decimal/decimal-leading-zero/lower-alpha/lower-greek/lower-latin/lower-roman/upper-alpha/upper-latin/upper-roman */ } /*Numbered endnotes*/ .endnote { margin-top: .25em; margin-left: 2px; font-size: 0.9em; text-indent: -2px; } /*Poem*/ .poem { margin-left: 2em; white-space: pre; } /*Drop Cap as Letter*/ span.dropletter { font-size: 3.0em; font-weight: bold; line-height: 1em; height: 1em; float: left; margin: -0.1em 0.25em -0.1em .25em; } /*Drop Cap as Image*/ span.drop { float: left; margin: -0.1em 0.25em -0.1em .25em; } /*Citation with heading Reference or Bibliography - left aligned*/ .references { text-align: left; margin-top: 0em; margin-bottom: 0.5em; } /*Citation with heading Reference or Bibliography - reverse aligned*/ .references_r { text-align: left; margin-top: 0em; margin-bottom: 0.5em; margin-left: 2px; text-indent: -2px; } /*Pagebreak*/ .pagebreak { page-break-before: always; } /*Superscript number*/ .sup { font-size: 0.75em; position: relative; bottom: 0.5em; } /*Subscript number*/ .sub { font-size: 0.75em; position: relative; top: 0.3em; } /*Title Page - Title*/ .title { font-weight: bold; text-align: center; font-size: 2em; margin-bottom: 1em; margin-top: 1em; } /*Title Page - Subtitle*/ .subtitle { font-style: italic; text-align: center; } /*Title Page - Author*/ .author { font-weight: bold; text-align: left; margin-top: 2em; margin-bottom: 8em; text-align: center; } /*Title Page - Publisher*/ .publisher { font-size:1em; text-align: center; } /* Add new class */ .italic{ font-style: italic; } .bold{ font-weight: bold; } .small{ font-size:80% } .text_noindent { margin-top: 1em; margin-bottom: 0em; } .text_indent { margin-top: 0em; margin-bottom: 0em; text-indent: 1em; } .center { text-align: center; } /* copyright */ .text_noindent1 { margin-top: 0em; margin-bottom: 0em; margin-left:1em; font-weight: normal; text-align: left; text-indent: 0em; } .text_noindent2 { margin-top: 0em; margin-bottom: 0em; margin-left:2em; font-weight: normal; text-align: left; text-indent: 0em; } .attrib { margin-right: 0em; margin-top: 0.5em; margin-bottom: 1em; margin-left:0em; text-align: right; } .margin_top{ margin-top: 0em; }