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