4a2d9922f56cf7d39b8be7e5ff4dabf7624e5bb4
[monkeysphere.git] / website / local.css
1 /* CSS for web.monkeysphere.info
2
3 Copyright: 2008,2009
4
5 Authors: 
6 Dan Scott, 
7 Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
8 Jameson Rollins <jrollins@finestructure.net>,
9 Jamie McClelland <jm@mayfirst.org>
10
11 License: This stylesheet is licensed under the GNU GPL, version 3 or
12 later (your choice).
13
14 The full text of the GPL can be found at:
15
16   http://www.gnu.org/licenses/gpl.html
17
18  */
19
20 h1 {
21   -moz-border-radius: 4px;
22   background-color: #B67B4E;
23   color: black;
24   display: block;
25   font-weight: bold;
26   padding: 0 0 0 10px;
27   font-size: 1.4em;
28 }
29
30 h2 {
31   -moz-border-radius: 4px;
32   background-color: #B67B4E;
33   color: black;
34   display: block;
35   font-weight: bold;
36   padding: 0 0 0 10px;
37   font-size: 1.1em;
38 }
39
40 body {
41   color: #3F403F;
42   font-family: "Liberation Sans",sans-serif;
43   font-size: 0.95em;
44 }
45
46 *|*:visited {
47   color: #f6a464;
48 }
49
50 *|*:-moz-any-link {
51   text-decoration: none;
52 }
53
54 :-moz-any-link {
55   cursor: pointer;
56 }
57
58 a:link { 
59   color: #CC6600;
60   text-deoration: none;
61 }
62
63 a:visited { 
64   color: #c2772b;
65 }
66
67 a:hover { 
68   text-decoration: underline;
69 }
70
71 pre {
72   background: #ddd;
73   border: 1px solid #aaa;
74   padding: 3px 3px 3px 3px;
75   margin-left: 38px;
76   margin-right: 5em;
77   overflow: auto;
78 }
79
80 table.sitenav {
81   border-bottom: 2px solid black;
82   padding: 0px;
83   width: 100%;
84   font-size: larger;
85 }
86
87 table.sitenav img.logo {
88   margin: 0em;
89   padding: 0px;
90   vertical-align: bottom;
91 }
92
93 table.sitenav img.title {
94   margin: 0px;
95   padding: 0px;
96   vertical-align: top;
97 }
98
99 table.sitenav a { 
100   font-weight: bold;
101   margin-right: 1em;
102   font-size: smaller;
103 }
104
105 table.sitenav span.selflink { 
106   font-weight: bold;
107   text-decoration: underline;
108   margin-right: 1em;
109   font-variant: small-caps;
110 }
111
112 div.header { 
113   text-align: right;
114   display: none;
115 }
116
117 div.actions { 
118   text-align: right;
119   display: none;
120 }
121
122 #sidebar {
123   line-height: normal;
124   width: 100%;
125   float: none;
126   margin: 0;
127   padding: 0;
128 }
129
130 /* align main paragraphs to the right side of the monkey's finger */
131 div#content > p { 
132   margin-left: 18px;
133   margin-right: 5em;
134 }