User:Dclark/common.css

From OrthodoxWiki
< User:Dclark
Revision as of 15:27, April 12, 2020 by Dclark (talk | contribs) (Add youtube external link icon, like the facebook and wikipedia ones...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 /* Styling links to YouTube */
 #bodyContent a[href ^="http://www.youtube.com"],
 #article a[href ^="http://www.youtube.com"],
 #mw_contentholder a[href ^="http://www.youtube.com"],
 #bodyContent a[href ^="http://www.youtu.be"],
 #article a[href ^="http://www.youtu.be"],
 #mw_contentholder a[href ^="http://www.youtu.be"]
 {
    background: url(http://hrwiki.org/w/skins/common/images/youtube-play-icon.png) center left no-repeat !important;
/* Should be this if I can get the admins to copy that icon over: */
/* background: url(/skins/common/images/youtube-play-icon.png) center left no-repeat !important; */
    padding-left: 16px !important;
    padding-right: 0px !important;
 }