/* Block styles */ #main { margin-left: 1cm; margin-right: 1cm; } BODY { background-color: #FFFFFF; color: black; } PRE.listing, DIV.example { margin-left: 0.5cm; margin-right: 0.5cm; border: solid 2px #003000; } /* #main P { text-indent: 0.5cm; text-align: justify; } */ /* Text styles */ A:link { color: #00A000 } A:visited { color: #007000 } A:active { color: #FF0000 } /* Headings */ H1 { font: bold 14pt helvetica, arial, sans-serif; margin-top: 1em; } H2 { font: bold 18pt helvetica, arial, sans-serif; } H3 { font: bold italic 14pt helvetica, arial, sans-serif; } /* Navigation stuff */ DIV.wrPath { font: bold 14pt helvetica, arial, sans-serif; } /*DIV.navigation { position: relative } DIV.wrPath { position: absolute; top: 0; left: 0; }*/ /* Code listings & inline code */ PRE.listing { background-color: #E0E0E0; white-space: pre; font-family: monospace; } CODE { font-family: Courier, fixed; color: #000000; } .element { color: #BB0000; font-family: Courier, fixed; } .attribute { color: #880000; font-family: Courier, fixed; } .syntax { color: #888888; font-family: Courier, fixed; } .value { color: #440000; font-family: Courier, fixed; } .property { color: #880000; font-family: Courier, fixed; } /* Element summaries */ TD.elProperty { background-color: #E0DD06 } TD.elValue { background-color: #00A000 } TD.elAttributeRef { background-color: #00A000; font-style: italic; } TD.elAttribute { background-color: #00A000; } TD.elAttType { background-color: #00A000; } TD.elAttMeaning { background-color: #00A000; } /* Property summaries */ TD.propHead { background-color: #E0FF08; font-weight: bold; text-align: right; } TD.propName { background-color: #E0FF08; color: #880000; } TD.propAttr { background-color: #E0FF08; text-align: right; } TD.propAttV { background-color: #F0FFB0; } /* Table of contents */ TH.toctit, TH.tocpg { background-color: #E0DD06; } TD.tocsno, TD.tocsto, TD.tochto, TD.tocpno { background-color: #E0FFE0; } TD.tocsne, TD.tocste, TD.tochte, TD.tocpne { background-color: #FFFFE0; } TD.tochto, TD.tochte { text-indent: 1.5cm; } /* Primary colors: Link Green, 00A000 = 0, 160, 0 Deco Yellow, FFFF00 = 255, 255, 0 Dark Green, 06E006 = 6, 224, 6 Dark Yellow, E0DD06 = 224, 221, 6 */