User:Pax/RiverStyles.css: Difference between revisions

From From Dusk till Jawn
Jump to navigation Jump to search
(Created page with "h3 { font-family: Raleway; font-weight: 900; } .redacted { font-family: 'Special Elite'; } .blurred span { color: transparent; text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);...")
 
No edit summary
Line 1: Line 1:
h3 {
h3 {
  font-family: Raleway;
  font-family: Coromant Garamond;
  font-weight: 900;
  font-weight: 900;
}
}


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



Revision as of 02:10, 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);
}