1 /* default link colours */ 2 a, a:link, a:visited, a:active { color: #74240f; } 3 a:hover { color: #888800; } 4 5 body { 6 color: #202020; 7 background-color: #ffffff; 8 } 9 10 body, td { 11 font-size: 90%; 12 line-height: 125%; 13 font-family: Arial, Geneva, Helvetica, sans-serif; 14 } 15 16 h1, h2, h3, h4 { color: #74240f; } 17 h3 { margin-bottom: 0.4em; } 18 19 code, tt { color: #761596; } 20 code 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 26 pre { color: #3366cc; } 27 pre.programlisting { 28 color: #000000; 29 padding: 0.5em; 30 background: #f2f2f9; 31 border: 1px solid #3366cc; 32 } 33 pre.screen { 34 color: #000000; 35 padding: 0.5em; 36 background: #eeeeee; 37 border: 1px solid #626262; 38 } 39 40 ul { 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 */ 49 table.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 */ 57 table.nav a { text-decoration: none; } 58 table.nav a:hover { text-decoration: underline; } 59 table.nav td { font-size: 85%; } 60 61 /* yellow box just for massif blockquotes */ 62 blockquote { 63 padding: 0.5em; 64 background: #fffbc9; 65 border: solid 1px #ffde84; 66 } 67 68