MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 149:
/* ======================================================= */
/* RESTORED CAPSACH TOC (Fixed:
/* ======================================================= */
Line 155:
#cps-open-toc {
position: fixed;
display: none;
}
Line 163 ⟶ 161:
#cps-toc-overlay {
position: fixed; inset: 0;
▲ background: rgba(0,0,0,0.2);
display: none;
z-index: 1004;
}
#cps-toc-overlay.is-open { display: block; }
/* --- THE DROPDOWN PANEL
#cps-toc-panel {
position: fixed;
/* POSITION: 60px from top (
top: 60px !important;
/*
bottom: auto !important;
max-width:
/*
/* APPEARANCE */
background: #ffffff !important;
color: #202122 !important;
box-shadow: 0
padding:
box-sizing: border-box !important;
/* SCROLLING */
Line 200 ⟶ 199:
/* VISIBILITY */
z-index: 1005 !important;
display: none;
}
/* Logic to show panel
.is-open #cps-toc-panel,
#cps-toc-overlay.is-open + #cps-toc-panel,
#cps-toc-panel[style*="display: block"] {
display: block !important;
}
/* --- HEADER ROW (The Title) --- */
#cps-toc-header {
display: flex
align-items: center !important;
margin-bottom: 8px;▼
justify-content: center !important; /* Center text */
border-bottom: 1px solid #eee;▼
padding-bottom: 8px;▼
/* SEPARATOR LINE */
}
/* TITLE STYLING (Bold & Clear) */
font-size: 18px !important;
font-weight: 800 !important; /* Extra Bold */
margin: 0 !important;
color: #000 !important;
text-align: center !important;
letter-spacing: 0.5px;
}▼
/* HIDE THE CLOSE BUTTON ("X") */
#cps-toc-close {
display: none !important;
}
/*
#cps-toc-list {
list-style: none; margin: 0; padding: 0;
Line 231 ⟶ 243:
#cps-toc-list li { margin: 0; }
#cps-toc-list a {
display: block; padding: 12px 10px;
border-
text-decoration: none;
color: #202122;
font-size:
line-height: 1.4;
}
Line 243 ⟶ 255:
}
/* Indentation
#cps-toc-list li[data-level="3"] { padding-left:
#cps-toc-list li[data-level="4"] { padding-left:
#cps-toc-list li[data-level="5"] { padding-left:
/* Only show on phone-ish widths */
Line 253 ⟶ 264:
#cps-open-toc, #cps-toc-overlay, #cps-toc-panel { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
}
▲/* FIX: HIDE DUPLICATE "CONTENTS" TITLE IN MOBILE TOC */
▲#cps-toc-panel h2 {
▲ display: none !important;
▲}
#cps-toc-panel .toctitle,
#cps-toc-panel #mw-toc-heading,
Line 505 ⟶ 501:
/* TOC Icon */
#cps-open-toc .icon { font-size: 24px !important; }
/* FIX: Ensure no text label appears in button */
#cps-open-toc .label { display: none !important; }
/* --- E. BUTTON 3: HOME (LEFT OF TOC) --- */
| |||