Difference between revisions of "MediaWiki:Common.css"

From 88bitwiki
Jump to navigation Jump to search
(Created page with "→‎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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
.toclimit-7 .toclevel-6 ul {
 
.toclimit-7 .toclevel-6 ul {
 
display: none;
 
display: none;
 +
}
 +
 +
body.page-Main_Page h1.firstHeading { display: none; }
 +
 +
.weirdcharacter {
 +
  height: 2ex;
 +
  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;
}