Difference between revisions of "MediaWiki:Common.css"

From 88bitwiki
Jump to navigation Jump to search
 
Line 14: Line 14:
 
   height: 2ex;
 
   height: 2ex;
 
   width: auto;
 
   width: auto;
 +
  margin-top: -0.1ex;
 
}
 
}

Latest revision as of 23:21, 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;
  margin-top: -0.1ex;
}