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