Module:Navbar/styles.css: Difference between revisions

m
22 revisions imported from wikipedia:Module:Navbar/styles.css
(nix lrbrackets)
m (22 revisions imported from wikipedia:Module:Navbar/styles.css)
 
(9 intermediate revisions by 4 users not shown)
Line 1:
/* {{pp|small=yes}} */
.navbar {
display: inline;
Line 34 ⟶ 35:
}
 
.navbar-mini abbra > span,
.navbar-mini spana > abbr {
text-decoration: inherit;
 
.navbar-mini abbr {
font-variant: small-caps;
border-bottom: none;
Line 43 ⟶ 48:
 
.navbar-ct-full {
font-size: 114%; /* marginally cheaper to have two rules of 114% */
margin: 0 7em;
}
Line 50 ⟶ 55:
font-size: 114%;
margin: 0 4em;
 
/* 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;
}
verified
2,504

edits