Difference between revisions of "MediaWiki:Common.css"

From 88bitwiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
body.page-Main_Page h1.firstHeading { display: none; }
 
body.page-Main_Page h1.firstHeading { display: none; }
 +
 +
.weirdcharacter {
 +
  height: 2ex;
 +
  width: auto;
 +
}

Revision as of 23:20, 23 May 2020

/* CSS placed here will be applied to all skins */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

body.page-Main_Page h1.firstHeading { display: none; }

.weirdcharacter {
  height: 2ex;
  width: auto;
}