Add font-weight:normal to selection of Gill Sans.
[mkws-moved-to-github.git] / doc / mkws-doc.css
index 3947186..8f2f4a7 100644 (file)
@@ -1,9 +1,12 @@
 body {
   font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
+  font-weight: normal;
 }
-h1, div#header h2, h3 { font-weight: normal; color: #606060 }
+h1, h2, h3 { color: #606060 }
 h2 { margin-top: 0.5em }
+h1.title, h2.author, h3.date { font-weight: normal }
 div#header h2 { font-size: 120% }
+div#header h3 { font-size: 100% }
 .pane {
   padding: 0em 1em; margin: 0.75em;
   border: 0.5em solid #eee;
@@ -13,14 +16,22 @@ div#header h2 { font-size: 120% }
   background-position: right top;
   background-color: #eee; 
 }
-.pane:nth-child(3) {
+// Somehow, "-n+3" is how you say "first three panes"
+.pane:nth-child(-n+3) {
   background-image: none;
 }
 .pane h1 a, .pane h2 a, .pane h3 a { text-decoration: none; color: black }
-.nologo { background-image: none }
 pre { background: #ddd; padding: 0.5em; }
 img:first-of-type { float: right; margin: 1.5em }
 body > p:last-of-type {
     text-align: right;
     font-size: small;
 }
+
+table { border-collapse: collapse; }
+tr.header { color: #fff; background: #888; }
+tr.odd { background: #ddd }
+tr.even { background: #ccc }
+table, th, td { border: 1px solid #bbb; }
+td { vertical-align: top; }
+td, th { padding: 0.3em 0.6em; }