MediaWiki:Common.css.bak: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 302: Line 302:
     cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
     cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="14" cy="14" r="4.5" fill="white" stroke="black" stroke-width="1" /></svg>') 14 14, auto;
     text-transform: uppercase;
     text-transform: uppercase;
}
body.printing::after {
  content: "[PREPARING PRINT…]";
  position: fixed;
  bottom: 16px;
  right: 16px;
  padding: 6px 10px;
  background: white;
  border: 1px solid #292828;
  font-size: 48px;
  line-height: 1.2;
  font-family: "HALColant-TextRegular", Georgia, serif;
  color: #292828;
  opacity: 0.95;
  pointer-events: none;
  z-index: 999999;
}
}


Navigation menu