Вилучено вміст Додано вміст
Немає опису редагування |
Немає опису редагування |
||
| (Не показані 2 проміжні версії цього користувача) | |||
| Рядок 17: | Рядок 17: | ||
display: inline-block; |
display: inline-block; |
||
box-sizing: border-box; |
box-sizing: border-box; |
||
width: |
width: 80px; |
||
height: |
height: 45px; |
||
padding: 0; |
padding: 0; |
||
border-radius: 10px; |
border-radius: 10px; |
||
| Рядок 28: | Рядок 28: | ||
background-repeat: no-repeat; |
background-repeat: no-repeat; |
||
border: 2px solid transparent; |
border: 2px solid transparent; |
||
flex-shrink: 0; |
|||
} |
} |
||
.char-ver-nav-ranobe { |
.char-ver-nav-ranobe { |
||
border-color: # |
border-color: #0073aa; |
||
background-image: url("https://wiki.shield-team.site/images/thumb/7/7a/07.webp/512px-07.webp.png"); |
background-image: url("https://wiki.shield-team.site/images/thumb/7/7a/07.webp/512px-07.webp.png"); |
||
} |
} |
||
.char-ver-nav-spinoff { |
.char-ver-nav-spinoff { |
||
border-color: # |
border-color: #0073aa; |
||
background-image: url("https://wiki.shield-team.site/images/f/fb/512-spinoff.jpg"); |
background-image: url("https://wiki.shield-team.site/images/f/fb/512-spinoff.jpg"); |
||
} |
} |
||
.char-ver-nav-webnovel { |
.char-ver-nav-webnovel { |
||
border-color: # |
border-color: #0073aa; |
||
background-image: url("https://wiki.shield-team.site/images/5/58/512-webnovel.jpg"); |
background-image: url("https://wiki.shield-team.site/images/5/58/512-webnovel.jpg"); |
||
} |
} |
||
| Рядок 50: | Рядок 51: | ||
.char-ver-nav-current { |
.char-ver-nav-current { |
||
box-shadow: 0 0 8px 2px |
box-shadow: 0 0 8px 2px #0073aa; |
||
} |
} |
||
Поточна версія на 20:23, 2 липня 2026
.char-ver-nav-wrap {
display: flex;
justify-content: right;
align-items: center;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 12px;
}
.char-ver-nav-wrap a {
text-decoration: none;
color: inherit;
}
.char-ver-nav-link {
position: relative;
display: inline-block;
box-sizing: border-box;
width: 80px;
height: 45px;
padding: 0;
border-radius: 10px;
font-weight: 600;
text-align: center;
transition: all 0.2s ease;
background-size: cover;
background-position: center 20%;
background-repeat: no-repeat;
border: 2px solid transparent;
flex-shrink: 0;
}
.char-ver-nav-ranobe {
border-color: #0073aa;
background-image: url("https://wiki.shield-team.site/images/thumb/7/7a/07.webp/512px-07.webp.png");
}
.char-ver-nav-spinoff {
border-color: #0073aa;
background-image: url("https://wiki.shield-team.site/images/f/fb/512-spinoff.jpg");
}
.char-ver-nav-webnovel {
border-color: #0073aa;
background-image: url("https://wiki.shield-team.site/images/5/58/512-webnovel.jpg");
}
.char-ver-nav-link:hover {
filter: brightness(1.2);
}
.char-ver-nav-current {
box-shadow: 0 0 8px 2px #0073aa;
}
.char-ver-nav-text {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip-path: inset(50%);
}
/* Мобільні пристрої — центрування */
@media (max-width: 720px) {
.char-ver-nav-wrap {
justify-content: center;
}
}