Module:Navbar/styles.css: Difference between revisions
clean
m (Izno moved page Template:Navbar/styles.css to Module:Navbar/styles.css without leaving a redirect: navbar is implemented in module space) |
(clean) |
||
Line 11: | Line 11: | ||
} | } | ||
.navbar-collapse { | |||
float: left; | |||
text-align: left; | |||
} | |||
.navbar-boxtext { | |||
word-spacing: 0; | |||
} | } | ||
Line 18: | Line 23: | ||
word-spacing: -0.125em; | word-spacing: -0.125em; | ||
} | } | ||
.navbar-lbracket { | |||
margin-right: -0.125em; | |||
} | |||
.navbar-rbracket { | |||
margin-left: -0.125em; | |||
} | |||
.navbar-c-title-full { | |||
font-size: 114%; | |||
margin: 0 7em; | |||
} | |||
.navbar-c-title-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 */ | /* Navbar styling when nested in infobox and navbox */ | ||
/* Should consider having a separate TemplateStyles for those specific places | /* Should consider having a separate TemplateStyles for those specific places | ||
using an infobox/navbox and a navbar */ | using an infobox/navbox and a navbar, or possibly override from using template */ | ||
.infobox .navbar { | .infobox .navbar { | ||
font-size: 100%; | font-size: 100%; | ||
Line 51: | Line 75: | ||
} | } | ||
/* | /* body.everyoneelse */ .mw-body-content .navbar ul { | ||
.mw-body-content .navbar ul { | line-height: inherit; | ||
line-height: inherit; | |||
} | } |