Difference between revisions of "User:Dclark/common.css"

From OrthodoxWiki
Jump to: navigation, search
m
m
Line 14: Line 14:
  
 
a[href*="youtube"]:before {
 
a[href*="youtube"]:before {
     content: "\f166";
+
     content: "\f16a";
 
     color: #2c4388;
 
     color: #2c4388;
 
     margin: 0 4px 0 2px
 
     margin: 0 4px 0 2px

Revision as of 16:52, April 12, 2020

/* 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"]
a:before {
    font-family: 'FontAwesome';
    color: #777;
    display: inline-block;
    text-decoration: none
}

a[href*="youtube"]:before {
    content: "\f16a";
    color: #2c4388;
    margin: 0 4px 0 2px
}

a[href*="youtube"].external {
    background-image: none
}