mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-26 17:29:53 +01:00
style revert for cerulean
This commit is contained in:
@@ -3,50 +3,11 @@
|
||||
|
||||
.home {
|
||||
h4 {
|
||||
color: #fff;
|
||||
padding-left: 10px;
|
||||
color: #555;
|
||||
line-height: 21px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-top: -37px;
|
||||
height: 150px;
|
||||
.category-box {
|
||||
.animated-long;
|
||||
.pulse;
|
||||
height: 130px;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
border-radius: 0;
|
||||
padding-top: 50px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.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;
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,6 +45,5 @@ body {
|
||||
}
|
||||
|
||||
.well {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
Reference in New Issue
Block a user