Files
ks-twenty-fifteen/css/ksite.css

122 lines
2.1 KiB
CSS

.social-navigation a:before {
content: none;
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
.social-navigation a[href*="codepen.io"]:before {
content: none;
}
.social-navigation a[href*="digg.com"]:before {
content: none;
}
.social-navigation a[href*="dribbble.com"]:before {
content: none;
}
.social-navigation a[href*="dropbox.com"]:before {
content: none;
}
.social-navigation a[href*="facebook.com"]:before {
content: none;
}
.social-navigation a[href*="flickr.com"]:before {
content: none;
}
.social-navigation a[href*="foursquare.com"]:before {
content: none;
}
.social-navigation a[href*="plus.google.com"]:before {
content: none;
}
.social-navigation a[href*="github.com"]:before {
content: none;
}
.social-navigation a[href*="instagram.com"]:before {
content: none;
}
.social-navigation a[href*="linkedin.com"]:before {
content: none;
}
.social-navigation a[href*="pinterest.com"]:before {
content: none;
}
.social-navigation a[href*="getpocket.com"]:before {
content: none;
}
.social-navigation a[href*="polldaddy.com"]:before {
content: none;
}
.social-navigation a[href*="reddit.com"]:before {
content: none;
}
.social-navigation a[href*="stumbleupon.com"]:before {
content: none;
}
.social-navigation a[href*="tumblr.com"]:before {
content: none;
}
.social-navigation a[href*="twitter.com"]:before {
content: none;
}
.social-navigation a[href*="vimeo.com"]:before {
content: none;
}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
content: none;
}
.social-navigation a[href*="youtube.com"]:before {
content: none;
}
.social-navigation a[href*="mailto:"]:before {
content: none;
}
.social-navigation a[href*="spotify.com"]:before {
content: none;
}
.social-navigation a[href*="twitch.tv"]:before {
content: none;
}
.social-navigation a[href$="/feed/"]:before {
content: none;
}
.social-navigation a[href*="path.com"]:before {
content: none;
}
.social-navigation a[href*="skype.com"]:before {
content: none;
}
.footer-icon {
padding-right: 5px;
}