Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| Рядок 56: | Рядок 56: | ||
color: #0a1f14; |
color: #0a1f14; |
||
border-color: #2ecc71; |
border-color: #2ecc71; |
||
box-shadow: 0 0 8px 2px rgba(46, 204, 113, 0.8); |
|||
border-width: 3px; |
|||
} |
|||
.char-ver-nav-text { |
|||
position: absolute; |
|||
width: 1px; |
|||
height: 1px; |
|||
overflow: hidden; |
|||
} |
} |
||
Версія за 20:12, 2 липня 2026
.char-ver-nav-wrap {
display: flex;
justify-content: right;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.char-ver-nav-wrap a {
text-decoration: none;
color: inherit;
}
.char-ver-nav-link {
display: inline-block;
padding: 8px 16px;
border-radius: 10px;
font-weight: 600;
text-decoration: none;
text-align: center;
transition: all 0.2s ease;
background-size: cover;
background-position: center 20%; /* показує верхню частину картинки */
background-repeat: no-repeat;
width: 64px;
height: 40px;
}
.char-ver-nav-ranobe {
border: 2px solid #2ecc71;
color: #2ecc71;
}
.char-ver-nav-ranobe:hover {
background: rgba(46, 204, 113, 0.15);
}
.char-ver-nav-spinoff {
border: 2px solid #3498db;
background-image: url("https://wiki.shield-team.site/images/f/fb/512-spinoff.jpg");
color: #3498db;
}
.char-ver-nav-spinoff:hover {
background: rgba(52, 152, 219, 0.15);
}
.char-ver-nav-webnovel {
border: 1.5px solid #e67e22;
color: #e67e22;
}
.char-ver-nav-webnovel:hover {
background: rgba(230, 126, 34, 0.15);
}
.char-ver-nav-current {
background-color: #2ecc71;
color: #0a1f14;
border-color: #2ecc71;
box-shadow: 0 0 8px 2px rgba(46, 204, 113, 0.8);
border-width: 3px;
}
.char-ver-nav-text {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
}