MediaWiki:Print.css: Difference between revisions

(2022 update for readability)
mNo edit summary
Line 25: Line 25:
}
}
a {
a {
color: #33f;
color: #33f !important;
}
}
h2 {
h2 {
     color: #000;
     color: #000;
}
}

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

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