MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,086:
padding: 0 4px;
border-radius: 3px;
}
/* ======================================================= */
/* PRINT OPTIMIZATION: HIDE UI BUTTONS */
/* ======================================================= */
@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;
}
}
| |||