Module:Navbar/styles.css: Difference between revisions

m
20 revisions imported from wikipedia:Module:Navbar/styles.css: this is nice to have
(remove per research)
m (20 revisions imported from wikipedia:Module:Navbar/styles.css: this is nice to have)
 
(13 intermediate revisions by 3 users not shown)
Line 1:
/* {{pp|small=yes}} */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
 
.navbar ul {
display: inline-block;
white-space: nowrap;
}
 
Line 19 ⟶ 15:
}
 
.navbar liul {
display: inline-block;
word-spacing: -0.125em;
white-space: nowrap;
line-height: inherit;
}
 
.navbar-lbracketbrackets::before {
margin-right: -0.125em;
content: '[ ';
}
 
.navbar-rbracketbrackets::after {
margin-left: -0.125em;
content: ' ]';
 
.navbar ulli {
word-spacing: -0.125em;
 
.navbar.-mini li spanabbr {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
 
Line 39 ⟶ 50:
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;
}
 
Line 68 ⟶ 71:
/* @noflip */
margin-right: 0.5em;
}
 
/* body.everyoneelse */ .mw-body-content .navbar ul {
line-height: inherit;
}