From 57889739e5029552d1f6420a5466f559c579e9ac Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Mon, 26 Sep 2022 01:32:57 +0200 Subject: [PATCH] 0042 --- docs/assets/css/blog.css | 2 +- docs/assets/css/index.css | 2 +- docs/assets/css/law.css | 2 +- docs/assets/css/styles.css | 2 +- docs/feed.xml | 2 +- localdocs/_sass/blog.scss | 4 ++++ localdocs/_sass/index.scss | 4 ++++ localdocs/_sass/main.scss | 4 ++++ 8 files changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/assets/css/blog.css b/docs/assets/css/blog.css index 45c1185..79ca4cb 100644 --- a/docs/assets/css/blog.css +++ b/docs/assets/css/blog.css @@ -1 +1 @@ -body{background-color:#121212;color:#FFFFFF}.current{color:white}#navbarTop{position:fixed}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} +body{background-color:#121212;color:#FFFFFF}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}div.console{background-color:darkslategrey;color:white;padding-left:10px;padding-top:10px;padding-bottom:10px;margin-top:5px;margin-bottom:5px;border-radius:15px}div.outerDiv{padding-left:50px;padding-right:50px}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} diff --git a/docs/assets/css/index.css b/docs/assets/css/index.css index 780e880..e547dc6 100644 --- a/docs/assets/css/index.css +++ b/docs/assets/css/index.css @@ -1 +1 @@ -body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}#image00{background-color:black;margin:auto}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} +body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}#image00{background-color:black;margin:auto}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} diff --git a/docs/assets/css/law.css b/docs/assets/css/law.css index cdd5a43..42b9aa5 100644 --- a/docs/assets/css/law.css +++ b/docs/assets/css/law.css @@ -1 +1 @@ -body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} +body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} diff --git a/docs/assets/css/styles.css b/docs/assets/css/styles.css index cdd5a43..42b9aa5 100644 --- a/docs/assets/css/styles.css +++ b/docs/assets/css/styles.css @@ -1 +1 @@ -body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} +body{background-color:#121212;color:white}.current{color:white}#navbarTop{position:fixed}#navbarBottom{position:fixed}a{color:lightseagreen}a:link{text-decoration:none}a:visited{text-decoration:none}a:hover{text-decoration:underline}a:active{text-decoration:underline} diff --git a/docs/feed.xml b/docs/feed.xml index 3f5f921..4f52d23 100644 --- a/docs/feed.xml +++ b/docs/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-09-26T01:31:12+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> +Jekyll2022-09-26T01:32:43+02:00/feed.xmlMr.Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.2022 Week 38 How to create a static website with Jekyll and deploy it on GitHubPages2022-09-20T00:00:00+02:002022-09-20T00:00:00+02:00/2022/09/20/how-to-create-githubpage<div class="outerDiv"> <div id="prerequisits"> <h3>Prerequisits</h3> Install <a href="https://git-scm.com/downloads" target="_blank">Git</a><br> diff --git a/localdocs/_sass/blog.scss b/localdocs/_sass/blog.scss index c156a4d..1135001 100644 --- a/localdocs/_sass/blog.scss +++ b/localdocs/_sass/blog.scss @@ -11,6 +11,10 @@ body { position: fixed; } +#navbarBottom { + position: fixed; +} + div.console { background-color: darkslategrey; color: white; diff --git a/localdocs/_sass/index.scss b/localdocs/_sass/index.scss index da09caa..366ea65 100644 --- a/localdocs/_sass/index.scss +++ b/localdocs/_sass/index.scss @@ -11,6 +11,10 @@ body { position: fixed; } +#navbarBottom { + position: fixed; +} + #image00 { background-color: black; margin: auto; diff --git a/localdocs/_sass/main.scss b/localdocs/_sass/main.scss index bb024fd..e4ec9cb 100644 --- a/localdocs/_sass/main.scss +++ b/localdocs/_sass/main.scss @@ -11,6 +11,10 @@ body { position: fixed; } +#navbarBottom { + position: fixed; +} + a { color: lightseagreen; }