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

Template:Quote/styles.css: Difference between revisions

Template page
Sanitized CSS
Stevium changed the content model of the page Template:Quote/styles.css from "CSS" to "Sanitized CSS": TemplateStyles
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
     display: flow-root;
     display: flow-root;
     max-width: max-content;
     max-width: max-content;
}
blockquote.pull-quote:has(.pull-quote__source) {
    margin-top: 25px !important;
}
}


Line 24: Line 20:
     font-weight: 500;
     font-weight: 500;
}
}
   
 
.pull-quote__text p:after {
.pull-quote__text p:after {
     content: '”';
     content: '”';
Line 43: Line 39:
     top: -10px;
     top: -10px;
left: 10px;
left: 10px;
width: fit-content;
font-size: 13px;
font-size: 13px;
color: var(--color-base);
color: var(--color-base);