Difference between revisions of "Template:Cookie notice"
Jump to navigation
Jump to search
Coppersalts (talk | contribs) |
Coppersalts (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
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 13: | Line 16: | ||
} | } | ||
.cookiebanner-inner { | .cookiebanner-inner { | ||
− | background: | + | background: #F9B857; |
border-radius: 1em 1em 0 0; | border-radius: 1em 1em 0 0; | ||
width: 100%; | width: 100%; | ||
Line 30: | Line 33: | ||
background:#1C90CA; | background:#1C90CA; | ||
border-radius:2em; | border-radius:2em; | ||
+ | } | ||
+ | |||
+ | @keyframes jumpscare { | ||
+ | from {bottom: -120px;} | ||
+ | to {bottom: 0;} | ||
} | } | ||
}} | }} |