×
Створити нову статтю
Введіть тут заголовок вашої сторінки:
Зараз у нас є 22 статті у Сходження Героя Щита. Введіть назву своєї статті угорі або натисніть на одну з назв унизу і почніть писати!



Сходження Героя Щита

Шаблон:Навігація версія/styles.css

.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;
    }
}