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 5: Line 5:


.redacted {
.redacted {
  font-family: 'Proza Libre';
  font-family: Proza Libre;
}
}



Revision as of 02:16, 14 May 2020

h3 {
 font-family: Coromant Garamond;
 font-weight: 900;
}

.redacted {
 font-family: Proza Libre;
}

.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);
}