More actions
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
font-size: 88%; | font-size: 88%; | ||
font-weight: normal; | font-weight: normal; | ||
border-right: 1px solid #bbb; | |||
} | } | ||
| Line 13: | Line 14: | ||
display: inline; | display: inline; | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
/* v t e */ | /* v t e */ | ||
Revision as of 18:36, 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;
border-right: 1px solid #bbb;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
/* v t e */
.navbar li {
word-spacing: -0.125em;
}
/* Navbar styling when nested in navbox */
/* v t e | title */
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}