MediaWiki:Quote.css: Difference between revisions
Appearance
ReisuDesign (talk | contribs) Created page with "blockquote { background-color: var(--theme-color-2); border: none !important; border-radius: 20px; position: relative; margin-left: 0; width: fit-content; } blockquote::after { content: '”'; font-family: "Stack Sans Text", sans-serif !important; font-size: 80px !important; position: absolute; top: 40px; right: 40px; color: var(--theme-color-7); }" |
(No difference)
|
Revision as of 22:53, 9 November 2025
blockquote {
background-color: var(--theme-color-2);
border: none !important;
border-radius: 20px;
position: relative;
margin-left: 0;
width: fit-content;
}
blockquote::after {
content: '”';
font-family: "Stack Sans Text", sans-serif !important;
font-size: 80px !important;
position: absolute;
top: 40px;
right: 40px;
color: var(--theme-color-7);
}