summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-07 16:18:53 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-13 13:52:16 +0200
commitc88941abc6f0fe91a41dc35dcaa1874d4de2c429 (patch)
tree51ff32d773f80219922a0458ec76f401ba21e138 /docs/style.css
parent9c805cc9f934cd12e89014db8ad70e3191cdaf2d (diff)
downloadmupdf-c88941abc6f0fe91a41dc35dcaa1874d4de2c429.tar.xz
Organize docs into HTML files.
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/style.css b/docs/style.css
new file mode 100644
index 00000000..a11c4915
--- /dev/null
+++ b/docs/style.css
@@ -0,0 +1,33 @@
+h1, nav, footer { font-family: sans-serif; }
+
+a { text-decoration: none; }
+a:hover { text-decoration: underline; }
+h2 { font-size: 1.25rem; }
+h3 { font-size: 1.25rem; }
+ul li { list-style-type: circle; }
+pre, table, ol, dl { margin-left: 2rem; }
+li { margin: 0; }
+th, td { text-align: left; vertical-align: top; }
+
+body { margin: 0; }
+h1 {
+ font-weight: normal;
+ margin: 0;
+ padding: 1rem 2rem;
+ background-color: black;
+ color: white;
+}
+nav {
+ padding: 1rem 2rem;
+ background-color: #ddd;
+}
+nav a { color: #303030; padding-right: 2rem; }
+article {
+ max-width: 50rem;
+ margin: 2rem;
+}
+footer {
+ background-color: #ddd;
+ color: #303030;
+ padding: 1rem 2rem;
+}