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 15.0 - Final Miraheze Fix */
/* 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 (Miraheze Clone) */
/* 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;  
     overflow: hidden !important;
     box-sizing: border-box !important;
}
}


/* Fix for squished Titles/Headers/Images */
/* 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:
}
}


/* Side-by-Side Data Fix */
/* Label & Data Alignment */
.pi-item.pi-data {
.pi-item.pi-data {
     display: flex !important;
     display: flex !important;