Line 3:
Line 3:
<span class="cookie-text">This page uses cookies. something about a [[Triple Dent Gum|privacy policy]] here.</span>
<span class="cookie-text">This page uses cookies. something about a [[Triple Dent Gum|privacy policy]] here.</span>
<div class="cookie-button">'''[[A damn cave|Accept all]]'''</div>
<div class="cookie-button">'''[[A damn cave|Accept all]]'''</div>
+
<!--<div class="cookie-button">'''[[CHUBSWORLD|Subscribe to Chubsworld_]]'''</div>-->
</div></div>{{#css:
</div></div>{{#css:
.cookiebanner {
.cookiebanner {
+
font-size: 14pt;
position: fixed;
position: fixed;
bottom: 0;
bottom: 0;
+
animation: jumpscare 2s linear;
height: 120px;
height: 120px;
width: calc(100% - 42px);
width: calc(100% - 42px);
Line 30:
Line 33:
background:#1C90CA;
background:#1C90CA;
border-radius:2em;
border-radius:2em;
+
}
+
+
@keyframes jumpscare {
+
from {bottom: -100px;}
+
to {bottom: 0;}
}
}
}}
}}