MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 183:
/* HEIGHT CONSTRAINT (Ad Safety) */
/* CHANGED: Increased gap to 300px to avoid bottom ads/screen edge */
max-height: calc(100vh - 180px300px) !important;
/* APPEARANCE */
/* CHANGED: Removed rounded corners (was 12px) */
border-radius: 0 0 12px 12px !important;
background: #ffffff !important;
color: #202122 !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
padding: 15px !important; /* Slightly more padding for aesthetics */
box-sizing: border-box !important;
Line 217 ⟶ 220:
/* SEPARATOR LINE */
/* CHANGED: Made line black and visible, distinct from gray borders */
border-bottom: 2px1px solid #eaecf0000 !important;
margin-bottom: 10px !important;
padding-bottom: 12px !important;
Line 225 ⟶ 230:
#cps-toc-title {
font-size: 18px !important;
font-weight: 800 !important; /* Extra Bold */
/* CHANGED: Ensure it looks distinct from clickable links */
margin: 0 !important;
font-weight: 800900 !important; /* Extra Bold */
color: #000 !important;
text-align: center !important;
letter-spacing: 0.5px;
/* Ensure it doesn't look like a link */
margincursor: 0default !important;
}