打开主菜单

少前百科GFwiki β

更改

MediaWiki:Vector.css

添加152字节2023年6月6日 (二) 00:15
无编辑摘要
}
#firstHeading::first-line { text-shadow: 2px 2px 2px black; }
.fnameheader { flex: 1; text-align: right; }
#bodyContent {
grid-area: bc;
}
.toc {
--toc-max-height: calc(100vh - 73px);
background: none;
border: none;
display: block;
max-height: calcvar(100vh - 73px-toc-max-height); overflow-y: scroll;
position: sticky;
top: 59px;
}
.toc > ul { max-height: calc(var(--toc-max-height) - 23px); overflow-y: scroll;}.toc > ul::after {
content: '—目录已到底—';
display: block;