trying out more widely-supported smaller font + upcased link text instead of small...
[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   overflow: auto;
56 }
57
58 table.sitenav { 
59   border-bottom: 2px solid black;
60   padding: 0px;
61   width: 100%;
62   font-size: larger;
63 }
64
65 table.sitenav img.logo { 
66   margin: 0px; 
67   padding: 0px; 
68   vertical-align: bottom;
69 }
70
71 table.sitenav a { 
72   font-weight: bold;
73   margin-right: 1em;
74   font-size: smaller;
75 }
76
77 table.sitenav span.selflink { 
78   font-weight: bold;
79   text-decoration: underline;
80   margin-right: 1em;
81   font-variant: small-caps;
82 }
83
84 div.header { 
85   text-align: right;
86   display: none;
87 }
88
89 div.actions { 
90   text-align: right;
91   display: none;
92 }
93
94 #sidebar {
95   line-height: normal;
96   width: 100%;
97   float: none;
98   margin: 0;
99   padding: 0;
100 }
101
102 /* align main paragraphs to the right side of the monkey's finger */
103 div#content > p { 
104   margin-left: 18px;
105   margin-right: 5em;
106 }