MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:


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) {
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) {
  display: none !important;
}
header h1 {
  margin: 1rem auto !important;
}
header nav, #siteNotice {
   display: none !important;
   display: none !important;
}
}

Revision as of 13:27, 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) {
  display: none !important;
}

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

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