441
edits
(clean) |
m (21 revisions imported from wikipedia:Module:Navbar/styles.css: see Topic:Vtixlm0q28eo6jtf) |
||
(15 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* | /* {{pp|small=yes}} */ | ||
.navbar { | .navbar { | ||
display: inline; | display: inline; | ||
font-size: 88%; | font-size: 88%; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
Line 20: | Line 15: | ||
} | } | ||
.navbar | .navbar ul { | ||
display: inline-block; | |||
white-space: nowrap; | |||
line-height: inherit; | |||
} | } | ||
.navbar- | .navbar-brackets::before { | ||
margin-right: -0.125em; | margin-right: -0.125em; | ||
content: '[ '; | |||
} | } | ||
.navbar- | .navbar-brackets::after { | ||
margin-left: -0.125em; | margin-left: -0.125em; | ||
content: ' ]'; | |||
} | |||
.navbar li { | |||
word-spacing: -0.125em; | |||
} | |||
.navbar-mini abbr { | |||
font-variant: small-caps; | |||
border-bottom: none; | |||
text-decoration: none; | |||
cursor: inherit; | |||
} | } | ||
.navbar- | .navbar-ct-full { | ||
font-size: 114%; | font-size: 114%; | ||
margin: 0 7em; | margin: 0 7em; | ||
} | } | ||
.navbar- | .navbar-ct-mini { | ||
font-size: 114%; | font-size: 114%; | ||
margin: 0 4em; | margin: 0 4em; | ||
} | } | ||
/* Navbar styling when nested in infobox and navbox | |||
Should consider having a separate TemplateStyles for those specific places | |||
/* Navbar styling when nested in infobox and navbox | |||
using an infobox/navbox and a navbar, or possibly override from using template */ | using an infobox/navbox and a navbar, or possibly override from using template */ | ||
.infobox .navbar { | .infobox .navbar { | ||
Line 69: | Line 71: | ||
/* @noflip */ | /* @noflip */ | ||
margin-right: 0.5em; | margin-right: 0.5em; | ||
} | } |