Pixelrat (обсуждение | вклад) |
Pixelrat (обсуждение | вклад) |
||
| Строка 4: | Строка 4: | ||
.morphprev:hover { | .morphprev:hover { | ||
text-shadow: 0px 0px 10px white; | text-shadow: 0px 0px 10px white; | ||
| + | color:blue; | ||
} | } | ||
.morphprev:active{ | .morphprev:active{ | ||
| Строка 13: | Строка 14: | ||
.morphnext:hover { | .morphnext:hover { | ||
text-shadow: 0px 0px 10px white; | text-shadow: 0px 0px 10px white; | ||
| − | color: | + | color:blue; |
} | } | ||
.morphnext:active{ | .morphnext:active{ | ||
Версия 19:48, 19 мая 2014
.morphprev {
cursor:pointer;
}
.morphprev:hover {
text-shadow: 0px 0px 10px white;
color:blue;
}
.morphprev:active{
text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
.morphnext {
cursor:pointer;
}
.morphnext:hover {
text-shadow: 0px 0px 10px white;
color:blue;
}
.morphnext:active{
text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
.collapse {
visibility: collapse;
}
.morphlink {
margin:1px;
width:10px;
height:10px;
background:silver;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
display:inline-block;
cursor:pointer;
}
.morphlink:hover {
text-shadow: 15px 15px 15px #9999FF;
}
.morphlink:active {
text-shadow: 15px 15px 15px #3333FF;
}
.morphlink_hilight, .morphlink_default {
margin:1px;
width:10px;
height:10px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
display:inline-block;
}