SquareMioMiko(讨论 | 贡献) 小无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
第26行: | 第26行: | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
#toc{ | |||
display: block; | |||
position: fixed; | |||
top: 100px; | |||
right: 0px; | |||
min-width: 100px; | |||
max-width: 350px; | |||
max-height: 20px; | |||
overflow-y: scroll; | |||
border: 1px solid #aaa; | |||
border-radius: 0 0 1px 1px; | |||
-moz-border-radius: 0 0 1px 1px; | |||
background: rgba(249,249,249,0.75); | |||
padding: 12px; | |||
box-shadow: 0 1px 8px #000; | |||
-webkit-box-shadow: 0 1px 8px #000; | |||
-moz-box-shadow: 0 1px 8px #000; | |||
} | |||
#toc:hover{ | |||
display: block; | |||
position: fixed; | |||
top: 100px; | |||
right: 0px; | |||
min-width: 100px; | |||
max-width: 350px; | |||
max-height: 500px; | |||
overflow-y: scroll; | |||
border: 1px solid #aaa; | |||
border-radius: 0 0 1px 1px; | |||
-moz-border-radius: 0 0 1px 1px; | |||
background: rgba(249,249,249,0.75); | |||
padding: 12px; | |||
box-shadow: 0 1px 8px #000; | |||
-webkit-box-shadow: 0 1px 8px #000; | |||
-moz-box-shadow: 0 1px 8px #000; | |||
} | |||
body { overflow-x: hidden;} |
2023年6月29日 (四) 11:30的版本
/* 这里放置的CSS将应用于Timeless皮肤 */
/* 彩色横条移除,需调整边距,移动端顶部为标准流,无需外边距 */
@media screen and (min-width: 851px) {
#mw-content-container {
margin-top: 3.125em;
}
}
/* 最上方三个彩色横条 */
div.color-left, div.color-middle, div.color-right {
display: none;
}
#mw-content-container {
border-bottom: none;
}
.mw-body h1.firstHeading {
border-bottom: solid 4px #c8ccd1;
font-weight: 700;
}
#mw-site-navigation .sidebar-chunk h3,
#mw-related-navigation .sidebar-chunk h3 {
font-weight: 700;
}
#toc{
display: block;
position: fixed;
top: 100px;
right: 0px;
min-width: 100px;
max-width: 350px;
max-height: 20px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 0 0 1px 1px;
-moz-border-radius: 0 0 1px 1px;
background: rgba(249,249,249,0.75);
padding: 12px;
box-shadow: 0 1px 8px #000;
-webkit-box-shadow: 0 1px 8px #000;
-moz-box-shadow: 0 1px 8px #000;
}
#toc:hover{
display: block;
position: fixed;
top: 100px;
right: 0px;
min-width: 100px;
max-width: 350px;
max-height: 500px;
overflow-y: scroll;
border: 1px solid #aaa;
border-radius: 0 0 1px 1px;
-moz-border-radius: 0 0 1px 1px;
background: rgba(249,249,249,0.75);
padding: 12px;
box-shadow: 0 1px 8px #000;
-webkit-box-shadow: 0 1px 8px #000;
-moz-box-shadow: 0 1px 8px #000;
}
body { overflow-x: hidden;}