style revert for cerulean

v1.18.x
psychobunny 12 years ago
parent dbe0b1551b
commit 047fcbe63f

@ -3,50 +3,11 @@
.home { .home {
h4 { h4 {
color: #fff; color: #555;
padding-left: 10px; line-height: 21px;
} }
.icon { .icon {
margin-top: -37px; border-radius: 4px;
height: 150px;
.category-box {
.animated-long;
.pulse;
height: 130px;
padding: 0 10px 0 10px;
} }
border-radius: 0;
padding-top: 50px;
}
.badge {
position: absolute;
bottom: 15px;
right: 20px;
background: none;
}
.category-slider-2:hover {
position:relative;
-webkit-animation: scroll-2 10s ease-in 0.5s infinite normal;
animation: scroll-2 10s ease-in 0.5s infinite normal;/* Safari and Chrome: */
}
.category-slider-1:hover {
position:relative;
-webkit-animation: scroll-1 8s ease-in 0.5s infinite normal;
animation: scroll-1 8s ease-in 0.5s infinite normal;/* Safari and Chrome: */
}
.category-slider-0:hover {
position:relative;
-webkit-animation: scroll-0 6s ease-in 0.5s infinite normal;
animation: scroll-0 6s ease-in 0.5s infinite normal;/* Safari and Chrome: */
}
} }

@ -11,7 +11,7 @@ body {
background: #56BCDA; background: #56BCDA;
color: white; color: white;
padding: 30px; padding: 30px;
border-radius: 0; border-radius: 4px;
} }
} }
@ -45,6 +45,5 @@ body {
} }
.well { .well {
border-radius: 0;
box-shadow: none; box-shadow: none;
} }
Loading…
Cancel
Save