authchoice.css 1.33 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
.clients {
	overflow:auto;
}

.auth-icon {
	display: block;
	width: 32px;
	height: 32px;
	background: url(authchoice.png) no-repeat;
}

.auth-icon.google, 
.auth-icon.google_openid,
.auth-icon.google_oauth {
	background-position: 0 -34px;
}
.auth-icon.twitter {
	background-position: 0 -68px;
}
.auth-icon.yandex,
.auth-icon.yandex_openid,
.auth-icon.yandex_oauth {
	background-position: 0 -102px;
}
.auth-icon.vkontakte {
	background-position: 0 -136px;
}
.auth-icon.facebook {
	background-position: 0 -170px;
}
.auth-icon.mailru {
	background-position: 0 -204px;
}
.auth-icon.moikrug {
	background-position: 0 -238px;
}
.auth-icon.odnoklassniki {
	background-position: 0 -272px;
}
.auth-icon.linkedin {
	background-position: 0 -306px;
}
.auth-icon.github {
	background-position: 0 -340px;
}
.auth-icon.live {
	background-position: 0 -372px;
}

.auth-link:hover .auth-icon i,
.auth-link:focus .auth-icon i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(authchoice.png) 0 0 no-repeat;
}

.auth-clients {
	margin: 0 0 1em;
	list-style: none;
	overflow: auto;
}

.auth-client {
	float: left;
	margin: 0 1em 0 0;
}

.auth-clients .auth-client .auth-link {
	display: block;
	width: 58px;
}

.auth-client .auth-link .auth-icon {
	margin: 0 auto;
}

.auth-client .auth-link .auth-title {
	display: block;
	margin-top: 0.4em;
	text-align: center;
}