commit fd1b6960cbe548f15ea04d009ec00c3226b7b69a
parent 16ee9a2bd75f20e99891a95a8170ce9473d54f0e
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 23 Jan 2024 13:12:46 +0000
header and style
Diffstat:
13 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/cloud_saas/_Header.md b/cloud_saas/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/custom.css b/custom.css
@@ -332,3 +332,26 @@ a#page-info-toggle, span#last-edit-in-progress {
.border-bottom {
border-bottom: 1px solid #454545;
}
+.toc {
+ background-color: #2b2f2e;
+ width: 50%;
+}
+.toc-title {
+ border-bottom: none;
+ color: #8b6268;
+}
+.toc > ul,
+.toc > ul > li > ul {
+ list-style: none;
+}
+.toc > ul > li > ul > li > a {
+ color: #fbf0d2;
+ border-bottom: 0px;
+ padding: 3px;
+}
+.toc > ul > li > ul > li > a:active,
+.toc > ul > li > ul > li > a:hover,
+.toc > ul > li > ul > li > a:focus {
+ color: #110f0d;
+ background-color: #aabb46;
+}
diff --git a/filesystems/_Header.md b/filesystems/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/hardware/_Header.md b/hardware/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/iac/_Header.md b/iac/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/linux/_Header.md b/linux/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/networking/_Header.md b/networking/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/programming/_Header.md b/programming/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/shells/_Header.md b/shells/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/udmey/_Header.md b/udmey/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/unix/_Header.md b/unix/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/unsorted/_Header.md b/unsorted/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]
diff --git a/virtualisation/_Header.md b/virtualisation/_Header.md
@@ -0,0 +1 @@
+[[_TOC_]]