Module:Navbar/styles.css: Difference between revisions
Content deleted Content added
mediawiki>ExE Boss →top: Add {{Shared Template Warning}} |
Deauthorized (talk | contribs) m 1 revision imported |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
/
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar-collapse {
float: left;▼
text-align: left;▼
}
.navbar-boxtext {
word-spacing: 0;
}
.navbar ul {
display: inline-block;
white-space: nowrap;
line-height: inherit;
}
.navbar-brackets::before {
content: '[ ';
}
.navbar-brackets::after {
margin-left: -0.125em;
content: ' ]';
}
Line 19 ⟶ 35:
}
.navbar a > span,
text-decoration: inherit;
font-size: 100%;▼
}
.
font-variant: small-caps;
border-bottom: none;
▲ float: left;
text-decoration: none;
cursor: inherit;
▲ text-align: left;
}
▲ margin-right: 0.5em;
.navbar-ct-full {
margin: 0 7em;
}
.navbar-ct-mini {
font-size: 114%;
margin: 0 4em;
}
|