72 lines
1.5 KiB
CSS
72 lines
1.5 KiB
CSS
.icon {
|
|
background-image: url("/img/iconsprite.png");
|
|
background-repeat: no-repeat;
|
|
display: inline-block !important;
|
|
}
|
|
.icon.project--logo.logo-spring-framework {
|
|
width: 135px;
|
|
height: 133px;
|
|
background-position: -483px 0;
|
|
margin-top: 2px;
|
|
}
|
|
.icon.project--logo.logo-spring-security {
|
|
width: 99px;
|
|
height: 137px;
|
|
background-position: -483px -161px;
|
|
}
|
|
.icon.project--logo.logo-spring-data {
|
|
width: 111px;
|
|
height: 111px;
|
|
background-position: -483px -325px;
|
|
margin-top: 13px;
|
|
}
|
|
.icon.project--logo.logo-spring-batch {
|
|
width: 104px;
|
|
height: 108px;
|
|
background-position: -641px 0;
|
|
margin-top: 14px;
|
|
}
|
|
.icon.project--logo.logo-spring-integration {
|
|
width: 145px;
|
|
height: 104px;
|
|
background-position: -641px -161px;
|
|
margin-top: 16px;
|
|
}
|
|
.icon.project--logo.logo-spring-amqp {
|
|
width: 109px;
|
|
height: 98px;
|
|
background-position: -641px -325px;
|
|
margin: 19px;
|
|
}
|
|
.icon.project--logo.logo-spring-default {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-position: -805px 0;
|
|
margin-top: 18px;
|
|
}
|
|
.icon.project--logo.logo-spring-mobile {
|
|
width: 104px;
|
|
height: 137px;
|
|
background-position: -805px -161px;
|
|
}
|
|
.icon.project--logo.logo-spring-android {
|
|
width: 104px;
|
|
height: 126px;
|
|
background-position: -805px -325px;
|
|
margin-top: 10px;
|
|
}
|
|
.icon.project--logo.logo-spring-social {
|
|
width: 130px;
|
|
height: 100px;
|
|
background-position: -483px -481px;
|
|
margin-top: 18px;
|
|
}
|
|
.icon.icon-projects {
|
|
width: 28px;
|
|
height: 28px;
|
|
background-position: -641px -481px;
|
|
}
|
|
.icon.icon-projects:hover {
|
|
background-position: -641px -521px;
|
|
}
|