MediaWiki:Common.css
MediaWiki interface page
More actions
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.
.gbi-profile-banner {
width: 100%;
height: 330px;
object-fit: cover;
}
.gbi-profile-photo {
width: 200px;
height: 260px;
object-fit: cover;
border-radius: 12px;
border:4px solid white;
box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.infobox-gbi {
width:100%;
background:white;
border-radius:12px;
padding:15px;
border:1px solid #d6e0f5;
font-size:14px;
}