Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(44 intermediate revisions by the same user not shown)
Line 18: Line 18:
color: var(--color-base);
color: var(--color-base);
border: 1px solid var(--color-subtle);
border: 1px solid var(--color-subtle);
}
/* Fix SocialProfile tab spacing in Vector 2022 */
#user-profile-tabs ul li {
    display: inline-block;
    margin-right: 10px;
}
/* Responsive avatar sizing */
.user-profile-avatar img {
    max-width: 120px;
    height: auto;
    border-radius: 12px;
}
/* Fix some ugly box spacing */
.profile-info-table td {
    padding: 6px;
}
.user-page .user-page-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.wikitable.user-profile-info {
    max-width: 100%;
}
#user-profile-left {
    float: none;
    width: 100%;
}
.eye-container {
background-color: var(--color-subtle);
}
.eye-container .menu .item {
    background: var(--color-subtle);
}
.eye-container {
    background: var(--color-subtle);
}
.mw-special-UpdateProfile div#mw-content-text .visualClear {
    height: 40px;
}
}