css: snowcaps on btns

pull/79/head
justcool393 2022-12-15 15:48:20 -06:00 committed by geese_suck
parent 3222b30491
commit 18af7d14bf
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
2 changed files with 26 additions and 2 deletions

View File

@ -275,3 +275,27 @@ textarea, input[type=textbox], input[type=search] {
top: 40px;
}
}
/* snowcaps */
.snow-cap {
position: relative;
}
.btn, .snow-cap::after {
content: '';
pointer-events: none;
background: url("/i/event/snowcap.png") repeat-x;
background-size: contain;
position: absolute;
bottom: -15px;
left: 0;
right: 0;
height: 23px;
border: none;
border-radius: 9999px;
}
/* award replacements */
/* train awards */

View File

@ -1,6 +1,6 @@
<script src="/assets/js/event/neko.js"
{# <script src="/assets/js/event/neko.js"></script> #}
<a rel="nofollow noopener noreferrer" href="https://www.youtube.com/watch?v=BuKft9LpL_0" style="text-decoration: none !important">
<a rel="nofollow noopener noreferrer" href="https://www.youtube.com/watch?v=BuKft9LpL_0" style="text-decoration: none !important">
<link rel="stylesheet" href="{{'css/event/banner.css' | asset}}">
{% include "event/banner_house2.svg" %}
{#<img src="/assets/images/event/banner_new.webp" />#}