summaryrefslogtreecommitdiff
path: root/obnam.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-15 10:26:38 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-15 10:26:38 +0000
commit5035a344898a49683d7e4d558075e4d54cc24feb (patch)
tree6bec52352e11c164619d6697ba4c5cbbcc05aff0 /obnam.css
parentd99f825477dc006e8d033568ce613168c5cc0771 (diff)
downloadobnam-5035a344898a49683d7e4d558075e4d54cc24feb.tar.gz
Move manual/manual.css as obnam.css
This allows it to be shared between manual and yarns HTML outputs.
Diffstat (limited to 'obnam.css')
-rw-r--r--obnam.css79
1 files changed, 79 insertions, 0 deletions
diff --git a/obnam.css b/obnam.css
new file mode 100644
index 00000000..78cd374a
--- /dev/null
+++ b/obnam.css
@@ -0,0 +1,79 @@
+<style>
+html {
+ background: white;
+ font-family: serif;
+ margin-left: 3em;
+ margin-right: 2em;
+ margin-top: 2em;
+}
+
+form#searchform {
+ font-family: monospace;
+ text-align: right;
+}
+
+div.actions {
+ font-family: monospace;
+ text-align: right;
+}
+
+div.actions ul, div.actions li {
+ display: inline;
+}
+
+div.pageheader {
+ font-family: monospace;
+ margin-bottom: 2em;
+}
+
+div.pageheader span.title {
+ display: block;
+ font-size: 200%;
+ font-weight: bold;
+ font-family: sans-serif;
+ margin-top: 0.5em;
+}
+
+div#pagebody {
+}
+
+div.pagefooter {
+ font-family: monospace;
+ margin-top: 3em;
+}
+
+div#pagebody {
+}
+
+div#TOC ul {
+ list-style: none;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ font-family: sans-serif;
+ font-weight: bold;
+ margin-top: 2em;
+}
+
+h1 {
+ font-size: 150%;
+}
+
+h2 {
+ font-size: 120%;
+}
+
+h3 {
+ font-size: 100%;
+}
+
+ul li, ol li {
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+}
+
+pre {
+ margin-left: 4em;
+}
+
+</style>