MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@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%;
}
.eye-container {
background-color: var(--color-subtle);
}
.eye-container .menu .item {
background: var(--color-subtle);
color: #fff;
height: 18px;
font-size: 12px;
font-weight: 700;
padding: 0 0 0 30px;
margin: 4px 0 4px 0;
}
.eye-container {
width: 130px;
height: 20px;
background: var(--color-subtle);
border-radius: 4px;
opacity: 0.5;
overflow: hidden;
position: relative;
top: -25px;
cursor: pointer;
box-shadow: 2px 2px 3px -1px darkgray;
}
.mw-special-UpdateProfile div#mw-content-text .visualClear {
height: 40px;
}