Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Race intro/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 22: Line 22:


.wizlords-race-intro--with-examples .wizlords-race-quote {
.wizlords-race-intro--with-examples .wizlords-race-quote {
position: relative;
min-width: 0;
min-width: 0;
margin: 0;
padding: 0 34px;
color: var(--wiz-text, #d2d2d2);
font-size: 16px;
font-style: italic;
line-height: 1.6;
}
.wizlords-race-intro--with-examples .wizlords-race-quote::before,
.wizlords-race-intro--with-examples .wizlords-race-quote::after {
position: absolute;
color: #555;
font-size: 42px;
line-height: 1;
}
.wizlords-race-intro--with-examples .wizlords-race-quote::before {
content: "\201C";
left: 0;
top: -6px;
}
.wizlords-race-intro--with-examples .wizlords-race-quote::after {
content: "\201D";
right: 0;
bottom: -18px;
}
.wizlords-race-intro--with-examples .wizlords-race-quote-source {
margin-top: 8px;
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: bold;
}
}