Pixelrat (обсуждение | вклад) |
Pixelrat (обсуждение | вклад) |
||
| (не показано 14 промежуточных версий этого же участника) | |||
| Строка 3: | Строка 3: | ||
} | } | ||
.morphprev:hover { | .morphprev:hover { | ||
| − | text-shadow: 0px 0px | + | text-shadow: 0px 0px 5px white; |
color:darkgray; | color:darkgray; | ||
} | } | ||
| Строка 13: | Строка 13: | ||
} | } | ||
.morphnext:hover { | .morphnext:hover { | ||
| − | text-shadow: 0px 0px | + | text-shadow: 0px 0px 5px white; |
| − | color: | + | color:darkgray; |
} | } | ||
.morphnext:active{ | .morphnext:active{ | ||
| Строка 24: | Строка 24: | ||
.morphlink { | .morphlink { | ||
margin:1px; | margin:1px; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
display:inline-block; | display:inline-block; | ||
cursor:pointer; | cursor:pointer; | ||
} | } | ||
.morphlink:hover { | .morphlink:hover { | ||
| − | text- | + | text-decoration: underline; |
} | } | ||
.morphlink:active { | .morphlink:active { | ||
| − | text-shadow: | + | text-decoration: none; |
| + | text-shadow: none; | ||
} | } | ||
.morphlink_hilight, .morphlink_default { | .morphlink_hilight, .morphlink_default { | ||
Текущая версия на 20:19, 30 сентября 2014
.morphprev {
cursor:pointer;
}
.morphprev:hover {
text-shadow: 0px 0px 5px white;
color:darkgray;
}
.morphprev:active{
text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
.morphnext {
cursor:pointer;
}
.morphnext:hover {
text-shadow: 0px 0px 5px white;
color:darkgray;
}
.morphnext:active{
text-shadow: 0 0 10px rgba(0, 0, 0, 1.0);
}
.collapse {
visibility: collapse;
}
.morphlink {
margin:1px;
display:inline-block;
cursor:pointer;
}
.morphlink:hover {
text-decoration: underline;
}
.morphlink:active {
text-decoration: none;
text-shadow: none;
}
.morphlink_hilight, .morphlink_default {
margin:1px;
width:10px;
height:10px;
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
display:inline-block;
}