grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit fd1b6960cbe548f15ea04d009ec00c3226b7b69a
parent 16ee9a2bd75f20e99891a95a8170ce9473d54f0e
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 23 Jan 2024 13:12:46 +0000

header and style

Diffstat:
Acloud_saas/_Header.md | 1+
Mcustom.css | 23+++++++++++++++++++++++
Afilesystems/_Header.md | 1+
Ahardware/_Header.md | 1+
Aiac/_Header.md | 1+
Alinux/_Header.md | 1+
Anetworking/_Header.md | 1+
Aprogramming/_Header.md | 1+
Ashells/_Header.md | 1+
Audmey/_Header.md | 1+
Aunix/_Header.md | 1+
Aunsorted/_Header.md | 1+
Avirtualisation/_Header.md | 1+
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_]]