Difference between revisions 145013 and 145014 on test2wiki

/* 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;
}