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

нема опису редагування
Немає опису редагування
Немає опису редагування
Рядок 919: Рядок 919:
         display: none !important;
         display: none !important;
     }
     }
}
.profile-links {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 10px;
}
.profile-links-title {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.profile-links-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.profile-icon {
    display: inline-block;
    padding: 8px;
    background: #333;
    border-radius: 4px;
    transition: background 0.15s;
}
.profile-icon:hover {
    background: #444;
}
.profile-icon-disabled {
    cursor: default;
    opacity: 0.3;
    filter: grayscale(100%);
}
.profile-icon-disabled:hover {
    background: #333;
}
.profile-icon img {
    display: block;
    height: 20px;
    width: auto;
}
}