Template

Sidenav/styles.css

From Dogcraft Wiki

(Created page with "#sidenav a { color:inherit; } #sidenav li > ul { --toc-list-style: '└ '; list-style: var(--toc-list-style); font-weight: normal; opacity: .7; }")
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
font-weight: normal;
font-weight: normal;
opacity: .7;
opacity: .7;
}
#sidenav div > ul {
--nav-list-style: '━ ';
list-style: var(--nav-list-style);
}
.mw-parser-output #sidenav div > ul ::marker {
  font-weight: bold;
  font-family: sans-serif;
}
}

Latest revision as of 13:56, 22 October 2022

#sidenav a {
	color:inherit;
}

#sidenav li > ul {
	--toc-list-style: '└ ';
	list-style: var(--toc-list-style);
	font-weight: normal;
	opacity: .7;
}

#sidenav div > ul {
	--nav-list-style: '━ ';
	list-style: var(--nav-list-style);
}

.mw-parser-output #sidenav div > ul ::marker {
  font-weight: bold;
  font-family: sans-serif;
}