diff options
Diffstat (limited to 'themes/hugo-coder/layouts/_default/baseof.html')
| -rw-r--r-- | themes/hugo-coder/layouts/_default/baseof.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/themes/hugo-coder/layouts/_default/baseof.html index f278750..f981b50 100644 --- a/themes/hugo-coder/layouts/_default/baseof.html +++ b/themes/hugo-coder/layouts/_default/baseof.html | |||
| @@ -29,17 +29,11 @@ | |||
| 29 | height: 5px; | 29 | height: 5px; |
| 30 | border-radius: 50%; | 30 | border-radius: 50%; |
| 31 | background-color: white; | 31 | background-color: white; |
| 32 | position: absolute; | 32 | position: fixed; |
| 33 | transform: translate(var(--x), var(--y)); | 33 | transform: translate(var(--x), var(--y)); |
| 34 | animation: snow var(--s) linear var(--d) infinite; | 34 | animation: snow var(--s) linear var(--d) infinite; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | /** | ||
| 38 | body { | ||
| 39 | overflow: hidden; | ||
| 40 | } | ||
| 41 | **/ | ||
| 42 | |||
| 43 | </style> | 37 | </style> |
| 44 | 38 | ||
| 45 | {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} | 39 | {{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }} |
| @@ -135,9 +129,9 @@ | |||
| 135 | onload="{{ if .Site.Params.enableTwemoji }} twemoji.parse(document.body); {{ end }}" | 129 | onload="{{ if .Site.Params.enableTwemoji }} twemoji.parse(document.body); {{ end }}" |
| 136 | > | 130 | > |
| 137 | <!-- <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div> --> | 131 | <!-- <div id=fireworksContainer style="position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none;"></div> --> |
| 138 | <!-- | 132 | |
| 139 | <div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div> | 133 | <div id="snow" style="position: absolute; top: 0; left: 0; height: 100vh; width: 100vw; --s: 10s; --w: 50vw; --d: 0s;"></div> |
| 140 | --> | 134 | |
| 141 | {{ partial "float" . }} | 135 | {{ partial "float" . }} |
| 142 | <main class="wrapper"> | 136 | <main class="wrapper"> |
| 143 | {{ partial "header.html" . }} | 137 | {{ partial "header.html" . }} |
