MediaWiki:Print.css: Difference between revisions

mNo edit summary
(2022 update for readability)
Line 5: Line 5:
#printfooter { display: none; }
#printfooter { display: none; }
#catlinks { 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;
}
h2 {
    color: #000;
}

Revision as of 15:58, 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;
}
h2 {
    color: #000;
}