summaryrefslogtreecommitdiff
path: root/md/53hor.net/include/styles.css
diff options
context:
space:
mode:
author53hornet <53hornet@gmail.com>2018-07-10 23:06:59 -0400
committer53hornet <53hornet@gmail.com>2018-07-10 23:06:59 -0400
commitd1a3eb2f1eb59992823d8edb7f0400d67d2818f5 (patch)
tree070524d18535c0f10743346c3e319ec278b82a3b /md/53hor.net/include/styles.css
parentcd7cb6c9089e9029fd86a8a5b260fe2fa66ce995 (diff)
downloadmd-site-d1a3eb2f1eb59992823d8edb7f0400d67d2818f5.tar.xz
md-site-d1a3eb2f1eb59992823d8edb7f0400d67d2818f5.zip
Updated pandoc, added TOC, added topnav include, split compiles per site
Diffstat (limited to 'md/53hor.net/include/styles.css')
-rw-r--r--md/53hor.net/include/styles.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/md/53hor.net/include/styles.css b/md/53hor.net/include/styles.css
new file mode 100644
index 0000000..3222b01
--- /dev/null
+++ b/md/53hor.net/include/styles.css
@@ -0,0 +1,32 @@
+#TOC {
+ position: fixed;
+}
+
+#TOC ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ width: 25%;
+ position: fixed;
+ height: 100%;
+ overflow: auto;
+}
+
+#TOC li a {
+ display: block;
+ padding: 1em 1em;
+ text-decoration: none;
+}
+
+#topnav {
+ display: inline-block;
+
+}
+
+article {
+ margin-left: 25%;
+}
+
+body {
+ padding: 0;
+}