|
|
@ -741,20 +741,20 @@ body .navbar .nodebb-inline-block {
|
|
|
|
.category-slider-2:hover {
|
|
|
|
.category-slider-2:hover {
|
|
|
|
position:relative;
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
|
|
|
|
-webkit-animation: scroll-2 10s ease 1s infinite normal;
|
|
|
|
-webkit-animation: scroll-2 10s ease 0.5s infinite normal;
|
|
|
|
animation: scroll-2 10s ease 1s infinite normal;/* Safari and Chrome: */
|
|
|
|
animation: scroll-2 10s ease 0.5s infinite normal;/* Safari and Chrome: */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.category-slider-1:hover {
|
|
|
|
.category-slider-1:hover {
|
|
|
|
position:relative;
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
|
|
|
|
-webkit-animation: scroll-1 8s ease 1s infinite normal;
|
|
|
|
-webkit-animation: scroll-1 8s ease 0.5s infinite normal;
|
|
|
|
animation: scroll-1 8s ease 1s infinite normal;/* Safari and Chrome: */
|
|
|
|
animation: scroll-1 8s ease 0.5s infinite normal;/* Safari and Chrome: */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.category-slider-0:hover {
|
|
|
|
.category-slider-0:hover {
|
|
|
|
position:relative;
|
|
|
|
position:relative;
|
|
|
|
|
|
|
|
|
|
|
|
-webkit-animation: scroll-0 6s ease 1s infinite normal;
|
|
|
|
-webkit-animation: scroll-0 6s ease 0.5s infinite normal;
|
|
|
|
animation: scroll-0 6s ease 1s infinite normal;/* Safari and Chrome: */
|
|
|
|
animation: scroll-0 6s ease 0.5s infinite normal;/* Safari and Chrome: */
|
|
|
|
}
|
|
|
|
}
|
|
|
|