Difference between revisions of "MediaWiki:Common.css"
Idoimaging (talk | contribs) |
Idoimaging (talk | contribs) |
||
Line 8: | Line 8: | ||
div#content a.external[href ^="https://"] { | div#content a.external[href ^="https://"] { | ||
background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat; | background: url(https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg) center right no-repeat; | ||
+ | } | ||
+ | |||
+ | .my_sidebar { | ||
+ | background-color: yellow; | ||
} | } |
Revision as of 22:21, 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: yellow; }