body { color: #000; background: white; margin-left: 10%; margin-right: 10%; } /* Link colours should be specified, since text colour was in
*/ a:link { color: rgb(43,43,175); } a:visited { color: rgb(43,43,175); } a[href]:hover { background: rgb(175,175,43); } /* a:link { color: #009; } a:active { color: #00C; } a:visited { color: #600; } a[href]:hover { background: #FF9; } /* CSS2 */ h1, h2, h3, h4, h5, h6 { font-family: Optima, "Gill Sans", gill, sans-serif; } h1 { background: rgb(175,43,43); /* background: #C33; */ padding: 1em; border-style: none; margin-left: -10%; margin-right: -10%; color: #FFF; text-align: right; font: 24pt/30pt; } h1 a:link { color: #99F; } h1 a:visited { color: #99F; } h1 a[href]:hover { background: #F43; } h2 { color: #C33; margin-left: -5%; /* clear: both; -- don't do this, or else initial toc no longer looks floated */ } p.figure { text-align: center; } p.copyright { font-size: x-small; } dt { margin-left: +5%; font-style: italic; margin-top: 0.5ex; } dd { margin-bottom: 0.5ex; } li { margin-top: 0.5ex; margin-bottom: 0.5ex; } li.current { font-weight: bold; } img.smallimage { float: right; margin: 24pt; } img.smallimageleft { float: left; margin: 24pt; } pre { margin: +5%; background: #FF9; clear: both; } pre.doc-history { margin-left: 30%; font-family: Optima, Arial, sans-serif; font-size: x-small; background: #EEE; } table { /* background-color: #CCF; */ background-color: white; } td { /* Hmmm, I still get the background showing through... */ border-style: none; padding: 4px; margin: 2px; } /* header can be indiated two ways, either withwhich contains the "Contents" */ /* div#toc>p { display: none; } */ div.subtoc { float: right; width: 35%; margin: 0 0 0 0.3em; padding: 0.5em; /* background: rgb(235,200,200); */ padding: 0px 0px 0px 0.3em; border-left: solid thin red; font-size: smaller; text-align: left; } div.subtoc ul { padding: 0; margin: 0; list-style: none; } div.subsubtoc { display: none; } /* div.subsubtoc { float: right; width: 35%; margin: 0 0 0 0.3em; padding: 0.5em; background: rgb(255,255,127); font-size: smaller; text-align: left; } div.subsubtoc p { margin: 0; } div.subsubtoc ul { padding: 0; margin: 0; list-style: none; } div.subsubtoc p { font-weight: bold; } div.subsubtoc p:after { content: "..."; } div.subsubtoc li:before { content: "..."; } */ div.signature { font-style: oblique; text-align: right; margin-left: -10%; margin-right: -10%; /* background: #006; */ background: #C33; color: #FFF; clear: both; padding: 1em; border: none; /* border-width: thin; border-top: ridge; border-left: none; border-right: none; border-bottom: none; border-color: black; */ } div.signature a:link { color: #99F; } div.signature a:visited { color: #99F; } div.signature a[href]:hover { background: #F43; }