making navigation header links behave sanely when selected.
[monkeysphere.git] / website / local.css
1 h2 {
2 -moz-border-radius-topleft:4px;
3 -moz-border-radius-topright:4px;
4 background-color:#B67B4E;
5 color:black;
6 display:block;
7 font-weight:bold;
8 padding:0 0 0 10px;
9 }
10
11 body {
12 color:#3F403F;
13 font-family:"Liberation Sans",sans-serif;
14 font-size:0.95em;
15 }
16
17 *|*:visited 
18 color:#f6a464;
19 }
20
21 *|*:-moz-any-link {
22 text-decoration:none;
23 }
24
25 :-moz-any-link {
26 cursor:pointer;
27 }
28
29 a:link { 
30   color: #CC6600;
31   text-deoration: none;
32 }
33
34 a:visited { 
35   color: #c2772b;
36 }
37
38 a:hover { 
39   text-decoration: underline;
40 }
41
42 pre {
43         background: #ddd;
44         border: 1px solid #aaa;
45         padding: 3px 3px 3px 3px;
46         margin-left: 2em;
47 }
48
49 table.sitenav { 
50  border-bottom: 2px solid black;
51  padding: 0px;
52  width: 100%;
53  font-size: larger;
54 }
55
56 table.sitenav img.logo { 
57  margin: 0px; 
58  padding: 0px; 
59  vertical-align: bottom;
60 }
61
62 table.sitenav a { 
63   font-weight: bold;
64   text-decoration: none;
65   margin-left: 1em;
66 }
67
68 table.sitenav span.selflink { 
69   font-weight: bold;
70   text-decoration: underline;
71   margin-left: 1em;
72 }
73
74 table.sitenav a:hover { 
75   font-weight: bold;
76   text-decoration: underline;
77 }