MediaWiki:Quote.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
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);
}