/* ** Copyright 2005 TEI Consortium $Id: tei.css 8513 2011-02-05 16:07:27Z rahtz $ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* wider */ /* main layout */ body{ font-family: Courier, "Courier New", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, monospace; font-size:18px; } body h1{ padding-left:250px; font-size:18px; } span.uppercase{ text-transform:uppercase; } body.simple{ margin:10pt 0px 100px 100px; font-family: Courier,"Courier New", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, monospace; font-size: 18px; } /* main element blocks */ div.stdheader{ width:700px; margin:0px 75px 25px 100px; font-size:18px; } .stdheader h1.maintitle{ margin-left:0px; padding-left:0px; font-size:18px; } .stdheader h2.institution{ margin-left:0px; padding-left:0px; font-size:18px; } .stdheader h2.department{ margin-left:0px; padding-left:0px; } .mainAuthor { margin-left:0px; padding-left:0px; } h2{ width:700px; margin:0px 75px 25px 100px; font-size:18px; } p { width:400px; margin:30px 75px 10px 150px; text-align: center; } p.mainAuthor { margin-left:0px; padding-left:0px; text-align: left; } /* poetry - ballads */ div.lg { width:360px; margin:20px 750px 30px 150px; text-align: center; padding-top: 15px; } div.l { width:700px; margin:30px 75px 10px 0px; text-align: left; } div.pagebreak{ width:700px; margin:0px 75px 0px 100px; text-align:right; color:#bbb; } /* built in indents for poetry /* the code in xml for a line will be /*
  • */ div.indent1 { width:500px; margin:30px 75px 0px 15px; border-left: 2px solid black; padding-left: 1em; text-align: left; } div.indent2{ width:500px; margin:30px 75px 10px 30px; border-left: 2px solid black; padding-left: 2em; text-align: left; } div.indent3{ width:500px; margin:30px 75px 10px 45px; border-left: 2px solid black; padding-left: 3em; text-align: left; } div.indent4{ width:700px; margin:30px 75px 10px 60px; border-left: 2px solid black; padding-left: 4em; text-align: left; } div.indent5{ width:700px; margin:30px 75px 10px 60px; border-left: 2px solid black; padding-left: 5em; text-align: left; } /* images */ div.figure{ width: auto; text-align:left; padding:10px; margin-left:60px; } div.figure img{ width:auto; } div.figure p{ text-align:left; color:gray; font-size:small; } /* spans */ span.pagebreak{ text-align:right; color:#bbb; } span.hi{ font-weight:bold; } /* notes */ div.noteHeading{ margin-top:9pt; border:0; border-top:1pt; border-style:solid; padding-top:6pt; font-size:larger; font-weight:bold; } div.noteBody{ display:inline; } div.note{ margin-left:1em; margin-bottom:4pt; text-indent:-1em; } span.noteLabel{ font-style:italic; } /* bottom notes and footer */ div.notes{ width:700px; margin:0px 75px 25px 100px; } div.notes h2{ width:auto; text-align:left; } div.stdfooter{ border-top:1pt solid black; width:700px; margin:0px 75px 25px 100px; } div.footer{ padding:10px; }