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

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

跳转到导航 跳转到搜索
(测试请使用个人css,这段样式就不该放在这个文件里)
标签撤销 移动版网页编辑 移动版编辑
(// 使用Wikiplus小工具快速编辑)
标签移动版网页编辑 移动版编辑
.nowrap-4 th:nth-child(4), .nowrap-4 td:nth-child(4) {
white-space:nowrap;
}
/* 固定表頭 */
.tsticky tr:first-child > th {
position: sticky;
top: 0;
z-index: 1;
}
.tsticky tr:first-child > th::before {
content: '';
position: absolute;
left: -1px;
right: -1px;
top: -1px;
bottom: -1px;
border: 1px solid #a2a9b1;
}
.stickyHeading .tsticky tr:first-child > th {
position: static;
}
.stickyHeading .tsticky tr:first-child > th::before {
content: none;
}
/* cite扩展 */