1/* default link colours */ 2a, a:link, a:visited, a:active { color: #74240f; } 3a:hover { color: #888800; } 4 5body { 6 color: #202020; 7 background-color: #ffffff; 8} 9 10body, td { 11 font-size: 90%; 12 line-height: 125%; 13 font-family: Arial, Geneva, Helvetica, sans-serif; 14} 15 16h1, h2, h3, h4 { color: #74240f; } 17h3 { margin-bottom: 0.4em; } 18 19code, tt { color: #761596; } 20code a, code a:link, code a:visited, code a:active, code a:hover { 21 color: #761596; 22 text-decoration: none; 23 border-bottom: dashed 1px #761596; 24} 25 26pre { color: #3366cc; } 27pre.programlisting { 28 color: #000000; 29 padding: 0.5em; 30 background: #f2f2f9; 31 border: 1px solid #3366cc; 32} 33pre.screen { 34 color: #000000; 35 padding: 0.5em; 36 background: #eeeeee; 37 border: 1px solid #626262; 38} 39 40ul { list-style: url("images/li-brown.png"); } 41 42.titlepage hr { 43 height: 1px; 44 border: 0px; 45 background-color: #7f7f7f; 46} 47 48/* header / footer nav tables */ 49table.nav { 50 color: #0f7355; 51 border: solid 1px #0f7355; 52 background: #edf7f4; 53 background-color: #edf7f4; 54 margin-bottom: 0.5em; 55} 56/* don't have underlined links in chunked nav menus */ 57table.nav a { text-decoration: none; } 58table.nav a:hover { text-decoration: underline; } 59table.nav td { font-size: 85%; } 60 61/* yellow box just for massif blockquotes */ 62blockquote { 63 padding: 0.5em; 64 background: #fffbc9; 65 border: solid 1px #ffde84; 66} 67 68