From ee2a7df58fdaa65c666ec549619ad9584e9df3fe Mon Sep 17 00:00:00 2001 From: Max le Fou Date: Thu, 19 Aug 2021 21:34:57 +0200 Subject: shadows yay --- layouts/index.html | 8 ++++---- layouts/taxonomy/tag.html | 2 +- static/css/style.css | 22 ++++++++++++++++------ 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 761cc10..2952f38 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,11 +6,11 @@

{{ .Site.Params.mainpagetitle }}

-

{{ .Site.Params.mainpagesubtitle }}

+

{{ .Site.Params.mainpagesubtitle }}

{{ .Site.Params.mainpagedesc }}

-
+

{{ i18n "postslist" }}

    {{ range first 10 .Site.RegularPages }} {{ if eq .Type "post" }} @@ -25,13 +25,13 @@
    -
    +
    {{ i18n "categories" }}
    {{ partial "categories.html" .}}
    -
    +
    {{ i18n "tags" }}
    {{ partial "tags.html" .}} diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html index a327647..92a45cd 100644 --- a/layouts/taxonomy/tag.html +++ b/layouts/taxonomy/tag.html @@ -12,7 +12,7 @@ {{ range .Data.Pages }}
  • - {{.Date.Format "2006-01-02"}} | {{.Title}} + {{.Title}} {{ .Date.Format "2006-01-02" }}
  • {{ end }} diff --git a/static/css/style.css b/static/css/style.css index 62908d9..54343e5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,11 +1,21 @@ -body { - visibility: hidden +body { + visibility: hidden } -.navmargin { - margin-top: 2em; +.sideblock { + filter: drop-shadow(7px 8px 0 black); } -h2 { - white-space: normal; +h1, +h2, +h3, +h4, +h5, +h6 { + margin-bottom: 0.4em; +} + +ol, +ul { + padding-left: 1em; } \ No newline at end of file -- cgit v1.2.3