MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| Line 1: | Line 1: | ||
/* Version | /* Version 16.0 - Final Miraheze Reconstruction */ | ||
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Crimson+Pro:wght@400;700&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Crimson+Pro:wght@400;700&display=swap'); | ||
| Line 15: | Line 15: | ||
} | } | ||
/* 2. PORTABLE INFOBOXES | /* 2. PORTABLE INFOBOXES */ | ||
.portable-infobox { | .portable-infobox { | ||
background-color: #fff !important; | background-color: #fff !important; | ||
| Line 22: | Line 22: | ||
float: right !important; | float: right !important; | ||
margin: 0 0 1em 1em !important; | margin: 0 0 1em 1em !important; | ||
display: block !important; | display: block !important; | ||
box-sizing: border-box !important; | |||
} | } | ||
/* | /* Stretch Headers & Images (Fixes Squishing) */ | ||
.portable-infobox .pi-title, | .portable-infobox .pi-title, | ||
.portable-infobox .pi-header, | .portable-infobox .pi-header, | ||
| Line 53: | Line 53: | ||
} | } | ||
/* | /* Label & Data Alignment */ | ||
.pi-item.pi-data { | .pi-item.pi-data { | ||
display: flex !important; | display: flex !important; | ||