@shower/ribbon
Version:
Ribbon theme for Shower HTML presentation engine
24 lines (19 loc) • 332 B
CSS
/* Quote */
.slide blockquote {
margin: 0;
font-style: italic;
}
.slide blockquote::before {
position: absolute;
margin: -0.15em 0 0 -0.43em;
color: #cccccc;
line-height: 1;
font-size: 8em;
content: '\201C';
}
/* Author */
.slide blockquote + figcaption {
margin: -1em 0 1em;
font-weight: bold;
font-style: italic;
}