Line 22:
Line 22:
[[Category:Non-Contestants]]
[[Category:Non-Contestants]]
[[Category:It/Its]]
[[Category:It/Its]]
+
{{#css:
+
#stuff {
+
display: flex;
+
flex-direction: column;
+
}
+
+
#bubble {
+
width: 124px;
+
background: #ffffcc;
+
border-style: solid;
+
border-radius: .4em;
+
border-width: 1.5px;
+
position:relative;
+
padding: 10px;
+
animation: 2.8s appear;
+
animation-fill-mode: forwards;
+
visibility: hidden;
+
font-family: Verdana, sans-serif;
+
font-size: 9pt;
+
}
+
+
#arrow {
+
content: '';
+
bottom: 0;
+
left: 50%;
+
width: 0;
+
height: 0;
+
margin-left: 62px;
+
border: 5px solid transparent;
+
border-top-color: black;
+
border-bottom: black;
+
animation: 2.8s appear;
+
animation-fill-mode: forwards;
+
visibility: hidden;
+
}
+
@keyframes appear {
+
99% {visibility: hidden;}
+
100% {visibility: visible;}
+
}
+
}}<div style="position: fixed; right:8px; bottom: 2%; z-index: 9000;"><!--
+
--><div id="stuff">
+
<div class="mw-collapsible" id="mw-customcollapsible-clippythepaperclip">
+
<div id="bubble"><div style="top:0;right:0;font-size:0;margin:4px;position:absolute;" class="mw-customtoggle-clippythepaperclip mw-customtoggle">[[File:Clippy death button.png|Close|link=]]</div><!--
+
-->lala bird
+
</div>
+
<div id="arrow></div>
+
<div id="clippy">[[File:DiaPaper Crane.png|100px|link=Peaberry]]</div>
+
</div>
+
</div>
+
</div>