diff --git a/_layouts/install.html b/_layouts/install.html new file mode 100644 index 00000000..51e43166 --- /dev/null +++ b/_layouts/install.html @@ -0,0 +1,7 @@ +--- +layout: default +--- +{{ content }} + + + diff --git a/css/custom.css b/css/custom.css index 9e9a837f..43125fd5 100644 --- a/css/custom.css +++ b/css/custom.css @@ -161,4 +161,28 @@ pre.highlight { .info-hover:hover { transition: all ease 0.25s; font-size: 34px; - } \ No newline at end of file +} + +.help-button-holder{ + position: fixed; + width: 60px; + height: 60px; + bottom: 40px; + right: 40px; + color: #fff; + background-color: var(--pep-gray); + border-radius: 50px; + text-align: center; + box-shadow: 2px 2px 3px #999; +} + +.help-button-holder:hover { + color: #fff; + background-color: #333; + border-color: #333; +} + +.help-button{ + margin-top: 22px; +} + diff --git a/install/dualboot.md b/install/dualboot.md index 1e36fd55..29737d9c 100644 --- a/install/dualboot.md +++ b/install/dualboot.md @@ -1,5 +1,5 @@ --- -layout: default +layout: install title: Installation eines Dual-Boot-Systems --- diff --git a/install/latex_mini.md b/install/latex_mini.md index 269256cd..e24979ea 100644 --- a/install/latex_mini.md +++ b/install/latex_mini.md @@ -1,5 +1,5 @@ --- -layout: default +layout: install title: LaTeX Minimale Installation --- diff --git a/install/linux.md b/install/linux.md index 75fce26d..d36ac4a5 100644 --- a/install/linux.md +++ b/install/linux.md @@ -1,5 +1,5 @@ --- -layout: default +layout: install title: Linux-Installation --- diff --git a/install/macos.md b/install/macos.md index 08a8c6de..926b4369 100644 --- a/install/macos.md +++ b/install/macos.md @@ -1,5 +1,5 @@ --- -layout: default +layout: install title: macOS-Installation --- diff --git a/install/windows-11.md b/install/windows-11.md index b8d1bb68..eefa0239 100644 --- a/install/windows-11.md +++ b/install/windows-11.md @@ -1,6 +1,6 @@ --- -layout: default -title: Windows-11-Installation +layout: install +title: Windows-11-Installation --- diff --git a/install/windows.md b/install/windows.md index b9d181fb..c3b75fa0 100755 --- a/install/windows.md +++ b/install/windows.md @@ -1,6 +1,6 @@ --- -layout: default -title: Windows-10-Installation +layout: install +title: Windows-Installation ---