New file, mkws-doc.css
authorMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 13:49:05 +0000 (14:49 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 25 Jul 2013 13:49:05 +0000 (14:49 +0100)
Used only for HTML documentation generated from Markdown.

tools/htdocs/mkws-doc.css [new file with mode: 0644]

diff --git a/tools/htdocs/mkws-doc.css b/tools/htdocs/mkws-doc.css
new file mode 100644 (file)
index 0000000..6433806
--- /dev/null
@@ -0,0 +1,27 @@
+body {
+    font-family: Times, "Times Roman", "Times New Roman";
+}
+
+h1, h2, h3 {
+    color: #666;
+    font-weight: bold;
+    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
+}
+
+h1 {
+    background: #eee;
+    padding: 0.2em;
+}
+
+p, ul, pre {
+    margin-left: 10em;
+}
+
+/*
+ * Works with the HTML emitted by pandoc. It would better if pandoc
+ * were to emit class names that we can use. But it doesn't.
+ */
+body p:last-of-type {
+    font-size: small;
+    text-align: right;
+}