/* ePub Modern * The idea behind this stylesheet is to create a simple, modern layout for ePub * documents. * * Taken the basic idea from http://www.epubzengarden.com/ and adapted for Papyrus */ #content { background-color: white; color: black; font-family: Cambria, Liberation Serif, Bitstream Vera Serif, Georgia, Times, Times New Roman, serif; text-align: justify; } h1, h6 { text-align: right; } h1 { border-bottom: 1px solid black; } h2 { font-size: 1.5em; text-align: right; margin-top: 5em; margin-bottom: 5em; } blockquote { margin-left: 5em; margin-right: 5em; } blockquote .attribution { display: block; text-align: right; } p { text-indent: 2em; text-align: justify; margin: 0; } p.first, p.noindent, blockquote p { text-indent: 0; margin-top: 1em; } .firstletter { float: left; font-size: 2.5em; line-height: 0.9em; height: 0.9em; } .center { text-align: center; } .left { text-align: left; } .right { text-align: right; } .justify { text-align: justify; } table.center { margin-left:auto; margin-right:auto; } .smallcaps { font-variant: small-caps; }