MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 77: Line 77:
     padding: 0 0 0 15px !important;
     padding: 0 0 0 15px !important;
     font-size: 12px !important;
     font-size: 12px !important;
}
/* Update these three sections in your Common.css */
.portable-infobox * {
    font-size: 13px !important; /* The new "Sweet Spot" size */
    line-height: 1.4 !important;
}
.pi-data-label, .pi-data-value {
    font-size: 13px !important;
    padding: 8px 10px !important; /* Slightly more breathing room */
}
.pi-header {
    font-size: 11px !important; /* Proportional header size */
    padding: 6px 0 !important;
}
}