aboutsummaryrefslogtreecommitdiff
path: root/docs/stylesheet.css
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-24 08:41:05 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-25 05:54:00 +0100
commitee71fb0dd0cd3e8d1cfdd2eae9b4b4e741e51d6a (patch)
tree9b74e948237f734d4c03febeb537d8e3c4075ce1 /docs/stylesheet.css
parent381e5f57c76d978994b6cdeecc8f9a19717ed12b (diff)
downloadfiv-ee71fb0dd0cd3e8d1cfdd2eae9b4b4e741e51d6a.tar.gz
fiv-ee71fb0dd0cd3e8d1cfdd2eae9b4b4e741e51d6a.tar.xz
fiv-ee71fb0dd0cd3e8d1cfdd2eae9b4b4e741e51d6a.zip
Start a basic user guide
Move some information out there from the README.
Diffstat (limited to 'docs/stylesheet.css')
-rw-r--r--docs/stylesheet.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/stylesheet.css b/docs/stylesheet.css
new file mode 100644
index 0000000..b4b5b2d
--- /dev/null
+++ b/docs/stylesheet.css
@@ -0,0 +1,8 @@
+body { max-width: 50em; margin: 0 auto 4em auto; padding: 0 2em;
+ font-family: sans-serif; } h1, h2, h3 { font-weight: normal; }
+h1 { font-size: 2.5em; } h2 { font-size: 2em; } h3 { font-size: 1.33em; }
+h2 { padding-top: .67em; border-top: 1px solid silver; }
+p { line-height: 1.5; } .figure { text-align: center; } img { max-width: 100%; }
+q { font-style: normal; } .details { border-bottom: 1px solid silver; }
+.details br { display: none; } .details br + span:before { content: " — "; }
+pre { padding: 0 1em; }