MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary Tag: Reverted |
Cdjensen94 (talk | contribs) No edit summary Tag: Reverted |
||
Line 489: | Line 489: | ||
} | } | ||
/* Ensure mw-jsslideshow fits inside vector-body */ | /* Ensure mw-jsslideshow fits inside vector-body */ | ||
.vector-body | .vector-body .mw-jsslideshow { | ||
background-color: #002B5C; | background-color: #002B5C; | ||
border: 2px solid #FF851B; | border: 2px solid #FF851B; | ||
Line 522: | Line 522: | ||
justify-content: center !important; | justify-content: center !important; | ||
align-items: center !important; | align-items: center !important; | ||
overflow: hidden; | overflow: hidden; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
Line 531: | Line 530: | ||
width: 100% !important; | width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
max-height: 90vh !important; | max-height: 90vh !important; |