c2066b5725c484f07fed534aaa721e5fd3a32ffa
[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 div.sitehead { 
50  border-bottom: 1px solid black;
51  }