diff --git a/README.markdown b/README.markdown index 7898e73..4b130ea 100644 --- a/README.markdown +++ b/README.markdown @@ -13,6 +13,7 @@ Enjoy FC Webicons! Icon List So Far ================= +* 500px * About.me * ADN (App.net) * Android @@ -25,11 +26,14 @@ Icon List So Far * Dribbble * Dropbox * Evernote +* Fairhead Creative * Facebook * Flickr * Foursquare * Git * GitHub +* Picasa +* Goodreads * Google Play * Google+ * HTML5 diff --git a/fc-webicons.css b/fc-webicons.css index b8277bc..a2f583a 100644 --- a/fc-webicons.css +++ b/fc-webicons.css @@ -5,6 +5,12 @@ .fc-webicon.small { width: 20px; height: 20px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .fc-webicon.large { width: 48px; height: 48px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } +/* 500px */ +.no-svg .fc-webicon.f500px { background: url("images/fc-webicon-500px-m.png"); } +.no-svg .fc-webicon.f500px.large { background: url("images/fc-webicon-500px"); } +.no-svg .fc-webicon.f500px.small { background: url("images/fc-webicon-500px-s.png"); } +.svg .fc-webicon.f500px { background: url("images/fc-webicon-500px.svg"); } + /* About.me */ .no-svg .fc-webicon.aboutme { background: url("images/fc-webicon-aboutme-m.png"); } .no-svg .fc-webicon.aboutme.large { background: url("images/fc-webicon-aboutme.png"); } @@ -77,6 +83,12 @@ .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"); } +/* Fairhead Creative */ +.no-svg .fc-webicon.fairheadcreative { background: url("images/fc-webicon-fairheadcreative-m.png"); } +.no-svg .fc-webicon.fairheadcreative.large { background: url("images/fc-webicon-fairheadcreative"); } +.no-svg .fc-webicon.fairheadcreative.small { background: url("images/fc-webicon-fairheadcreative-s.png"); } +.svg .fc-webicon.fairheadcreative { background: url("images/fc-webicon-fairheadcreative.svg"); } + /* Facebook */ .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"); } @@ -107,6 +119,12 @@ .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"); } +/* Goodreads */ +.no-svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads-m.png"); } +.no-svg .fc-webicon.goodreads.large { background: url("images/fc-webicon-goodreads"); } +.no-svg .fc-webicon.goodreads.small { background: url("images/fc-webicon-goodreads-s.png"); } +.svg .fc-webicon.goodreads { background: url("images/fc-webicon-goodreads.svg"); } + /* Google Play */ .no-svg .fc-webicon.googleplay { background: url("images/fc-webicon-googleplay-m.png"); } .no-svg .fc-webicon.googleplay.large { background: url("images/fc-webicon-googleplay.png"); } @@ -167,6 +185,12 @@ .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"); } +/* Picasa */ +.no-svg .fc-webicon.picasa { background: url("images/fc-webicon-picasa-m.png"); } +.no-svg .fc-webicon.picasa.large { background: url("images/fc-webicon-picasa"); } +.no-svg .fc-webicon.picasa.small { background: url("images/fc-webicon-picasa-s.png"); } +.svg .fc-webicon.picasa { background: url("images/fc-webicon-picasa.svg"); } + /* Pinterest */ .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"); } diff --git a/fc-webicons.html b/fc-webicons.html index 6effb28..5b2a732 100644 --- a/fc-webicons.html +++ b/fc-webicons.html @@ -23,6 +23,8 @@ + 500px + About.me ADN (App.net) @@ -47,6 +49,8 @@ Evernote + Fairhead Creative + Facebook Flickr @@ -57,6 +61,8 @@ Github + Goodreads + Google Play Google+ @@ -77,6 +83,8 @@ MSN + Picasa + Pinterest PocketApp @@ -135,6 +143,8 @@