More actions
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
display: inline; | display: inline; | ||
white-space: nowrap; | white-space: nowrap; | ||
border-right: 1px solid #bbb; | |||
} | } | ||
/* v t e */ | |||
.navbar li { | .navbar li { | ||
word-spacing: -0.125em; | word-spacing: -0.125em; | ||
} | } | ||
.navbar li:last-child { | .navbar li:last-child { | ||
Revision as of 18:29, 17 March 2025
/**
* This TemplateStyles page is separately used for [[Template:Navbar]]
* because there are two versions of the same template.
* Be careful when adjusting styles accordingly.
*/
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
border-right: 1px solid #bbb;
}
/* v t e */
.navbar li {
word-spacing: -0.125em;
}
.navbar li:last-child {
border-right: none;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}