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; ▼
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; ▼
width: 100% !important;
text-align: center !important;▼
/* 1. FORCE BOLD (Using numeric 700 + sans-serif to override skin defaults) */
font-weight:
font-family: sans-serif !important;
color: #000 !important;
/* 2. THE BLACK LINE (Attached to the bottom of the text) */
▲ text-align: center !important;
/* 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;
/*
cursor: default !important;
}
| |||