MediaWiki:Quote.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) need to edit completely |
ReisuDesign (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
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; | |||
} | |||