User:Pax/RiverStyles.css

From From Dusk till Jawn
Revision as of 02:56, 14 May 2020 by Pax (talk | contribs)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
h3 {
 font-family: 'Lobster';
 font-weight: 900;
}

.redacted {
 font-family: 'Arial', sans-serif;
}

.blurred span {
 color: transparent;
 text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}

.invisible-ink span {
 color: rgba(0, 0, 0, 0);
}

.redacted span {
 position: relative;
 white-space: pre;
}

.redacted span:after {
 background: black;
 border-radius: 0.1em;
 box-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
 content: " ";
 width: 100%;
 height: 1.2em;
 left: 0;
 position: absolute;
 transform: skewY(-5deg) rotate(5deg);
}