Merge commit 'web/master'
[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 }
47
48 table.sitenav { 
49   border-bottom: 2px solid black;
50   padding: 0px;
51   width: 100%;
52   font-size: larger;
53 }
54
55 table.sitenav img.logo { 
56   margin: 0px; 
57   padding: 0px; 
58   vertical-align: bottom;
59 }
60
61 table.sitenav a { 
62   font-weight: bold;
63   margin-right: 1em;
64   font-variant: small-caps;
65 }
66
67 table.sitenav span.selflink { 
68   font-weight: bold;
69   text-decoration: underline;
70   margin-right: 1em;
71   font-variant: small-caps;
72 }
73
74 div.header { 
75   text-align: right;
76   display: none;
77 }
78
79 div.actions { 
80   text-align: right;
81   display: none;
82 }
83
84 #sidebar {
85   line-height: normal;
86   width: 100%;
87   float: none;
88   margin: 0;
89   padding: 0;
90 }
91