MediaWiki:Print.css: Difference between revisions

(remove bottom line 2)
(no print video)
Line 19: Line 19:
visibility: hidden;
visibility: hidden;
}
}
 
.embedvideo {
visibility: hidden;
}
.mw-footer {
.mw-footer {
visibility: hidden;
visibility: hidden;

Revision as of 16:06, 22 August 2022

/* CSS placed here will affect the print output */
#siteSub { display: none; }
#contentSub { display: none; }
#toc { display: none; }
#printfooter { display: none; }
#catlinks { display: none; }

/* 2022 changes */
.minerva__tab-container {
    display: none;
}
.talk.mw-ui-button {
	visibility: hidden;
}
.page-actions-menu {
	border-top: 0;
	border-bottom: 0;
/* logged in user must change to vector skin to edit */
visibility: hidden;
}
.embedvideo {
	visibility: hidden;
}
.mw-footer {
	visibility: hidden;
}

/* breadcrumbs do not need to print <span class="crumbs"> */
.crumbs {
visibility: hidden !important;
}
/* separate bottom span class (only one per page hidden) */
.bcrumbs {
visibility: hidden !important;
}

body {
	color: #000;
    background-color: #fff;
}
a {
	color: #004 !important;
}
h2 {
    color: #000;
}