You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
189 lines
3.1 KiB
Plaintext
189 lines
3.1 KiB
Plaintext
12 years ago
|
.categories {
|
||
12 years ago
|
padding-top: 10px;
|
||
|
|
||
12 years ago
|
h4 {
|
||
|
font-weight: 700;
|
||
|
text-align: left;
|
||
|
/*color: #555;*/ // NOTE: color for cat/topic header links should be grey in the default theme when we get around to it.
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
border: 0;
|
||
|
}
|
||
|
.icon {
|
||
|
width: 100%;
|
||
|
height: 110px;
|
||
|
text-align: center;
|
||
|
border-radius: 0px;
|
||
|
margin: 0;
|
||
|
padding-top:25px;
|
||
12 years ago
|
.pointer;
|
||
12 years ago
|
margin-bottom: 20px;
|
||
|
border-radius: 5px;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
.category-purple {
|
||
|
@color: #ab1290;
|
||
|
background: @color;
|
||
|
color: white;
|
||
|
|
||
|
&:hover {
|
||
|
background: lighten(@color, 10%);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.category-darkblue {
|
||
|
@color: #004C66;
|
||
|
background: @color;
|
||
|
color: white;
|
||
|
|
||
|
&:hover {
|
||
|
background: lighten(@color, 10%);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.category-blue {
|
||
|
@color: #0059B2;
|
||
|
background: @color;
|
||
|
color: white;
|
||
|
|
||
|
&:hover {
|
||
|
background: lighten(@color, 10%);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.category-darkgreen {
|
||
|
@color: #004000;
|
||
|
background: @color;
|
||
|
color: white;
|
||
|
|
||
|
&:hover {
|
||
|
background: lighten(@color, 10%);
|
||
|
}
|
||
|
}
|
||
12 years ago
|
|
||
12 years ago
|
.category-orange {
|
||
|
@color: #FF7A4D;
|
||
|
color: white;
|
||
|
background: @color;
|
||
|
|
||
|
&:hover {
|
||
|
background: lighten(@color, 10%);
|
||
|
}
|
||
12 years ago
|
}
|
||
|
|
||
12 years ago
|
|
||
|
.category-box {
|
||
|
height:90px;
|
||
|
|
||
|
.post-preview {
|
||
|
padding-left:10px;
|
||
|
padding-right:10px;
|
||
|
text-align:left;
|
||
|
img {
|
||
|
width:60px;
|
||
|
height:60px;
|
||
|
padding-right:5px;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
overflow: hidden;
|
||
|
text-overflow:ellipsis;
|
||
|
height:60px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
12 years ago
|
@-webkit-keyframes scroll-2 /* Safari and Chrome */
|
||
|
{
|
||
12 years ago
|
0% {top: 0px;}
|
||
|
3% {top:-90px;}
|
||
|
25% {top: -90px;}
|
||
|
28% {top:-180px;}
|
||
|
50% {top: -180px;}
|
||
|
53% {top: -270px;};
|
||
|
75% {top: -270px;}
|
||
|
78% {top: -360px;}
|
||
12 years ago
|
100% {top: -360px;}
|
||
|
}
|
||
|
|
||
|
@keyframes scroll-2
|
||
|
{
|
||
12 years ago
|
0% {top: 0px;}
|
||
|
3% {top:-90px;}
|
||
|
25% {top: -90px;}
|
||
|
28% {top:-180px;}
|
||
|
50% {top: -180px;}
|
||
|
53% {top: -270px;};
|
||
|
75% {top: -270px;}
|
||
|
78% {top: -360px;}
|
||
12 years ago
|
100% {top: -360px;}
|
||
|
}
|
||
|
|
||
|
@-webkit-keyframes scroll-1 /* Safari and Chrome */
|
||
|
{
|
||
12 years ago
|
0% {top: 0px;}
|
||
|
3% {top:-90px;}
|
||
|
33% {top: -90px;}
|
||
|
36% {top: -180px;}
|
||
|
66% {top: -180px;}
|
||
|
69% {top: -270px;}
|
||
|
100% {top: -270px;}
|
||
12 years ago
|
}
|
||
|
|
||
|
@keyframes scroll-1
|
||
|
{
|
||
12 years ago
|
0% {top: 0px;}
|
||
|
3% {top:-90px;}
|
||
|
33% {top: -90px;}
|
||
|
36% {top: -180px;}
|
||
|
66% {top: -180px;}
|
||
|
69% {top: -270px;}
|
||
|
100% {top: -270px;}
|
||
12 years ago
|
}
|
||
|
|
||
|
@-webkit-keyframes scroll-0 /* Safari and Chrome */
|
||
|
{
|
||
12 years ago
|
0% {top: 0px;}
|
||
|
3% {top:-90px;}
|
||
|
50% {top: -90px;}
|
||
|
53% {top: -180px;}
|
||
|
100% {top: -180px;}
|
||
12 years ago
|
}
|
||
|
|
||
|
@keyframes scroll-0
|
||
|
{
|
||
12 years ago
|
0% {top: 0px;}
|
||
|
3% {top:-90px;}
|
||
|
50% {top: -90px;}
|
||
|
53% {top: -180px;}
|
||
|
100% {top: -180px;}
|
||
12 years ago
|
}
|
||
|
|
||
|
.category-slider-2:hover {
|
||
|
position:relative;
|
||
|
|
||
12 years ago
|
-webkit-animation: scroll-2 10s ease-in 0.5s infinite normal;
|
||
|
animation: scroll-2 10s ease-in 0.5s infinite normal;/* Safari and Chrome: */
|
||
12 years ago
|
}
|
||
|
|
||
|
.category-slider-1:hover {
|
||
|
position:relative;
|
||
|
|
||
12 years ago
|
-webkit-animation: scroll-1 8s ease-in 0.5s infinite normal;
|
||
|
animation: scroll-1 8s ease-in 0.5s infinite normal;/* Safari and Chrome: */
|
||
12 years ago
|
}
|
||
|
|
||
|
.category-slider-0:hover {
|
||
|
position:relative;
|
||
|
|
||
12 years ago
|
-webkit-animation: scroll-0 6s ease-in 0.5s infinite normal;
|
||
|
animation: scroll-0 6s ease-in 0.5s infinite normal;/* Safari and Chrome: */
|
||
12 years ago
|
}
|