LLWiki正在建设中,欢迎加入我们

“MediaWiki:Common.css”的版本间差异

跳转到导航 跳转到搜索
(// 使用Wikiplus小工具快速编辑)
标签移动版网页编辑 移动版编辑
}
/* 固定表頭 */
.wikitable.tsticky:not(.sortable) tr:first-child > th {,
.wikitable.tsticky.sortable > thead th {
position: sticky;
top: 0;
z-index: 1;
}
.wikitable.tsticky:not(.sortable) tr:first-child > th::before {after,
.wikitable.tsticky.sortable > thead th::after {
content: '';
position: absolute;
bottom: -1px;
border: 1px solid #a2a9b1;
}
.stickyHeading .tsticky tr:first-child > th {
position: static;
}
.stickyHeading .tsticky tr:first-child > th::before {
content: none;
}
/* cite扩展 */