summaryrefslogtreecommitdiff
path: root/md/53hor.net/include/styles.css
diff options
context:
space:
mode:
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;
+}