diff --git a/res/include/style/layout.css b/res/include/style/layout.css index 110b4c9..75384c7 100644 --- a/res/include/style/layout.css +++ b/res/include/style/layout.css @@ -61,24 +61,27 @@ body { } header, footer, .checkers { background-image: url("{{.BackgroundPattern}}"); - background-color: #111111; /* Fallback */ background-color: var(--layer_1_color); background-repeat: repeat; background-blend-mode: luminosity; } header, footer { - padding-top: 70px; - box-shadow: inset 1px 1px 10px 0 var(--shadow_color); + box-shadow: inset 1px 1px 8px 0 var(--shadow_color); border-radius: 12px; text-align: center; overflow: hidden; + color: var(--layer_1_text_color); } header > h1 { - text-shadow: 1px 1px 10px var(--shadow_color); - margin-bottom: 50px; + text-shadow: 1px 1px 4px var(--shadow_color); + margin-top: 69px; + margin-bottom: 69px; } -footer { - padding: 200px 8px 40px 8px; +footer > .footer_content { + background-color: rgba(0, 0, 0, 0.5); + display: inline-block; + border-radius: 8px; + margin: 300px 0 69px 0; } /* Page layout elements */ diff --git a/res/static/ads.txt b/res/static/ads.txt index 6a29e35..28361d4 100644 --- a/res/static/ads.txt +++ b/res/static/ads.txt @@ -1561,6 +1561,9 @@ loopme.com, 11013, DIRECT, 6c8d5f95897a5a3b connectad.io, 204, DIRECT, 85ac85a30c93b3e5 appnexus.com, 2579, RESELLER, f5ab79cb980f11d1 quantum-advertising.com, 6222, RESELLER +ucfunnel.com, pub-34BAB998A98E4882C33BA88776232BA2, DIRECT +aralego.com, pub-34BAB998A98E4882C33BA88776232BA2, DIRECT +adiiix.com, pub-34BAB998A98E4882C33BA88776232BA2, DIRECT # End of Valueimpression # Pixfuture diff --git a/res/static/img/horsehead.webp b/res/static/img/horsehead.webp new file mode 100644 index 0000000..c30d5ba Binary files /dev/null and b/res/static/img/horsehead.webp differ diff --git a/res/template/fragments/page_wrap.html b/res/template/fragments/page_wrap.html index 331227a..98db1c1 100644 --- a/res/template/fragments/page_wrap.html +++ b/res/template/fragments/page_wrap.html @@ -55,22 +55,24 @@ function resetMenu() { {{define "page_bottom"}} {{end}} diff --git a/res/template/home.html b/res/template/home.html index 843a679..5dac133 100644 --- a/res/template/home.html +++ b/res/template/home.html @@ -5,6 +5,16 @@ {{template "meta_tags" "Free file sharing service"}} {{template "user_style" .}}