From fb92d449ffa49a835f0dc1149aa03df10cfb934f Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 27 Oct 2018 23:39:34 +0200 Subject: [PATCH] update --- layouts/partials/flex/body-aftercontent.html | 56 ++++++++++++++++++++ static/css/custom.css | 18 ++++--- 2 files changed, 68 insertions(+), 6 deletions(-) create mode 100644 layouts/partials/flex/body-aftercontent.html diff --git a/layouts/partials/flex/body-aftercontent.html b/layouts/partials/flex/body-aftercontent.html new file mode 100644 index 0000000..18a6e5d --- /dev/null +++ b/layouts/partials/flex/body-aftercontent.html @@ -0,0 +1,56 @@ +
+ {{ partial "next-prev-page.html" . }} +
+ + + + + + +{{ partial "flex/scripts.html" . }} diff --git a/static/css/custom.css b/static/css/custom.css index 7cdcb0f..b0c2c8d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -4,7 +4,7 @@ header { } article > aside { - background-color: #262626; + background-color: #000; color: #c6c6c6; } @@ -24,8 +24,11 @@ article > aside .menu .dd-item div a:hover, article > aside .menu .dd-item div a } article { - background-color: #808080; + background-color: #262626; color: #c6c6c6; + max-width: 1300px; + margin-left: auto; + margin-right: auto; } .searchbox input { @@ -43,14 +46,17 @@ article { } footer { - background-color: #808080; - color: #000; + background-color: #262626; + color: #808080; + margin: 0; + padding: 10px 0 10px 0; } article section.page { - color: #262626; + color: #c6c6c6; font-family: "Helvetica"; font-weight: normal; + overflow-y: initial; } section strong { @@ -81,7 +87,7 @@ article section.page h1:first-of-type { } body { - background-color: #808080; + background-color: #262626; } article section.page pre {