source: extensions/oAuth/template/oauth_sprites.css @ 24142

Last change on this file since 24142 was 23808, checked in by mistic100, 11 years ago

add Steam provider (OpenID based)

File size: 2.3 KB
Line 
1.oauth_16px {
2  display:inline-block;
3  background:url('images/icons_16px.png') 16px 0 no-repeat;
4  width:16px;
5  height:16px;
6}
7.oauth_16px.facebook { background-position: 0px 0px; }
8.oauth_16px.flickr { background-position: -16px 0px; }
9.oauth_16px.google { background-position: -32px 0px; }
10.oauth_16px.instagram { background-position: -48px 0px; }
11.oauth_16px.linkedin { background-position: -64px 0px; }
12.oauth_16px.live { background-position: -80px 0px; }
13.oauth_16px.openid { background-position: -96px 0px; }
14.oauth_16px.tumblr { background-position: -112px 0px; }
15.oauth_16px.twitter { background-position: -128px 0px; }
16.oauth_16px.wordpress { background-position: -144px 0px; }
17.oauth_16px.yahoo { background-position: -160px 0px; }
18.oauth_16px.steam { background-position: -176px 0px; }
19
20.oauth_26px {
21  display:inline-block;
22  background:url('images/icons_26px.png') 26px 0 no-repeat;
23  width:26px;
24  height:26px;
25}
26.oauth_26px.facebook { background-position: 0px 0px; }
27.oauth_26px.flickr { background-position: -26px 0px; }
28.oauth_26px.google { background-position: -52px 0px; }
29.oauth_26px.instagram { background-position: -78px 0px; }
30.oauth_26px.linkedin { background-position: -104px 0px; }
31.oauth_26px.live { background-position: -130px 0px; }
32.oauth_26px.openid { background-position: -156px 0px; }
33.oauth_26px.tumblr { background-position: -182px 0px; }
34.oauth_26px.twitter { background-position: -208px 0px; }
35.oauth_26px.wordpress { background-position: -234px 0px; }
36.oauth_26px.yahoo { background-position: -260px 0px; }
37.oauth_26px.steam { background-position: -286px 0px; }
38
39.oauth_38px {
40  display:inline-block;
41  background:url('images/icons_38px.png') 38px 0 no-repeat;
42  width:38px;
43  height:38px;
44}
45.oauth_38px.facebook { background-position: 0px 0px; }
46.oauth_38px.flickr { background-position: -38px 0px; }
47.oauth_38px.google { background-position: -76px 0px; }
48.oauth_38px.instagram { background-position: -114px 0px; }
49.oauth_38px.linkedin { background-position: -152px 0px; }
50.oauth_38px.live { background-position: -190px 0px; }
51.oauth_38px.openid { background-position: -228px 0px; }
52.oauth_38px.tumblr { background-position: -266px 0px; }
53.oauth_38px.twitter { background-position: -304px 0px; }
54.oauth_38px.wordpress { background-position: -342px 0px; }
55.oauth_38px.yahoo { background-position: -380px 0px; }
56.oauth_38px.steam { background-position: -418px 0px; }
Note: See TracBrowser for help on using the repository browser.