Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
imported>Ivanhoe |
imported>Ivanhoe |
||
Line 5: | Line 5: | ||
background: center right no-repeat; padding-right: 18px; | background: center right no-repeat; padding-right: 18px; | ||
} | } | ||
− | .mw-body p, | + | .mw-body p, { |
max-width: 500px; | max-width: 500px; | ||
+ | margin: auto; | ||
+ | } | ||
+ | |||
+ | .mw-body blockquote, { | ||
+ | max-width: 450px; | ||
margin: auto; | margin: auto; | ||
} | } |
Revision as of 13:15, 19 August 2016
/* CSS placed here will be applied to all skins */ div#content a[href ^="https://"].external { background: center right no-repeat; padding-right: 18px; } .mw-body p, { max-width: 500px; margin: auto; } .mw-body blockquote, { max-width: 450px; margin: auto; }