/* Style sheet for Guillim's Display of Heraldry */ /* Paul Grant, March 2002 */ BODY { background-image: url(gu_paper.jpg); background-color: #ffffcc; color: #000000; margin-left: 5%; margin-right: 2%; padding: 0 } P, H1, H2, H3 { font-family: "Times New Roman", Times, serif } A:LINK { background-color: #ffff99; color: #993300; text-decoration: none } A:VISITED { background-color: #ffff99; color: #993300; text-decoration: none } A:HOVER { background-color: #ffffff; color: #993300; text-decoration: none } /* classes */ /* main text areas */ .main { text-align:justify; width:85%; float:left } .mainlj { text-align:left; width:85%; float:left; margin-left: +10% } .margin { text-align:left; font-size: 60%; padding: 1em } .centred { text-align: center } .inset { margin-left: +10% } .indented { text-indent: 2em } /* column widths (%) for horizontal spacing */ .left5col { text-align:left; width: 5%; float:left } .left10col { text-align:left; width: 10%; float:left } .left15col { text-align:left; width: 15%; float:left } .left20col { text-align:left; width: 20%; float:left } .left25col { text-align:left; width: 25%; float:left } .left30col { text-align:left; width: 30%; float:left } .left35col { text-align:left; width: 35%; float:left } .left40col { text-align:left; width: 40%; float:left } .left45col { text-align:left; width: 45%; float:left } .left50col { text-align:left; width: 50%; float:left } .rightcol { text-align: left } /* other text features */ .dropcap { font-size: x-large; float: left; border: 1px solid black; width: 1em; text-align: center } .bigdropcap { font-size: xx-large; float: left; border: 1px solid black; background-color: #ff9966; color: #000000; width: 1em; text-align: center } .bigbox { border: 10px double #666666; padding: 1em; width: 18em; text-align: center } /* relative font sizes (%) */ .size70 { font-size: 70% } .size80 { font-size: 80% } .size90 { font-size: 90% } .size100 { font-size: 100% } .size110 { font-size: 110% } .size120 { font-size: 120% } .size140 { font-size: 140% } .size200 { font-size: 200% } .size300 { font-size: 300% } /* image handling */ IMG.shield { float: left } IMG.ornatecap { float: left } /* bullet types */ UL.disc { list-style-type: disc } UL.circle { list-style-type: circle } UL.square { list-style-type: square }