(no commit message)
[openafs-wiki.git] / local.css
index 981de77..a500d84 100644 (file)
--- a/local.css
+++ b/local.css
  * ## alpha
  * 0% is opaque, 100% is transparent
  *  */
+
+img[alt=andy] {
+  float: right;
+  padding-top: 0px;
+  padding-right: 80px;
+  padding-left: 80px;
+}
+
+/* add a space after the parent links at the top of each page, so the
+ * slash between levels has a space both before and after it */
+span.parentlinks a:after {
+  content: " ";
+}
+
 .pageheader {
   padding: 2em 2em 3em 2em;
+  padding-left: 2em;
   position: relative;
   overflow: hidden;
-  background: #f2f7ed;
+  background: #edf2f7;
   border-color: #cccccc;
   border-style: none none solid none;
   border-width: 1px; }
 
 h1 {
   font-size: 160%;
-  border-top: 5px solid #cccccc; }
+  margin-top: 1.2em;
+  margin-bottom: 0em;
+  padding-top: 8px;
+  border-top: 3px solid #cccccc;
+}
 
 h2 {
   font-size: 130%;
-  border-top: 2px solid #cccccc; }
+  margin-top: 1.2em;
+  margin-bottom: 0em;
+  padding-top: 5px;
+  border-top: 2px solid #cccccc;
+}
 
 h3, h4, h5, h6 {
   font-size: 110%; }
@@ -85,15 +108,16 @@ input#searchbox {
   padding: 0.2em;
   font-size: 1.01em;
   background: #e6e6e6;
-  color: #136c13;
+  color: #13136c;
   border-style: solid;
   border-width: 1px;
   border-color: #cccccc;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px; }
-  .pageheader .actions ul li a:hover, input[type="submit"]:hover {
-    background: #1fad1f;
+
+.pageheader .actions ul li a:hover, input[type="submit"]:hover {
+    background: #a0a0c4;
     color: white; }
 
 div.toggleable#attachments {
@@ -103,18 +127,20 @@ body {
   margin: 0;
   padding: 0;
   font-family: sans-serif;
-  *font-size: small;
-  line-height: 1.32em;
+  font-size: 0.8em;
+  line-height: 1.5em;
   color: black;
   background: white;
-  font-size: 1.01em; }
+}
 
 a {
   text-decoration: none;
-  color: #136c13; }
+  color #19198d;
+ }
 
 a:hover {
-  color: #1fad1f; }
+  text-decoration: underline;
+  color: #1f1fad; }
 
 hr {
   border-style: none;
@@ -126,8 +152,12 @@ code, pre {
   color: #1a2e05; }
 
 pre {
-  padding: .5em;
-  margin: 1em;
+  padding: .8em;
+  padding-left: 2em;
+  margin-top: 1em;
+  margin-bottom: 1.1em;
+  margin-left: 3em;
+  margin-right: 12em;
   border-style: solid;
   border-width: 1px;
   border-color: #cccccc;
@@ -139,7 +169,9 @@ pre {
   box-shadow: 0px 0px 2px #1a1a1a; }
 
 #content, #comments, #footer {
-  margin: 1em 2em; }
+  margin: 1em 2em 1em 2em;
+  max-width: 80em;
+}
 
 #pageinfo {
   border-color: #cccccc; }