adding h1 titles to pages
[monkeysphere.git] / website / local.css
1 h1 {
2   -moz-border-radius: 4px;
3   background-color: #B67B4E;
4   color: black;
5   display: block;
6   font-weight: bold;
7   padding: 0 0 0 10px;
8 }
9
10 h2 {
11   -moz-border-radius: 4px;
12   background-color: #B67B4E;
13   color: black;
14   display: block;
15   font-weight: bold;
16   padding: 0 0 0 10px;
17 }
18
19 body {
20   color: #3F403F;
21   font-family: "Liberation Sans",sans-serif;
22   font-size: 0.95em;
23 }
24
25 *|*:visited 
26   color: #f6a464;
27 }
28
29 *|*:-moz-any-link {
30   text-decoration: none;
31 }
32
33 :-moz-any-link {
34   cursor: pointer;
35 }
36
37 a:link { 
38   color: #CC6600;
39   text-deoration: none;
40 }
41
42 a:visited { 
43   color: #c2772b;
44 }
45
46 a:hover { 
47   text-decoration: underline;
48 }
49
50 pre {
51   background: #ddd;
52   border: 1px solid #aaa;
53   padding: 3px 3px 3px 3px;
54   margin-left: 2em;
55 }
56
57 table.sitenav { 
58   border-bottom: 2px solid black;
59   padding: 0px;
60   width: 100%;
61   font-size: larger;
62 }
63
64 table.sitenav img.logo { 
65   margin: 0px; 
66   padding: 0px; 
67   vertical-align: bottom;
68 }
69
70 table.sitenav a { 
71   font-weight: bold;
72   margin-right: 1em;
73 }
74
75 table.sitenav span.selflink { 
76   font-weight: bold;
77   text-decoration: underline;
78   margin-right: 1em;
79 }
80
81 div.header { 
82   text-align: right;
83   display: none;
84 }
85
86 div.actions { 
87   text-align: right;
88   display: none;
89 }
90
91 #sidebar {
92   line-height: normal;
93   width: 100%;
94   float: none;
95   margin: 0;
96   padding: 0;
97 }
98