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

Last change on this file since 26605 was 26605, checked in by mistic100, 10 years ago

add Persona authentification

File size: 2.5 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.oauth_16px.persona { background-position: -192px 0px; }
20
21.oauth_26px {
22  display:inline-block;
23  background:url('images/icons_26px.png') 26px 0 no-repeat;
24  width:26px;
25  height:26px;
26}
27.oauth_26px.facebook { background-position: 0px 0px; }
28.oauth_26px.flickr { background-position: -26px 0px; }
29.oauth_26px.google { background-position: -52px 0px; }
30.oauth_26px.instagram { background-position: -78px 0px; }
31.oauth_26px.linkedin { background-position: -104px 0px; }
32.oauth_26px.live { background-position: -130px 0px; }
33.oauth_26px.openid { background-position: -156px 0px; }
34.oauth_26px.tumblr { background-position: -182px 0px; }
35.oauth_26px.twitter { background-position: -208px 0px; }
36.oauth_26px.wordpress { background-position: -234px 0px; }
37.oauth_26px.yahoo { background-position: -260px 0px; }
38.oauth_26px.steam { background-position: -286px 0px; }
39.oauth_26px.persona { background-position: -312px 0px; }
40
41.oauth_38px {
42  display:inline-block;
43  background:url('images/icons_38px.png') 38px 0 no-repeat;
44  width:38px;
45  height:38px;
46}
47.oauth_38px.facebook { background-position: 0px 0px; }
48.oauth_38px.flickr { background-position: -38px 0px; }
49.oauth_38px.google { background-position: -76px 0px; }
50.oauth_38px.instagram { background-position: -114px 0px; }
51.oauth_38px.linkedin { background-position: -152px 0px; }
52.oauth_38px.live { background-position: -190px 0px; }
53.oauth_38px.openid { background-position: -228px 0px; }
54.oauth_38px.tumblr { background-position: -266px 0px; }
55.oauth_38px.twitter { background-position: -304px 0px; }
56.oauth_38px.wordpress { background-position: -342px 0px; }
57.oauth_38px.yahoo { background-position: -380px 0px; }
58.oauth_38px.steam { background-position: -418px 0px; }
59.oauth_38px.persona { background-position: -456px 0px; }
Note: See TracBrowser for help on using the repository browser.