/**/ body { margin: 0 10% } h1, h2 { text-align: center; clear: both } h2 { line-height: 2em } p { margin-top: 1em; text-align: justify; margin-bottom: 1em; text-indent: 1em } /* General */ .noi { text-indent: 0 } .center { text-align: center; text-indent: 0 } .smcap { font-variant: small-caps } /* Notes */ ins { text-decoration: none; border-bottom: 1px dotted #dcdcdc } em { font-style: italic } .tn { width: 50%; margin: 0 25%; background: #dcdcdc; padding: 1em } ul { list-style: square } ul.nobullet { list-style: none } li { margin-bottom: 0.5em } a:link { text-decoration: none } /* Horizontal rules */ hr { width: 40%; margin: 2em 30%; clear: both } hr.tb { width: 10%; margin: 0.1em 45% } hr.chap { width: 65%; margin: 4em 17.5% } /* Page numbers */ a[title].pagenum:after { content: attr(title); display: inline; border-top: 1px solid; border-bottom: 1px solid; font-size: x-small; text-align: right; color: #999; background-color: inherit; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-indent: 0; letter-spacing: 0 } /* Images */ .figcenter { clear: both; margin: 2em auto; text-align: center; max-width: 100% } img { max-width: 100%; width: 100%; height: auto } /* Poetry */ .container { text-align: center; margin: 0 } .poem { display: inline-block; text-align: left } .poem .verse { margin: 1em 0 1em 0 } .poem .line { text-indent: -1em; padding-left: 1em } .poem .outdent { text-indent: -1.5em } /* Title page */ .title { text-align: center; text-indent: 0 } .p200 { font-size: 2em } .p150 { font-size: 1.5em } .p140 { font-size: 1.4em } .p80 { font-size: 0.8em } @media all { /* was @media handheld */ body { margin: 0.5em; padding: 0; width: 95% } p { margin-top: 0.1em; text-align: justify; margin-bottom: 0.1em } hr { border-width: 0; margin: 0 } img { max-width: 100%; width: auto; height: auto } .hidehand { display: none; visibility: hidden } .tn { width: 80%; margin: 0 10%; background: #dcdcdc; padding: 1em } } /**/