MediaWiki:Print.css: Difference between revisions

mNo edit summary
(links print dark blue)
Line 34: Line 34:
}
}
a {
a {
color: #33f !important;
color: #004 !important;
}
}
h2 {
h2 {
     color: #000;
     color: #000;
}
}

Revision as of 16:19, 10 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;
}

/* 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;
}