Файл: www/JS/effect_nick/eff3.css
Строк: 139
.ef3 {
font-size:120%;
text-decoration:none;
animation-name:
dscocolor;
animation-timing-function: linear;
animation-iteration-count:
infinite;
animation-duration: 10s;
animation-direction:
alternate;
-moz-animation-name:
dscocolor;
-moz-animation-timing-function:
linear;
-moz-animation-iteration-count:
infinite;
-moz-animation-duration: 10s;
-moz-animation-direction:
alternate;
-webkit-animation-name:
dscocolor;
-webkit-animation-timing-function:
linear;
-webkit-animation-iteration-count:
infinite;
-webkit-animation-duration: 10s;
-webkit-animation-direction:
alternate;
-o-animation-name: dscocolor;
-o-animation-timing-function:
linear;
-o-animation-iteration-count: infinite;
-o-animation-duration:
10s;
-o-animation-direction: alternate;
-ms-animation-name:
dscocolor;
-ms-animation-timing-function:
linear;
-ms-animation-iteration-count: infinite;
-ms-animation-duration:
10s;
-ms-animation-direction: alternate;
}
@-moz-keyframes dscocolor
{
0% { color: blue; }
20% { color: red; }
40% { color: green; }
60% {
color: black; }
80% { color: indigo; }
100% { color: gold;
}
}
@-webkit-keyframes dscocolor {
0% { color: blue; }
20% { color:
red; }
40% { color: green; }
60% { color: black; }
80% { color: indigo;
}
100% { color: gold; }
}
@-o-keyframes dscocolor {
0% { color: blue;
}
20% { color: red; }
40% { color: green; }
60% { color: black; }
80% {
color: indigo; }
100% { color: gold; }
}
@-ms-keyframes dscocolor {
0%
{ color: blue; }
20% { color: red; }
40% { color: green; }
60% { color:
black; }
80% { color: indigo; }
100% { color: gold; }
}
@keyframes
dscocolor {
0% { color: blue; }
20% { color: red; }
40% { color: green;
}
60% { color: black; }
80% { color: indigo; }
100% { color: gold;
}
}
.ef3:hover {
font-size:125%;
}
/* -- naverh -- */
.dsvverh {
display:block;
font-size:0;
line-height:0;
height:0;
visibility:hidden;
}
.dslinkvverh {
position:fixed;
z-index:5000;
bottom:30px;
right:30px;
width:150px;
height:150px;
display:none;
}
.dslinkvverh:hover,
.dslinkvverh:active,
.dslinkvverh:focus {
outline:0;
}