MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 17: Line 17:
header nav, #siteNotice {
header nav, #siteNotice {
   display: none !important;
   display: none !important;
}
.mw-redirectedfrom {
display: none !important;
}
}

Revision as of 13:31, 16 December 2025

/* CSS placed here will be applied to all skins */

body {
	background-color: yellow !important;
	font-family: Bitstream Vera Sans Mono;
	line-height: 1.6;
}

li.mw-list-item:not(#ca-edit, #ca-ve-edit, #pt-createaccount, #pt-login, #ca-history, #pt-logout, #ca-protect, #ca-move, #n-recentchanges, #ca-delete, #n-mainpage-description) {
  display: none !important;
}

header h1 {
  margin: 1rem auto !important;
}

header nav, #siteNotice {
  display: none !important;
}

.mw-redirectedfrom {
	display: none !important;
}