模块:Navbar/styles.css:修订间差异
跳转到导航
跳转到搜索
删除的内容 添加的内容
Created page with "→* {{Shared Template Warning}} * This TemplateStyles page is separately used for [[Template:Navbar]] * because of course 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; } .navbar li { word-spacing: -0.125em; } →Navbar styling when nested in navbox: .navbox .navbar { display: block; font-si..." |
小 from wikipedia. |
||
第1行: | 第1行: | ||
/ |
/* {{pp|small=yes}} */ |
||
* This TemplateStyles page is separately used for [[Template:Navbar]] |
|||
* because of course there are two versions of the same template. |
|||
* Be careful when adjusting styles accordingly. |
|||
*/ |
|||
.navbar { |
.navbar { |
||
display: inline; |
display: inline; |
||
font-size: 88%; |
font-size: 88%; |
||
font-weight: normal; |
font-weight: normal; |
||
} |
|||
.navbar-collapse { |
|||
⚫ | |||
⚫ | |||
} |
|||
.navbar-boxtext { |
|||
word-spacing: 0; |
|||
} |
} |
||
.navbar ul { |
.navbar ul { |
||
display: inline; |
display: inline-block; |
||
white-space: nowrap; |
white-space: nowrap; |
||
line-height: inherit; |
|||
} |
|||
.navbar-brackets::before { |
|||
⚫ | |||
content: '[ '; |
|||
} |
|||
.navbar-brackets::after { |
|||
margin-left: -0.125em; |
|||
content: ' ]'; |
|||
} |
} |
||
第19行: | 第35行: | ||
} |
} |
||
.navbar a > span, |
|||
/* Navbar styling when nested in navbox */ |
|||
.navbar a > abbr { |
|||
text-decoration: inherit; |
|||
display: block; |
|||
⚫ | |||
} |
} |
||
. |
.navbar-mini abbr { |
||
font-variant: small-caps; |
|||
/* @noflip */ |
|||
border-bottom: none; |
|||
⚫ | |||
text-decoration: none; |
|||
/* @noflip */ |
|||
cursor: inherit; |
|||
⚫ | |||
} |
|||
/* @noflip */ |
|||
⚫ | |||
.navbar-ct-full { |
|||
width: 6em; |
|||
⚫ | |||
margin: 0 7em; |
|||
} |
|||
.navbar-ct-mini { |
|||
font-size: 114%; |
|||
margin: 0 4em; |
|||
} |
} |
2022年12月24日 (六) 21:59的版本
/* {{pp|small=yes}} */
.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 {
margin-right: -0.125em;
content: '[ ';
}
.navbar-brackets::after {
margin-left: -0.125em;
content: ' ]';
}
.navbar li {
word-spacing: -0.125em;
}
.navbar a > span,
.navbar a > abbr {
text-decoration: inherit;
}
.navbar-mini abbr {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
.navbar-ct-full {
font-size: 114%;
margin: 0 7em;
}
.navbar-ct-mini {
font-size: 114%;
margin: 0 4em;
}