update gerrit list
[openafs-wiki.git] / local.css
index 4d3bfca..91f5351 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 6em 3em 2em;
-  padding-left: 6em;
+  padding: 2em 2em 3em 2em;
+  padding-left: 2em;
   position: relative;
   overflow: hidden;
   background: #edf2f7;
@@ -101,8 +115,9 @@ input#searchbox {
   -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 {
@@ -112,11 +127,11 @@ body {
   margin: 0;
   padding: 0;
   font-family: sans-serif;
-  *font-size: small;
-  line-height: 1.32em;
+  font-size: 1.0em; /* 0.8em; */
+  line-height: 1.5em;
   color: black;
   background: white;
-  font-size: 1.01em; }
+}
 
 a {
   text-decoration: none;
@@ -154,7 +169,9 @@ pre {
   box-shadow: 0px 0px 2px #1a1a1a; }
 
 #content, #comments, #footer {
-  margin: 1em 6em; }
+  margin: 1em 2em 1em 2em;
+  max-width: 80em;
+}
 
 #pageinfo {
   border-color: #cccccc; }
@@ -310,3 +327,24 @@ tr:nth-child(even) {
   margin-top: 0.5em;
   padding: 0 0 0 2ex;
   border-color: red; }
+
+/* front page layout */
+
+div.largebox {
+  font-size: 1.2em;
+  padding-top: 2em;
+  padding-bottom: 2em;
+  padding-right: 4em;
+  padding-left: 4em;
+  margin: 1em;
+}
+
+div.smallbox {
+  background-color: #edf2f7;
+  float: left;
+  height: 10em;
+  width: 20em;
+  margin: 1em;
+  padding: 2em;
+  border: 2px solid #cccccc;
+}