add the new monkeysphere package to zimmerman
[monkeysphere.git] / website / local.css
index 06b175050f9d2e59a31c60c62570ef78d4a67faf..c4b59e9160925806aa3828a2cb5f79cf91dd3a36 100644 (file)
+h1 {
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
+  font-size: 1.4em;
+}
+
+h2 {
+  -moz-border-radius: 4px;
+  background-color: #B67B4E;
+  color: black;
+  display: block;
+  font-weight: bold;
+  padding: 0 0 0 10px;
+  font-size: 1.1em;
+}
+
 body {
-       font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
-       font-size:1em;
-       margin-left: 5%;
-       margin-right:20%;
+  color: #3F403F;
+  font-family: "Liberation Sans",sans-serif;
+  font-size: 0.95em;
 }
 
-h1 {
-       font-size: 1.5em;
+*|*:visited {
+  color: #f6a464;
 }
 
-h2 {
-       font-size: 1.2em;
+*|*:-moz-any-link {
+  text-decoration: none;
+}
+
+:-moz-any-link {
+  cursor: pointer;
 }
 
-h3 {
-       font-size: 1em;
+a:link { 
+  color: #CC6600;
+  text-deoration: none;
 }
 
-h4 {
-       font-size: 1em;
+a:visited { 
+  color: #c2772b;
 }
 
-.header span {
-       font-size: 1.5em;
-       color: #aaaaaa;
+a:hover { 
+  text-decoration: underline;
 }
 
 pre {
-       background: #ddd;
-       border: 1px solid #aaa;
-       padding: 3px 3px 3px 3px;
+  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: 0px; 
+  padding: 0px; 
+  vertical-align: bottom;
+}
+
+table.sitenav a { 
+  font-weight: bold;
+  margin-right: 1em;
+  font-size: smaller;
+}
+
+/* trying to align the sitenav links roughly with the text in the monkeysphere logo */
+td#sitenav { 
+  vertical-align: bottom;
+  padding-bottom: 30px;
+}
+
+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;
 }