MediaWiki:Common.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 21: | Line 21: | ||
/* Fix SocialProfile tab spacing in Vector 2022 */ | /* Fix SocialProfile tab spacing in Vector 2022 */ | ||
#user-profile-tabs ul li { | #user-profile-tabs ul li { | ||
display: inline-block; | display: inline-block; | ||
Line 27: | Line 27: | ||
} | } | ||
/ | /* Responsive avatar sizing*/ | ||
.user-profile-avatar img { | .user-profile-avatar img { | ||
max-width: 120px; | max-width: 120px; | ||
Line 34: | Line 34: | ||
} | } | ||
/ | /* Fix some ugly box spacing */ | ||
.profile-info-table td { | .profile-info-table td { | ||
padding: 6px; | padding: 6px; | ||
Line 51: | Line 51: | ||
float: none; | float: none; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.eyecontainer, | .eyecontainer, | ||
.eyecontainer .title { | .eyecontainer .title { |
Revision as of 12:32, 6 April 2025
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap');
.mwe-popups-extract p {
display: block !important;
visibility: visible !important;
}
.mwe-popups-extract .portable-infobox {
display: none !important; /* Ensure infobox doesn't interfere */
}
.copyright-warning {
color: var(--color-base);
font-size: 11px;
margin: 0 0 10px;
width: 700px;
max-width: 100%;
}
.create-title {
color: var(--color-base);
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%;
}
.eyecontainer,
.eyecontainer .title {
position: relative;
top: -20px;
}
.eye-container {
background-color: var(--color-subtle);
background: var(--color-subtle);
}
div.eye-container[fieldkey="up_real_name"], div.eye-container[fieldkey="up_email"],
div.eye-container[fieldkey="up_location_city"], div.eye-container[fieldkey="up_location_country"],
div.eye-container[fieldkey="up_hometown_country"], div.eye-container[fieldkey="up_birthday"],
div.eye-container[fieldkey="up_hometown_city"] {
top: -20px;
}
.eye-container .menu .item {
background: var(--color-subtle);
}