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