MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,581:
align-items: center;
justify-content: center;
}
 
/* ========================================================= */
/* GLOBAL WIKITABLE STYLES */
/* ========================================================= */
 
/* 1. Set default font size and white background for all wikitables */
table.wikitable {
font-size: 0.85em;
background-color: #fff;
}
 
/* Ensure individual data cells are white (keeps 'th' headers default gray) */
table.wikitable td {
background-color: #fff;
}
 
/* 2. Align caption left, apply standard borders, and match background */
table.wikitable caption {
text-align: left;
border: 1px solid #a2a9b1;
border-bottom: none;
padding: 0.5em;
font-weight: bold;
background-color: #fff;
}