MediaWiki:Common.css: відмінності між версіями

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 817: Рядок 817:
.r-box ~ * .toc {
.r-box ~ * .toc {
     display: none !important;
     display: none !important;
}
/* Навігація для чемпіонатів */
.championship-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #18151e;
    border-radius: 10px;
}
.championship-nav-prev,
.championship-nav-next {
    font-size: 20px;
    font-weight: bold;
    min-width: 30px;
    text-align: center;
}
.championship-nav-prev a,
.championship-nav-next a {
    color: yellow;
    text-decoration: none;
    transition: opacity 0.2s;
}
.championship-nav-prev a:hover,
.championship-nav-next a:hover {
    opacity: 0.7;
}
.championship-nav-name {
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
}
}