tweaks to the webpage to improve look and layout slight.
[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 }
65
66 table.sitenav span.selflink { 
67   font-weight: bold;
68   text-decoration: underline;
69   margin-right: 1em;
70 }
71
72 div.header { 
73   text-align: right;
74   display: none;
75 }
76
77 div.actions { 
78   text-align: right;
79   display: none;
80 }
81
82 #sidebar {
83   line-height: normal;
84   width: 100%;
85   float: none;
86   margin: 0;
87   padding: 0;
88 }
89