Module:Navbar/styles.css: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
(remove per research)
(and move that out of more specific rule)
Line 8: Line 8:
display: inline-block;
display: inline-block;
white-space: nowrap;
white-space: nowrap;
line-height: inherit;
}
}


Line 68: Line 69:
/* @noflip */
/* @noflip */
margin-right: 0.5em;
margin-right: 0.5em;
}

/* body.everyoneelse */ .mw-body-content .navbar ul {
line-height: inherit;
}
}

Revision as of 09:59, 4 December 2020

.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}

.navbar ul {
	display: inline-block;
	white-space: nowrap;
	line-height: inherit;
}

.navbar-collapse {
	float: left;
	text-align: left;
}

.navbar-boxtext {
	word-spacing: 0;
}

.navbar li {
	word-spacing: -0.125em;
}

.navbar-lbracket {
	margin-right: -0.125em;
}

.navbar-rbracket {
	margin-left: -0.125em;
}

.navbar-ct-full {
	font-size: 114%;
	margin: 0 7em;
}

.navbar-ct-mini {
	font-size: 114%;
	margin: 0 4em;
}

.navbar.mini li abbr,
.navbar.mini li span {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}

/* Navbar styling when nested in infobox and navbox
Should consider having a separate TemplateStyles for those specific places
using an infobox/navbox and a navbar, or possibly override from using template */
.infobox .navbar {
	font-size: 100%;
}

.navbox .navbar {
	display: block;
	font-size: 100%;
}

.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}