/* ---- Default Styles ---- */ @page { margin-top: 30px; margin-bottom: 20px; } body { padding: 0; margin-left: 30px; margin-right: 30px; } h1, h2, h3, h4, h5, h6 { text-align: center; font-weight: normal; page-break-after: avoid; hyphens: none !important; -moz-hyphens: none !important; -webkit-hyphens: none !important; adobe-hyphenate: none !important; } h1.title { margin-top: 2em; font-size: 2.5em; } h2.subtitle { margin-top: .5em; font-size: 1.75em; } h1.fmbmhead { font-size: 1.4em; margin: 1.5em 0; font-weight:normal; text-align:center; text-indent:0; } h1.chapHead { margin-top: 3em; font-weight: normal; font-size: 2em; } h2.chapNum {font-size: 1.75em;} h3.chapTitle {font-size: 1.4em;} h4.chapSub {font-size: .9em;} h3.sub { font-weight:normal; text-align:center; text-indent:0; margin-top:30px; font-size: .9em; } h3.left {font-size: 1em;} /* ---- Document Styles ---- */ .first { text-indent: 0; margin-top: 1px; border-top: 1px solid black; padding-top: .25em; } .ind {text-indent: 2em;} .indht { margin-top: 20px; text-indent: 2em; } .lind { text-align: left; text-indent: 2em; } .noind {text-indent: 0;} .noind2 { margin-left: 4em; text-indent: 0; } .noind2ht { margin-left: 4em; text-indent: 0; } .noindht { margin-top: 20px; text-indent: 0; } .lnoind { text-align: left; text-indent: 0; } .center { text-align: center; text-indent: 0; } .centerht { margin-top: 20px; text-align: center; text-indent: 0; } .right { text-indent: 0; text-align: right; } .rightht { margin-top: 20px; text-align: right; text-indent: 0; } .left {text-align: left;} .copy1 { margin-top: 20px; text-indent:0; text-align:center; font-size:.9em; } .copy2 { text-indent:0; text-align:center; font-size:.9em; } .note { text-indent: 0; text-align: left; margin-top: 20px; } .caption { text-align: center; text-indent: 0; font-size: 0.9em; margin: 0 30px; } .break { text-align: center; text-indent: 0; margin-top: 30px; margin-bottom: 30px; } .small2 { font-size: 0.8em; } .normal {font-weight:normal;} .strike {text-decoration:line-through;} .underline {text-decoration:underline;} /* ---- Paragraphs ---- */ p { margin-top: 0; margin-bottom: 0; text-indent: 2em; line-height: 1.5em; text-align: justify; } .toc1 {margin-top: 5px;} .poem1, .toc1, .hang1, .list1, .biblio{ text-indent: -30px; margin-left: 30px; text-align: left; } .poem2, .toc2, .hang2, .list2{ text-indent: -30px; margin-left: 60px; text-align: left; } .poem3, .toc3, .hang3, .list3{ text-indent: -30px; margin-left: 90px; text-align: left; } .poem4, .toc4, .hang4, .list4{ text-indent: -30px; margin-left: 120px; text-align: left; } .poem5, .toc5, .hang5, .list5{ text-indent: -30px; margin-left: 150px; text-align: left; } .poem6, .toc6, .hang6, .list6{ text-indent: -30px; margin-left: 180px; text-align: left; } .poem7, .toc7, .hang7, .list7{ text-indent: -30px; margin-left: 210px; text-align: left; } .poem8, .toc8, .hang8, .list8{ text-indent: -30px; margin-left: 240px; text-align: left; } .poem9, .toc9, .hang9, .list9{ text-indent: -30px; margin-left: 270px; text-align: left; } .poem1init { text-indent: -35px; margin-left: 30px; text-align: left; } .poem2init { text-indent: -35px; margin-left: 60px; text-align: left; } .poem3init { text-indent: -35px; margin-left: 90px; text-align: left; } .poem4init { text-indent: -35px; margin-left: 120px; text-align: left; } .poem5init { text-indent: -35px; margin-left: 150px; text-align: left; } .poem6init { text-indent: -35px; margin-left: 180px; text-align: left; } .poem7init { text-indent: -35px; margin-left: 210px; text-align: left; } .poem8init { text-indent: -35px; margin-left: 240px; text-align: left; } .poem9init { text-indent: -35px; margin-left: 270px; text-align: left; } .idx1 { text-indent: -40px; margin-left: 40px; text-align: left; } .idx2 { text-indent: -40px; margin-left: 70px; text-align: left; } .idx3 { text-indent: -40px; margin-left: 100px; text-align: left; } .idx4 { text-indent: -40px; margin-left: 130px; text-align: left; } .idx5 { text-indent: -40px; margin-left: 160px; text-align: left; } .idx6 { text-indent: -40px; margin-left: 190px; text-align: left; } .idx7 { text-indent: -40px; margin-left: 220px; text-align: left; } .idx8 { text-indent: -40px; margin-left: 250px; text-align: left; } .idx9 { text-indent: -40px; margin-left: 280px; text-align: left; } .copy1 { font-size: 0.9em; } .copy2 { font-size: 0.9em; } /* ---- Lists ---- */ ul.disc {list-style-type: disc;} ul.circle {list-style-type: circle;} ul.square {list-style-type: square;} ol.decimal {list-style-type: decimal;} ol.upper-alpha {list-style-type: upper-alpha;} ol.lower-alpha {list-style-type: lower-alpha;} ol.upper-roman {list-style-type: upper-roman;} ol.lower-roman {list-style-type: lower-roman;} li { line-height: 1.5em; text-align: justify; } /* ---- Table ---- */ table { border-collapse: collapse; margin: 20px 0; } th, td { padding: 4px; } table.border { border: 1px solid black; } table.border th, table.border td { border: 1px solid black; } /* ---- Divs ---- */ div.figure { margin: 1em 0; page-break-inside: avoid; } div.figure_tall { margin: 1em 25%; page-break-inside: avoid; width: 50%; } div.figure_70 { margin: 1em 15%; page-break-inside: avoid; width: 70%; } div.figure_tall img, div.figure_70 img {width: 100%;} /* ---- Other ---- */ blockquote { margin-top: 1em; margin-bottom: 1em; } blockquote p { text-indent:0; } sup { font-size: 0.8em; vertical-align: 5px; } sub { font-size: 0.8em; vertical-align: -5px; } sup.frac { font-size: 0.6em; vertical-align: 0.5em; line-height: 0; } sub.frac { font-size: 0.6em; vertical-align: -0.1em; line-height: 0; } .underline {text-decoration: underline;} .strike {text-decoration: line-through;} .code, code {font-family: "Courier New", "Courier", monospace;} span.dropcap { float: left; height: 0.9em; line-height: 1; font-size: 3.2em; font-weight: bold; margin: 0 0.1em 0 0; } img { width: auto; max-width: 100%; } img#coverimage { margin: 0; padding: 0; height: 100%; }