Difference between revisions of "MediaWiki:Common.css"
Idoimaging (talk | contribs) |
Idoimaging (talk | contribs) |
||
Line 12: | Line 12: | ||
.my_sidebar { | .my_sidebar { | ||
background-color: #fafafa; | background-color: #fafafa; | ||
− | padding: 20px; | + | padding: 10px; |
+ | margin: 20px; | ||
} | } |
Revision as of 22:46, 19 October 2017
/* CSS placed here will be applied to all skins */ .td_center { align: center; } /* https://www.mediawiki.org/wiki/Topic:Qubsxbdbzkwhxi9z Prevent padlock icon on https links */ div#content a.external[href ^="https://"] { background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat; } .my_sidebar { background-color: #fafafa; padding: 10px; margin: 20px; }