Merge commit 'jrollins/master'
[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   font-size: 1.4em;
9 }
10
11 h2 {
12   -moz-border-radius: 4px;
13   background-color: #B67B4E;
14   color: black;
15   display: block;
16   font-weight: bold;
17   padding: 0 0 0 10px;
18   font-size: 1.1em;
19 }
20
21 body {
22   color: #3F403F;
23   font-family: "Liberation Sans",sans-serif;
24   font-size: 0.95em;
25 }
26
27 *|*:visited {
28   color: #f6a464;
29 }
30
31 *|*:-moz-any-link {
32   text-decoration: none;
33 }
34
35 :-moz-any-link {
36   cursor: pointer;
37 }
38
39 a:link { 
40   color: #CC6600;
41   text-deoration: none;
42 }
43
44 a:visited { 
45   color: #c2772b;
46 }
47
48 a:hover { 
49   text-decoration: underline;
50 }
51
52 pre {
53   background: #ddd;
54   border: 1px solid #aaa;
55   padding: 3px 3px 3px 3px;
56   margin-left: 38px;
57   margin-right: 5em;
58   overflow: auto;
59 }
60
61 table.sitenav {
62   border-bottom: 2px solid black;
63   padding: 0px;
64   width: 100%;
65   font-size: larger;
66 }
67
68 table.sitenav img.logo {
69   margin: 0em;
70   padding: 0px;
71   vertical-align: bottom;
72 }
73
74 table.sitenav img.title {
75   margin: 0px;
76   padding: 0px;
77   vertical-align: top;
78 }
79
80 table.sitenav a { 
81   font-weight: bold;
82   margin-right: 1em;
83   font-size: smaller;
84 }
85
86 table.sitenav span.selflink { 
87   font-weight: bold;
88   text-decoration: underline;
89   margin-right: 1em;
90   font-variant: small-caps;
91 }
92
93 div.header { 
94   text-align: right;
95   display: none;
96 }
97
98 div.actions { 
99   text-align: right;
100   display: none;
101 }
102
103 #sidebar {
104   line-height: normal;
105   width: 100%;
106   float: none;
107   margin: 0;
108   padding: 0;
109 }
110
111 /* align main paragraphs to the right side of the monkey's finger */
112 div#content > p { 
113   margin-left: 18px;
114   margin-right: 5em;
115 }