/*Page Margins*/ @page { margin-bottom: 1em; margin-left: 1em; margin-right: 1em; margin-top: 1em; } /*End of Page Margins*/ /*Image*/ /*Image wrapper */ div.image { text-align: center; margin: 0em; } /*Image caption with div image class */ div.image p { font-size: 0.8em; margin: 0em; text-indent: 0; text-align: center; word-wrap:break-word; } /*End of Image Wrapper*/ /* coverpage */ .coverpage { vertical-align: middle; text-align: center; background-color: white; margin: 0em; } .coverpage img { margin: 0em; } /*End of Coverpage*/ /* title page */ /*title page wrapper */ .titlepage { text-align: center; margin: 0em; padding: 0em; text-align: center; } /*End of titlepage*/ /* toc */ h1.chapter { font-size: 1.5em; text-align: center; margin-top: 1.3em; margin-bottom: 1.6em; font-weight: normal } .cct { font-size: small; margin-top: 0.5em; margin-bottom: 0.3em; text-align: left; margin-left: 1em; text-indent: 0em; } /*End of toc*/ /* Copyright */ .copy1 { display: block; font-size: 0.5em; margin-top: 0.1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .copy2 { display: block; font-size: 0.5em; margin-top: 0.8em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .isbn { display: block; font-size: 0.5em; margin-top: .5em; margin-bottom: 0.2em; text-align: left; text-indent:0em; margin-left:0em; } .isbn1 { display: block; font-size: 0.5em; margin-top: 0.2em; margin-bottom: 0.2em; text-indent: -1.3em; margin-left: 1.3em; text-align: left !important; } .libraryofcongress { display: block; font-size: 0.5em; margin-top: 0.8em; margin-bottom: 0.5em; text-indent: 0em; text-align: left !important; } .libraryofcongress1 { display: block; font-size: 0.5em; margin-top: 0.2em; margin-bottom: 0.2em; text-indent: 0em; text-align: left !important; } .other { display: block; font-size: 0.5em; margin-top: 0.8em; margin-bottom: 0.2em; text-align: left; text-indent: 0em; } /*End of Copyright */ /*Headings This is the default styling of all headings to deal with issues such as page breaks splitting headings and hyphenation issues.*/ h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside: avoid; -webkit-hyphens: none !important; hyphens: none !important; /*color:#000;*/ /* This color "black" will apply to all heads unless a color is applied to a class */ } .dedication, .forward, .chapter, .endnotes, .glossary, .publisher, .bibliography{ text-align: justify; } .copyright h1, .dedication h1, .forward h1, .chapter h1, .endnotes h1, .glossary h1, .publisher h1, .bibliography h1 h1.chapter1 { font-size: 1.5em; text-align: center; margin-top: 1.3em; margin-bottom: 2em; font-weight:normal; } h1.chapter2 { font-size: 1.5em; text-align: center; margin-top: 1em; margin-bottom: 2em; margin-left: 2em; margin-right: 2em; } .copyright h2, .dedication h2, .forward h2, .section h2, .chapter h2, .glossary h2, .publisher h2, .titlepage h2 { font-size: 1.2em; margin: 1.6em 0 1em 0; font-weight:normal; text-align: center; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .copyright h3, .dedication h3, .forward h3, .section h3, .chapter h3, .glossary h3, .publisher h3, .titlepage h3 { font-size: 1.1em; text-align:center; margin: 0em 0em 4em 0em; padding: 0em; font-weight:normal; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } .copyright h4, .dedication h4, .forward h4, .section h4, .chapter h4, .glossary h4, .publisher h4, .titlepage h4 { font-size: 1em; margin: 0em; padding: 0em; font-weight:bold; word-wrap:break-word; -webkit-hyphens:none; hyphens:none; } /*End of Headings*/ /* part/section divider */ .section h1 { font-size: small; text-align: center; margin-top:5em; margin-bottom:0em; } /*End of part/section divider */ /*Para Styles*/ /*Change below properties as required in source file*/ /*default para style with 0 indent*/ p { font-size: small; text-indent: 0em; margin: 0.6em 0 0 0; word-wrap:break-word; } /*This style will leave 1st para and indent rest of the para */ p + p { text-indent: 1.5em; margin-top: 0; } blockquote + p { text-indent: 1.5em; margin-top: 1em; } ul + p { text-indent: 1.5em; margin-top: 0; } h3 + p { text-indent: 1.5em; margin-top: 0; } ol + p { text-indent: 1.5em; margin-top: 0; } h1 + p { text-indent: 1.5em; margin-top: 0; } div + p { text-indent: 1.5em; margin-top: 0; } /*first paragraph after h2 will not intent */ h2+p {text-indent:0;} /*This style will apply no-indent style in para*/ p.noind { text-indent: 0em; margin-top: 0.8em; font-size: small; margin-bottom: 0em; margin-left:0em; text-align: justify !important; } p.noind1{ text-indent: 0em; margin-top: 2em; font-size: small; margin-bottom: 0em; margin-left:0em; text-align: justify !important; } /*center para text*/ p.center { text-align: center !important; font-size: 1.1em; margin-top: 1.5em; margin-bottom: 1.5em; text-indent:0em; } p.centerr { text-align: center !important; font-size: 1.1em; margin-top: 1em; margin-bottom: .5em; text-indent:0em; } p.center1 { text-align: center !important; font-size: 0.9em; margin-top: 15%; margin-bottom: 3em; margin-left:3em; margin-right:3em; text-indent:0em; } p.center2 { text-align: center !important; font-size: 1em; margin-top: 1.3em; margin-bottom: 0.8em; margin-left: 25%; margin-right: 25%; text-indent:0em; } p.center3 { text-align: center !important; font-size: small; margin-top: 0.3em; margin-bottom: 0.2em; margin-left: 30%; margin-right: 30%; text-indent:0em; } p.center4 { text-align: center !important; font-size: 0.7em; margin-top: -.2em; margin-bottom: 3em; text-indent:0em; } p.center5 { text-align: center !important; font-size: small; margin-top: 0.3em; margin-bottom: 0.1em; text-indent:0em; } p.center6 { text-align: center !important; font-size: small; margin-top: 0.2em; margin-bottom: 0.1em; text-indent:0em; } /* bibliography */ .bibliography p{ padding-left: 1em; margin-bottom: 0%; text-indent: -1em; word-wrap:break-word; } /*align para to left or right*/ .right { text-align:right !important; text-indent: 0em; margin-left: 35%; margin-top: 0.5em; margin-bottom: 1.3em; margin-right: 0em; font-size: small; } .left { text-align: left !important; text-indent: -1.3em; margin-left: 8em; margin-top: 0.5em; margin-bottom: 1.3em; margin-right: 3em; font-size: small; } /*End of Para Styles*/ /*Extract/Blockquote*/ blockquote { font-size: 0.75em; text-align: justify !important; text-indent: 0 !important; margin-left: 1.5em; word-wrap:break-word !important; margin-bottom: 0em; margin-right:1.5em; } blockquote p.blo { font-size: .85em !important; text-align: justify !important; text-indent: 0 !important; margin: 0em 1em 0em 1em !important; word-wrap:break-word !important; } blockquote p.blo1 { font-size: .85em !important; text-align: justify !important; text-indent: 1.5em !important; margin: 0.2em 1em 0em 1em !important; word-wrap:break-word !important; } blockquote p.blo2 { font-size: .85em !important; text-align: left !important; text-indent: 0em !important; margin-left: 50%; word-wrap:break-word !important; margin-top: 0.5em } /* For extracts that represent text messages, computer text, etc..: */ .code p { font-family: "Courier"; margin: 1em auto 1em auto; width: 85%; text-indent: 0em; word-wrap:break-word; } /*End of Extract/Blockquote */ /* lists */ ol { margin: .2em 0 1em 0; } ul { margin: .2em 0 1em 0; } /*End of List*/ /* table */ /* tables should only be used for displaying data. Please do not use tables to layout images */ /*End of Table*/ /*Box*/ .box { margin: 0em; border: thin solid black; padding: 0em; } /*.box3 {}*/ /*.box4 {}*/ /*End of Box*/ /*Miscellaneous*/ a { text-decoration: none; } .underline { text-decoration: underline; } .smallcaps { font-variant: small-caps; text-transform: lowercase; } .hang{ font-size: small; margin-top: 0.3em; margin-bottom: 0.3em; text-align: left; text-indent: -1.3em; margin-left: 1.8em; } p.ol1 { text-indent: -1em; margin-left: 1.9em; text-align: left; font-size: small; margin-top: 0.3em; } p.ol2 { text-indent: -1.5em; margin-left: 1.9em; text-align: left; font-size: small; margin-top: 0.3em; }