MediaWiki:Quote.css
Appearance
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.pull-quote {
border: none !important;
border-radius: 20px;
position: relative;
margin-left: 0;
padding: 0;
margin-top: 5px !important;
overflow: hidden;
padding-top: 0px;
padding-left:0;
}
.pull-quote__text {
width: fit-content;
}
.pull-quote__text p {
position: relative;
background-color: var(--theme-color-2);
padding: 15px 20px;
border-radius: 20px;
margin-bottom: 0;
}