Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
border-left: 3px solid #ccc; | border-left: 3px solid #ccc; | ||
width: 60%; | width: 60%; | ||
+ | margin: auto; | ||
padding: 0.5em 10px; | padding: 0.5em 10px; | ||
quotes: "\201C""\201D""\2018""\2019"; | quotes: "\201C""\201D""\2018""\2019"; | ||
} | } |
Revision as of 00:18, 9 March 2021
/* CSS placed here will be applied to all skins */
blockquote {
background: #f9f9f9;
border-left: 3px solid #ccc;
width: 60%;
margin: auto;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}