User:Xanthopus/common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.false-watermark {
position: relative;
display: inline-block;
overflow: hidden;
}
.false-watermark::after {
content: "FALSE";
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: 900;
letter-spacing: 0.15em;
color: rgba(255, 0, 0, 0.45);
text-shadow: 0 0 4px rgba(255, 255, 255, 0.9);
transform: rotate(-35deg);
}