User:Pax/RiverStyles.css: Difference between revisions

From From Dusk till Jawn
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
h3 {
h3 {
  font-family: 'Cormorant Garamond';
  font-family: 'Trade Winds';
  font-weight: 900;
  font-weight: 900;
}
}

Revision as of 02:21, 14 May 2020

h3 {
 font-family: 'Trade Winds';
 font-weight: 900;
}

.redacted {
 font-family: 'Proza Libre', 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);
}