MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 215:
/* --- HEADER ROW (The Title) --- */
#cps-toc-header {
/* RESET: Remove flex and borders from the container to avoid positioning errors */
display: flex !important;
align-itemsdisplay: centerblock !important;
justify-contentborder: centernone !important; /* Center text */
padding-bottom: 12px0 !important;
margin-bottom: 10px0 !important;
/* SEPARATOR LINE */
/* CHANGED: Made line black and visible, distinct from gray borders */
border-bottom: 1px solid #000 !important;
margin-bottom: 10px !important;
padding-bottom: 12px !important;
}
 
/* TITLE STYLING (Bold & Clear) */
#cps-toc-title { ,
#cps-toc-panel h2 {
font-size: 18px !important;
display: flexblock !important;
width: 100% !important;
text-align: center !important;
/* 1. FORCE BOLD (Using numeric 700 + sans-serif to override skin defaults) */
/* CHANGED: Ensure it looks distinct from clickable links */
font-weight: 900700 !important;
font-family: sans-serif !important;
color: #000 !important;
font-size: 18px !important;
/* 2. THE BLACK LINE (Attached to the bottom of the text) */
text-align: center !important;
border-bottom: 1px2px solid #000 !important;
letter-spacing: 0.5px;
/* 3. SPACING */
/* Padding-bottom moves the line away from the text */
padding-bottom: 12px !important;
/* Margin-bottom pushes the list away from the line */
margin-bottom: 15px !important;
/* Reset top margin to prevent "floating" look */
margin-top: 0 !important;
padding-top: 5px !important;
/* EnsureCursor it doesn't look like a linkfix */
cursor: default !important;
}