diff --git a/themes/buha/assets/scss/common.scss b/themes/buha/assets/scss/common.scss index 1eeede9..2f510e6 100644 --- a/themes/buha/assets/scss/common.scss +++ b/themes/buha/assets/scss/common.scss @@ -144,6 +144,10 @@ img.dark-shadow{ color: white; } +.funny-text-shadow { + color: #fff; + text-shadow: 0px 4px 4px #282828; +} fieldset { display: flex; flex-wrap: wrap; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem; diff --git a/themes/buha/layouts/partials/snippets/banner.html b/themes/buha/layouts/partials/snippets/banner.html index c521849..460340d 100644 --- a/themes/buha/layouts/partials/snippets/banner.html +++ b/themes/buha/layouts/partials/snippets/banner.html @@ -7,7 +7,7 @@ {{ $px := string "400" }} {{ $fill := string (printf "1280x%s smart" $px) }} {{ $all := "" }} - +{{ $style := safeCSS "text-shadow: 0px 3px 0px #b2a98f, 0px 14px 10px rgba(0,0,0,0.15), 0px 24px 2px rgba(0,0,0,0.1), 0px 34px 30px rgba(0,0,0,0.1)" }} {{ $what := "none" }} {{ $img := "none" }} {{ if eq .Kind "home" }} @@ -24,15 +24,15 @@ {{ $height := safeCSS (printf "min-height: calc(%spx - 5rem); max-height: calc(%spx - 5rem);" $px $px) }} {{ if and (resources.GetMatch $banner) (ne .Params.banner false) }} {{ $height = safeCSS (printf "height: calc(%spx - 5rem);" (string $img.Height)) }} - + {{ else if and (.Resources.Match "banner*") (ne .Params.banner false) }} {{ $img = (.Resources.GetMatch "banner*").Fill $fill }} {{ $height = safeCSS (printf "height: calc(%spx - 5rem);" (string $img.Height)) }} - + {{ else if and (.Resources.ByType "image") (ne .Params.banner false) $all }} {{ $img = (index (.Resources.ByType "image") 0).Fill $fill }} {{ $height = safeCSS (printf "height: calc(%spx - 5rem);" (string $img.Height)) }} - + {{ else }} - + {{ end }} diff --git a/themes/buha/layouts/partials/snippets/header.html b/themes/buha/layouts/partials/snippets/header.html index d628dba..18624fc 100644 --- a/themes/buha/layouts/partials/snippets/header.html +++ b/themes/buha/layouts/partials/snippets/header.html @@ -10,7 +10,7 @@ {{ if i18n . }} {{ $name = i18n . }} {{ end }} - {{- $name | humanize -}} + {{- $name | humanize -}} {{- end -}}