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