prevent page widening on the web site.
[monkeysphere.git] / website / local.css
1 h2 {
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 body {
11   color: #3F403F;
12   font-family: "Liberation Sans",sans-serif;
13   font-size: 0.95em;
14 }
15
16 *|*:visited 
17   color: #f6a464;
18 }
19
20 *|*:-moz-any-link {
21   text-decoration: none;
22 }
23
24 :-moz-any-link {
25   cursor: pointer;
26 }
27
28 a:link { 
29   color: #CC6600;
30   text-deoration: none;
31 }
32
33 a:visited { 
34   color: #c2772b;
35 }
36
37 a:hover { 
38   text-decoration: underline;
39 }
40
41 pre {
42   background: #ddd;
43   border: 1px solid #aaa;
44   padding: 3px 3px 3px 3px;
45   margin-left: 2em;
46   overflow: scroll;
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   margin-right: 1em;
65   font-variant: small-caps;
66 }
67
68 table.sitenav span.selflink { 
69   font-weight: bold;
70   text-decoration: underline;
71   margin-right: 1em;
72   font-variant: small-caps;
73 }
74
75 div.header { 
76   text-align: right;
77   display: none;
78 }
79
80 div.actions { 
81   text-align: right;
82   display: none;
83 }
84
85 #sidebar {
86   line-height: normal;
87   width: 100%;
88   float: none;
89   margin: 0;
90   padding: 0;
91 }
92