MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
Line 1,478:
width: 100% !important;
position: relative; /* Stabilizes the container */
}
}
 
/* ======================================================= */
/* PRINT OPTIMIZATION: HIDE UI & FIX FONTS */
/* ======================================================= */
@media print {
/* 1. Hide the 4 floating bottom buttons (Search, Home, ToC, Email) */
#searchIcon,
.branding-box,
#cps-open-toc,
#custom-email-btn {
display: none !important;
}
 
/* 2. Hide the ToC panel and Overlay if they happen to be open */
#cps-toc-panel,
#cps-toc-overlay {
display: none !important;
}
 
/* 3. Hide the search input bar if it was left open */
.minerva-header .search-box {
display: none !important;
}
 
/* 4. Hide the AI Assistant (Icon & Chat Panel) */
.ext-aiassistant,
.ext-aiassistant-panel,
.ext-aiassistant-trigger {
display: none !important;
}
 
/* 5. Fix Font Consistency for Lists */
/* Forces bullet points to use the same Serif font as the body text */
.mw-parser-output ul,
.mw-parser-output ol,
.mw-parser-output li {
font-family: inherit !important;
}
}