MediaWiki:Common.css: Difference between revisions

Created page with "CSS placed here will be applied to all skins: body { background-color: yellow !important; font-family: Bitstream Vera Sans Mono; line-height: 1.6; }"
 
No edit summary
Line 5: Line 5:
font-family: Bitstream Vera Sans Mono;
font-family: Bitstream Vera Sans Mono;
line-height: 1.6;
line-height: 1.6;
}
li.mw-list-item:not(#ca-edit), li.mw-list-item:not(#ca-ve-edit) {
  display: none !important;
}
}

Revision as of 13:14, 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), li.mw-list-item:not(#ca-ve-edit) {
  display: none !important;
}