diff --git a/fc-webicons.css b/fc-webicons.css index fbed465..200c631 100644 --- a/fc-webicons.css +++ b/fc-webicons.css @@ -191,6 +191,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"); } +/* OpenId */ +.no-svg .fc-webicon.openid { background: url("images/fc-webicon-openid-m.png"); } +.no-svg .fc-webicon.openid.large { background: url("images/fc-webicon-openid.png"); } +.no-svg .fc-webicon.openid.small { background: url("images/fc-webicon-openid-s.png"); } +.svg .fc-webicon.openid { background: url("images/fc-webicon-openid.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"); } diff --git a/images/fc-webicon-openid-m.png b/images/fc-webicon-openid-m.png new file mode 100644 index 0000000..dd9504a Binary files /dev/null and b/images/fc-webicon-openid-m.png differ diff --git a/images/fc-webicon-openid-s.png b/images/fc-webicon-openid-s.png new file mode 100644 index 0000000..7ed57e7 Binary files /dev/null and b/images/fc-webicon-openid-s.png differ diff --git a/images/fc-webicon-openid.png b/images/fc-webicon-openid.png new file mode 100644 index 0000000..72369e8 Binary files /dev/null and b/images/fc-webicon-openid.png differ diff --git a/images/fc-webicon-openid.svg b/images/fc-webicon-openid.svg new file mode 100644 index 0000000..f6942ae --- /dev/null +++ b/images/fc-webicon-openid.svg @@ -0,0 +1,110 @@ + +image/svg+xml + + + + + + + + + + \ No newline at end of file