manipulating vertical placement of nav text
[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 td#sitenav { 
78   vertical-align: bottom;
79 }
80
81 table.sitenav span.selflink { 
82   font-weight: bold;
83   text-decoration: underline;
84   margin-right: 1em;
85   font-variant: small-caps;
86 }
87
88 div.header { 
89   text-align: right;
90   display: none;
91 }
92
93 div.actions { 
94   text-align: right;
95   display: none;
96 }
97
98 #sidebar {
99   line-height: normal;
100   width: 100%;
101   float: none;
102   margin: 0;
103   padding: 0;
104 }
105
106 /* align main paragraphs to the right side of the monkey's finger */
107 div#content > p { 
108   margin-left: 18px;
109   margin-right: 5em;
110 }