Classes for author and date.
[mkws-moved-to-github.git] / tools / htdocs / mkws-doc.css
index 6433806..2b89f78 100644 (file)
@@ -3,18 +3,36 @@ body {
 }
 
 h1, h2, h3 {
-    color: #666;
+    color: #68a;
     font-weight: bold;
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
 h1 {
-    background: #eee;
+    background: #e0e8f8;
     padding: 0.2em;
 }
 
+h2.author {
+    font-size: 120%;
+    color: black
+}
+
+h3.date {
+    font-size: 100%;
+    color: black
+}
+
 p, ul, pre {
-    margin-left: 10em;
+    margin-left: 10%;
+}
+
+p, ul {
+    max-width: 40em;
+}
+
+pre {
+    background: #eee;
 }
 
 /*
@@ -23,5 +41,6 @@ p, ul, pre {
  */
 body p:last-of-type {
     font-size: small;
+    max-width: none;
     text-align: right;
 }