/* Ugly badge for testwiki */
#p-logo::before {
content: "TESTSITE";
display: block;
position: absolute;
bottom: 0;
background: orange;
color: #000;
font: bold 17px/1 "Comic Sans MS";
opacity: 0.9;
border: 3px solid red;
border-radius: 2em;
text-align: center;
padding: 0.5em 1em;
box-sizing: border-box;
width: 100%;
transform: rotate(-10deg);
letter-spacing: 4px;
pointer-events: none;
transition: transform 1s ease;
}
#p-logo:hover::before {
transform: rotate(0deg);
}
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|