diff --git a/fc-webicons.css b/fc-webicons.css index 8947216..05c43fe 100644 --- a/fc-webicons.css +++ b/fc-webicons.css @@ -6,101 +6,151 @@ .fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } /* Behance */ -.no-svg .fc-webicon.behance { background: url("images/fc-webicon-behance.png"); } +.no-svg .fc-webicon.behance { background: url("images/fc-webicon-behance-m.png"); } +.no-svg .fc-webicon.behance.large { background: url("images/fc-webicon-behance.png"); } +.no-svg .fc-webicon.behance.small { background: url("images/fc-webicon-behance-s.png"); } .svg .fc-webicon.behance { background: url("images/fc-webicon-behance.svg"); } /* Creative Cloud */ -.no-svg .fc-webicon.creativecloud { background: url("images/fc-webicon-creativecloud.png"); } +.no-svg .fc-webicon.creativecloud { background: url("images/fc-webicon-creativecloud-m.png"); } +.no-svg .fc-webicon.creativecloud.large { background: url("images/fc-webicon-creativecloud.png"); } +.no-svg .fc-webicon.creativecloud.small { background: url("images/fc-webicon-creativecloud-s.png"); } .svg .fc-webicon.creativecloud { background: url("images/fc-webicon-creativecloud.svg"); } /* Dribbble */ -.no-svg .fc-webicon.dribbble { background: url("images/fc-webicon-dribbble.png"); } +.no-svg .fc-webicon.dribbble { background: url("images/fc-webicon-dribbble-m.png"); } +.no-svg .fc-webicon.dribbble.large { background: url("images/fc-webicon-dribbble.png"); } +.no-svg .fc-webicon.dribbble.small { background: url("images/fc-webicon-dribbble-s.png"); } .svg .fc-webicon.dribbble { background: url("images/fc-webicon-dribbble.svg"); } /* Dropbox */ -.no-svg .fc-webicon.dropbox { background: url("images/fc-webicon-dropbox.png"); } +.no-svg .fc-webicon.dropbox { background: url("images/fc-webicon-dropbox-m.png"); } +.no-svg .fc-webicon.dropbox.large { background: url("images/fc-webicon-dropbox.png"); } +.no-svg .fc-webicon.dropbox.small { background: url("images/fc-webicon-dropbox-s.png"); } .svg .fc-webicon.dropbox { background: url("images/fc-webicon-dropbox.svg"); } /* Evernote */ -.no-svg .fc-webicon.evernote { background: url("images/fc-webicon-evernote.png"); } +.no-svg .fc-webicon.evernote { background: url("images/fc-webicon-evernote-m.png"); } +.no-svg .fc-webicon.evernote.large { background: url("images/fc-webicon-evernote.png"); } +.no-svg .fc-webicon.evernote.small { background: url("images/fc-webicon-evernote-s.png"); } .svg .fc-webicon.evernote { background: url("images/fc-webicon-evernote.svg"); } /* Facebook */ -.no-svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook.png"); } +.no-svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook-m.png"); } +.no-svg .fc-webicon.facebook.large { background: url("images/fc-webicon-facebook.png"); } +.no-svg .fc-webicon.facebook.small { background: url("images/fc-webicon-facebook-s.png"); } .svg .fc-webicon.facebook { background: url("images/fc-webicon-facebook.svg"); } /* Flickr */ -.no-svg .fc-webicon.flickr { background: url("images/fc-webicon-flickr.png"); } +.no-svg .fc-webicon.flickr { background: url("images/fc-webicon-flickr-m.png"); } +.no-svg .fc-webicon.flickr.large { background: url("images/fc-webicon-flickr.png"); } +.no-svg .fc-webicon.flickr.small { background: url("images/fc-webicon-flickr-s.png"); } .svg .fc-webicon.flickr { background: url("images/fc-webicon-flickr.svg"); } /* Github */ -.no-svg .fc-webicon.github { background: url("images/fc-webicon-github.png"); } +.no-svg .fc-webicon.github { background: url("images/fc-webicon-github-m.png"); } +.no-svg .fc-webicon.github.large { background: url("images/fc-webicon-github.png"); } +.no-svg .fc-webicon.github.small { background: url("images/fc-webicon-github-s.png"); } .svg .fc-webicon.github { background: url("images/fc-webicon-github.svg"); } /* Google+ */ -.no-svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus.png"); } +.no-svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus-m.png"); } +.no-svg .fc-webicon.googleplus.large { background: url("images/fc-webicon-googleplus.png"); } +.no-svg .fc-webicon.googleplus.small { background: url("images/fc-webicon-googleplus-s.png"); } .svg .fc-webicon.googleplus { background: url("images/fc-webicon-googleplus.svg"); } /* iCloud */ -.no-svg .fc-webicon.icloud { background: url("images/fc-webicon-icloud.png"); } +.no-svg .fc-webicon.icloud { background: url("images/fc-webicon-icloud-m.png"); } +.no-svg .fc-webicon.icloud.large { background: url("images/fc-webicon-icloud.png"); } +.no-svg .fc-webicon.icloud.small { background: url("images/fc-webicon-icloud-s.png"); } .svg .fc-webicon.icloud { background: url("images/fc-webicon-icloud.svg"); } /* LinkedIn */ -.no-svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin.png"); } +.no-svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin-m.png"); } +.no-svg .fc-webicon.linkedin.large { background: url("images/fc-webicon-linkedin.png"); } +.no-svg .fc-webicon.linkedin.small { background: url("images/fc-webicon-linkedin-s.png"); } .svg .fc-webicon.linkedin { background: url("images/fc-webicon-linkedin.svg"); } /* Mail */ -.no-svg .fc-webicon.mail { background: url("images/fc-webicon-mail.png"); } +.no-svg .fc-webicon.mail { background: url("images/fc-webicon-mail-m.png"); } +.no-svg .fc-webicon.mail.large { background: url("images/fc-webicon-mail.png"); } +.no-svg .fc-webicon.mail.small { background: url("images/fc-webicon-mail-s.png"); } .svg .fc-webicon.mail { background: url("images/fc-webicon-mail.svg"); } /* MSN */ -.no-svg .fc-webicon.msn { background: url("images/fc-webicon-msn.png"); } +.no-svg .fc-webicon.msn { background: url("images/fc-webicon-msn-m.png"); } +.no-svg .fc-webicon.msn.large { background: url("images/fc-webicon-msn.png"); } +.no-svg .fc-webicon.msn.small { background: url("images/fc-webicon-msn-s.png"); } .svg .fc-webicon.msn { background: url("images/fc-webicon-msn.svg"); } /* Pinterest */ -.no-svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest.png"); } +.no-svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest-m.png"); } +.no-svg .fc-webicon.pinterest.large { background: url("images/fc-webicon-pinterest.png"); } +.no-svg .fc-webicon.pinterest.small { background: url("images/fc-webicon-pinterest-s.png"); } .svg .fc-webicon.pinterest { background: url("images/fc-webicon-pinterest.svg"); } /* Rdio */ -.no-svg .fc-webicon.rdio { background: url("images/fc-webicon-rdio.png"); } +.no-svg .fc-webicon.rdio { background: url("images/fc-webicon-rdio-m.png"); } +.no-svg .fc-webicon.rdio.large { background: url("images/fc-webicon-rdio.png"); } +.no-svg .fc-webicon.rdio.small { background: url("images/fc-webicon-rdio-s.png"); } .svg .fc-webicon.rdio { background: url("images/fc-webicon-rdio.svg"); } /* RSS */ -.no-svg .fc-webicon.rss { background: url("images/fc-webicon-rss.png"); } +.no-svg .fc-webicon.rss { background: url("images/fc-webicon-rss-m.png"); } +.no-svg .fc-webicon.rss.large { background: url("images/fc-webicon-rss.png"); } +.no-svg .fc-webicon.rss.small { background: url("images/fc-webicon-rss-s.png"); } .svg .fc-webicon.rss { background: url("images/fc-webicon-rss.svg"); } /* Skitch */ -.no-svg .fc-webicon.skitch { background: url("images/fc-webicon-skitch.png"); } +.no-svg .fc-webicon.skitch { background: url("images/fc-webicon-skitch-m.png"); } +.no-svg .fc-webicon.skitch.large { background: url("images/fc-webicon-skitch.png"); } +.no-svg .fc-webicon.skitch.small { background: url("images/fc-webicon-skitch-s.png"); } .svg .fc-webicon.skitch { background: url("images/fc-webicon-skitch.svg"); } /* Skype */ -.no-svg .fc-webicon.skype { background: url("images/fc-webicon-skype.png"); } +.no-svg .fc-webicon.skype { background: url("images/fc-webicon-skype-m.png"); } +.no-svg .fc-webicon.skype.large { background: url("images/fc-webicon-skype.png"); } +.no-svg .fc-webicon.skype.small { background: url("images/fc-webicon-skype-s.png"); } .svg .fc-webicon.skype { background: url("images/fc-webicon-skype.svg"); } -/* Spotify! */ -.no-svg .fc-webicon.spotify { background: url("images/fc-webicon-spotify.png"); } +/* Spotify */ +.no-svg .fc-webicon.spotify { background: url("images/fc-webicon-spotify-m.png"); } +.no-svg .fc-webicon.spotify.large { background: url("images/fc-webicon-spotify.png"); } +.no-svg .fc-webicon.spotify.small { background: url("images/fc-webicon-spotify-s.png"); } .svg .fc-webicon.spotify { background: url("images/fc-webicon-spotify.svg"); } /* StumbleUpon! */ -.no-svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon.png"); } +.no-svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon-m.png"); } +.no-svg .fc-webicon.stumbleupon.large { background: url("images/fc-webicon-stumbleupon.png"); } +.no-svg .fc-webicon.stumbleupon.small { background: url("images/fc-webicon-stumbleupon-s.png"); } .svg .fc-webicon.stumbleupon { background: url("images/fc-webicon-stumbleupon.svg"); } /* Twitter */ -.no-svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter.png"); } +.no-svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter-m.png"); } +.no-svg .fc-webicon.twitter.large { background: url("images/fc-webicon-twitter.png"); } +.no-svg .fc-webicon.twitter.small { background: url("images/fc-webicon-twitter-s.png"); } .svg .fc-webicon.twitter { background: url("images/fc-webicon-twitter.svg"); } /* Vimeo */ -.no-svg .fc-webicon.vimeo { background: url("images/fc-webicon-vimeo.png"); } +.no-svg .fc-webicon.vimeo { background: url("images/fc-webicon-vimeo-m.png"); } +.no-svg .fc-webicon.vimeo.large { background: url("images/fc-webicon-vimeo.png"); } +.no-svg .fc-webicon.vimeo.small { background: url("images/fc-webicon-vimeo-s.png"); } .svg .fc-webicon.vimeo { background: url("images/fc-webicon-vimeo.svg"); } /* YouTube */ -.no-svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube.png"); } +.no-svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube-m.png"); } +.no-svg .fc-webicon.youtube.large { background: url("images/fc-webicon-youtube.png"); } +.no-svg .fc-webicon.youtube.small { background: url("images/fc-webicon-youtube-s.png"); } .svg .fc-webicon.youtube { background: url("images/fc-webicon-youtube.svg"); } /* YouVersion */ -.no-svg .fc-webicon.youversion { background: url("images/fc-webicon-youversion.png"); } +.no-svg .fc-webicon.youversion { background: url("images/fc-webicon-youversion-m.png"); } +.no-svg .fc-webicon.youversion.large { background: url("images/fc-webicon-youversion.png"); } +.no-svg .fc-webicon.youversion.small { background: url("images/fc-webicon-youversion-s.png"); } .svg .fc-webicon.youversion { background: url("images/fc-webicon-youversion.svg"); } /* Zerply */ -.no-svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply.png"); } +.no-svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply-m.png"); } +.no-svg .fc-webicon.zerply.large { background: url("images/fc-webicon-zerply.png"); } +.no-svg .fc-webicon.zerply.small { background: url("images/fc-webicon-zerply-s.png"); } .svg .fc-webicon.zerply { background: url("images/fc-webicon-zerply.svg"); } \ No newline at end of file diff --git a/images/fc-webicon-behance-m.png b/images/fc-webicon-behance-m.png new file mode 100644 index 0000000..1a3c00c Binary files /dev/null and b/images/fc-webicon-behance-m.png differ diff --git a/images/fc-webicon-behance-s.png b/images/fc-webicon-behance-s.png new file mode 100644 index 0000000..0e7adbc Binary files /dev/null and b/images/fc-webicon-behance-s.png differ diff --git a/images/fc-webicon-creativecloud-m.png b/images/fc-webicon-creativecloud-m.png new file mode 100644 index 0000000..0fd2418 Binary files /dev/null and b/images/fc-webicon-creativecloud-m.png differ diff --git a/images/fc-webicon-creativecloud-s.png b/images/fc-webicon-creativecloud-s.png new file mode 100644 index 0000000..ebffd0a Binary files /dev/null and b/images/fc-webicon-creativecloud-s.png differ diff --git a/images/fc-webicon-dribbble-m.png b/images/fc-webicon-dribbble-m.png new file mode 100644 index 0000000..fe99d4c Binary files /dev/null and b/images/fc-webicon-dribbble-m.png differ diff --git a/images/fc-webicon-dribbble-s.png b/images/fc-webicon-dribbble-s.png new file mode 100644 index 0000000..ce4084d Binary files /dev/null and b/images/fc-webicon-dribbble-s.png differ diff --git a/images/fc-webicon-dropbox-m.png b/images/fc-webicon-dropbox-m.png new file mode 100644 index 0000000..655d004 Binary files /dev/null and b/images/fc-webicon-dropbox-m.png differ diff --git a/images/fc-webicon-dropbox-s.png b/images/fc-webicon-dropbox-s.png new file mode 100644 index 0000000..709987e Binary files /dev/null and b/images/fc-webicon-dropbox-s.png differ diff --git a/images/fc-webicon-evernote-m.png b/images/fc-webicon-evernote-m.png new file mode 100644 index 0000000..557184a Binary files /dev/null and b/images/fc-webicon-evernote-m.png differ diff --git a/images/fc-webicon-evernote-s.png b/images/fc-webicon-evernote-s.png new file mode 100644 index 0000000..d13511b Binary files /dev/null and b/images/fc-webicon-evernote-s.png differ diff --git a/images/fc-webicon-facebook-m.png b/images/fc-webicon-facebook-m.png new file mode 100644 index 0000000..7c432fe Binary files /dev/null and b/images/fc-webicon-facebook-m.png differ diff --git a/images/fc-webicon-facebook-s.png b/images/fc-webicon-facebook-s.png new file mode 100644 index 0000000..0a1e8d7 Binary files /dev/null and b/images/fc-webicon-facebook-s.png differ diff --git a/images/fc-webicon-flickr-m.png b/images/fc-webicon-flickr-m.png new file mode 100644 index 0000000..21c1a38 Binary files /dev/null and b/images/fc-webicon-flickr-m.png differ diff --git a/images/fc-webicon-flickr-s.png b/images/fc-webicon-flickr-s.png new file mode 100644 index 0000000..ff7bf0a Binary files /dev/null and b/images/fc-webicon-flickr-s.png differ diff --git a/images/fc-webicon-github-m.png b/images/fc-webicon-github-m.png new file mode 100644 index 0000000..4c92aa0 Binary files /dev/null and b/images/fc-webicon-github-m.png differ diff --git a/images/fc-webicon-github-s.png b/images/fc-webicon-github-s.png new file mode 100644 index 0000000..bbf931f Binary files /dev/null and b/images/fc-webicon-github-s.png differ diff --git a/images/fc-webicon-googleplus-m.png b/images/fc-webicon-googleplus-m.png new file mode 100644 index 0000000..4e33113 Binary files /dev/null and b/images/fc-webicon-googleplus-m.png differ diff --git a/images/fc-webicon-googleplus-s.png b/images/fc-webicon-googleplus-s.png new file mode 100644 index 0000000..ea27d89 Binary files /dev/null and b/images/fc-webicon-googleplus-s.png differ diff --git a/images/fc-webicon-icloud-m.png b/images/fc-webicon-icloud-m.png new file mode 100644 index 0000000..2ddad5e Binary files /dev/null and b/images/fc-webicon-icloud-m.png differ diff --git a/images/fc-webicon-icloud-s.png b/images/fc-webicon-icloud-s.png new file mode 100644 index 0000000..7626932 Binary files /dev/null and b/images/fc-webicon-icloud-s.png differ diff --git a/images/fc-webicon-linkedin-m.png b/images/fc-webicon-linkedin-m.png new file mode 100644 index 0000000..b13e4e1 Binary files /dev/null and b/images/fc-webicon-linkedin-m.png differ diff --git a/images/fc-webicon-linkedin-s.png b/images/fc-webicon-linkedin-s.png new file mode 100644 index 0000000..5f6a7b8 Binary files /dev/null and b/images/fc-webicon-linkedin-s.png differ diff --git a/images/fc-webicon-mail-m.png b/images/fc-webicon-mail-m.png new file mode 100644 index 0000000..7ba5253 Binary files /dev/null and b/images/fc-webicon-mail-m.png differ diff --git a/images/fc-webicon-mail-s.png b/images/fc-webicon-mail-s.png new file mode 100644 index 0000000..6a6f992 Binary files /dev/null and b/images/fc-webicon-mail-s.png differ diff --git a/images/fc-webicon-msn-m.png b/images/fc-webicon-msn-m.png new file mode 100644 index 0000000..9ceb571 Binary files /dev/null and b/images/fc-webicon-msn-m.png differ diff --git a/images/fc-webicon-msn-s.png b/images/fc-webicon-msn-s.png new file mode 100644 index 0000000..8d2936e Binary files /dev/null and b/images/fc-webicon-msn-s.png differ diff --git a/images/fc-webicon-pinterest-m.png b/images/fc-webicon-pinterest-m.png new file mode 100644 index 0000000..964db9e Binary files /dev/null and b/images/fc-webicon-pinterest-m.png differ diff --git a/images/fc-webicon-pinterest-s.png b/images/fc-webicon-pinterest-s.png new file mode 100644 index 0000000..684703a Binary files /dev/null and b/images/fc-webicon-pinterest-s.png differ diff --git a/images/fc-webicon-rdio-m.png b/images/fc-webicon-rdio-m.png new file mode 100644 index 0000000..913d840 Binary files /dev/null and b/images/fc-webicon-rdio-m.png differ diff --git a/images/fc-webicon-rdio-s.png b/images/fc-webicon-rdio-s.png new file mode 100644 index 0000000..fa939c0 Binary files /dev/null and b/images/fc-webicon-rdio-s.png differ diff --git a/images/fc-webicon-rss-m.png b/images/fc-webicon-rss-m.png new file mode 100644 index 0000000..ae65a30 Binary files /dev/null and b/images/fc-webicon-rss-m.png differ diff --git a/images/fc-webicon-rss-s.png b/images/fc-webicon-rss-s.png new file mode 100644 index 0000000..e210857 Binary files /dev/null and b/images/fc-webicon-rss-s.png differ diff --git a/images/fc-webicon-skitch-m.png b/images/fc-webicon-skitch-m.png new file mode 100644 index 0000000..55d7e74 Binary files /dev/null and b/images/fc-webicon-skitch-m.png differ diff --git a/images/fc-webicon-skitch-s.png b/images/fc-webicon-skitch-s.png new file mode 100644 index 0000000..7e1c4e3 Binary files /dev/null and b/images/fc-webicon-skitch-s.png differ diff --git a/images/fc-webicon-skype-m.png b/images/fc-webicon-skype-m.png new file mode 100644 index 0000000..c4e850b Binary files /dev/null and b/images/fc-webicon-skype-m.png differ diff --git a/images/fc-webicon-skype-s.png b/images/fc-webicon-skype-s.png new file mode 100644 index 0000000..20902a4 Binary files /dev/null and b/images/fc-webicon-skype-s.png differ diff --git a/images/fc-webicon-spotify-m.png b/images/fc-webicon-spotify-m.png new file mode 100644 index 0000000..afa2919 Binary files /dev/null and b/images/fc-webicon-spotify-m.png differ diff --git a/images/fc-webicon-spotify-s.png b/images/fc-webicon-spotify-s.png new file mode 100644 index 0000000..fa8f0a0 Binary files /dev/null and b/images/fc-webicon-spotify-s.png differ diff --git a/images/fc-webicon-stumbleupon-m.png b/images/fc-webicon-stumbleupon-m.png new file mode 100644 index 0000000..3014ea9 Binary files /dev/null and b/images/fc-webicon-stumbleupon-m.png differ diff --git a/images/fc-webicon-stumbleupon-s.png b/images/fc-webicon-stumbleupon-s.png new file mode 100644 index 0000000..9470d73 Binary files /dev/null and b/images/fc-webicon-stumbleupon-s.png differ diff --git a/images/fc-webicon-tumblr-m.png b/images/fc-webicon-tumblr-m.png new file mode 100644 index 0000000..1b01f21 Binary files /dev/null and b/images/fc-webicon-tumblr-m.png differ diff --git a/images/fc-webicon-tumblr-s.png b/images/fc-webicon-tumblr-s.png new file mode 100644 index 0000000..72f11b9 Binary files /dev/null and b/images/fc-webicon-tumblr-s.png differ diff --git a/images/fc-webicon-twitter-m.png b/images/fc-webicon-twitter-m.png new file mode 100644 index 0000000..d525892 Binary files /dev/null and b/images/fc-webicon-twitter-m.png differ diff --git a/images/fc-webicon-twitter-s.png b/images/fc-webicon-twitter-s.png new file mode 100644 index 0000000..8553540 Binary files /dev/null and b/images/fc-webicon-twitter-s.png differ diff --git a/images/fc-webicon-vimeo-m.png b/images/fc-webicon-vimeo-m.png new file mode 100644 index 0000000..3158e5e Binary files /dev/null and b/images/fc-webicon-vimeo-m.png differ diff --git a/images/fc-webicon-vimeo-s.png b/images/fc-webicon-vimeo-s.png new file mode 100644 index 0000000..aed164b Binary files /dev/null and b/images/fc-webicon-vimeo-s.png differ diff --git a/images/fc-webicon-youtube-m.png b/images/fc-webicon-youtube-m.png new file mode 100644 index 0000000..abd90e8 Binary files /dev/null and b/images/fc-webicon-youtube-m.png differ diff --git a/images/fc-webicon-youtube-s.png b/images/fc-webicon-youtube-s.png new file mode 100644 index 0000000..0de7eea Binary files /dev/null and b/images/fc-webicon-youtube-s.png differ diff --git a/images/fc-webicon-youversion-m.png b/images/fc-webicon-youversion-m.png new file mode 100644 index 0000000..7850d78 Binary files /dev/null and b/images/fc-webicon-youversion-m.png differ diff --git a/images/fc-webicon-youversion-s.png b/images/fc-webicon-youversion-s.png new file mode 100644 index 0000000..207ee6d Binary files /dev/null and b/images/fc-webicon-youversion-s.png differ diff --git a/images/fc-webicon-zerply-m.png b/images/fc-webicon-zerply-m.png new file mode 100644 index 0000000..73f0bec Binary files /dev/null and b/images/fc-webicon-zerply-m.png differ diff --git a/images/fc-webicon-zerply-s.png b/images/fc-webicon-zerply-s.png new file mode 100644 index 0000000..a6548b4 Binary files /dev/null and b/images/fc-webicon-zerply-s.png differ