Merge remote branch 'origin/master'
[monkeysphere.git] / website / local.css
index 34f376e12ccfa103f07b081f39a9821bc1ec527f..4a2d9922f56cf7d39b8be7e5ff4dabf7624e5bb4 100644 (file)
-body {
-       font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
-       font-size:1em;
-       margin-left: 5%;
-       margin-right:20%;
-}
+/* CSS for web.monkeysphere.info
+
+Copyright: 2008,2009
+
+Authors: 
+Dan Scott, 
+Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
+Jameson Rollins <jrollins@finestructure.net>,
+Jamie McClelland <jm@mayfirst.org>
+
+License: This stylesheet is licensed under the GNU GPL, version 3 or
+later (your choice).
+
+The full text of the GPL can be found at:
+
+  http://www.gnu.org/licenses/gpl.html
+
+ */
 
 h1 {
-       font-size: 1.5em;
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
+  font-size: 1.4em;
 }
 
 h2 {
-       font-size: 1.2em;
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
+  font-size: 1.1em;
+}
+
+body {
+  color: #3F403F;
+  font-family: "Liberation Sans",sans-serif;
+  font-size: 0.95em;
 }
 
-h3 {
-       font-size: 1em;
+*|*:visited {
+  color: #f6a464;
 }
 
-h4 {
-       font-size: 1em;
+*|*:-moz-any-link {
+  text-decoration: none;
 }
 
-.header span {
-       font-size: 1.5em;
-       color: #aaaaaa;
+:-moz-any-link {
+  cursor: pointer;
+}
+
+a:link { 
+  color: #CC6600;
+  text-deoration: none;
+}
+
+a:visited { 
+  color: #c2772b;
+}
+
+a:hover { 
+  text-decoration: underline;
 }
 
 pre {
-       background: #ddd;
-       border: 1px solid #aaa;
-       padding: 3px 3px 3px 3px;
-       margin-left: 2em;
+  background: #ddd;
+  border: 1px solid #aaa;
+  padding: 3px 3px 3px 3px;
+  margin-left: 38px;
+  margin-right: 5em;
+  overflow: auto;
+}
+
+table.sitenav {
+  border-bottom: 2px solid black;
+  padding: 0px;
+  width: 100%;
+  font-size: larger;
+}
+
+table.sitenav img.logo {
+  margin: 0em;
+  padding: 0px;
+  vertical-align: bottom;
+}
+
+table.sitenav img.title {
+  margin: 0px;
+  padding: 0px;
+  vertical-align: top;
+}
+
+table.sitenav a { 
+  font-weight: bold;
+  margin-right: 1em;
+  font-size: smaller;
+}
+
+table.sitenav span.selflink { 
+  font-weight: bold;
+  text-decoration: underline;
+  margin-right: 1em;
+  font-variant: small-caps;
+}
+
+div.header { 
+  text-align: right;
+  display: none;
+}
+
+div.actions { 
+  text-align: right;
+  display: none;
+}
+
+#sidebar {
+  line-height: normal;
+  width: 100%;
+  float: none;
+  margin: 0;
+  padding: 0;
+}
+
+/* align main paragraphs to the right side of the monkey's finger */
+div#content > p { 
+  margin-left: 18px;
+  margin-right: 5em;
 }