6,586
个编辑
小无编辑摘要 |
小无编辑摘要 |
||
第79行: | 第79行: | ||
/* 以下是维基百科样式,通过CC-BY-SA 3.0授权 */ | /* 以下是维基百科样式,通过CC-BY-SA 3.0授权 */ | ||
/* Default styling for Navbar template */ | |||
.navbar { | |||
display: inline; | |||
font-weight: normal; | |||
} | |||
.navbar ul { | |||
display: inline; | |||
white-space: nowrap; | |||
} | |||
.navbar li { | |||
word-spacing: -0.125em; | |||
} | |||
.navbar.mini li abbr[title] { | |||
font-variant: small-caps; | |||
border-bottom: none; | |||
text-decoration: none; | |||
cursor: inherit; | |||
} | |||
/* Navbar styling when nested in navbox */ | |||
.navbox .navbar { | |||
display: block; | |||
} | |||
.navbox-title .navbar { | |||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
text-align: left; | |||
/* @noflip */ | |||
margin-right: 0.5em; | |||
width: 8em; | |||
} | |||
/* Style for horizontal lists (separator following item) */ | /* Style for horizontal lists (separator following item) */ |