好多梨留言 | 贡献
无编辑摘要
好多梨留言 | 贡献
无编辑摘要
第8行: 第8行:


/* 导航栏 */
/* 导航栏 */
#p-navigation {
display: none;
}
#p-navigation .mw-portlet-body ul li:nth-last-of-type(2) {
#p-navigation .mw-portlet-body ul li:nth-last-of-type(2) {
display: none;
display: none;
}
}
#p-navigation .mw-portlet-body ul span:nth-last-of-type(2) {
#p-navigation .mw-portlet-body ul span:nth-last-of-type(2) {
display: none;
display: none;
}
}

2025年12月12日 (五) 17:20的版本

/* 这里放置的CSS将应用于所有皮肤 */
.gallery-details-tabs {
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


/* 导航栏 */
#p-navigation {
	display: none;
}
#p-navigation .mw-portlet-body ul li:nth-last-of-type(2) {
	display: none;
}
#p-navigation .mw-portlet-body ul span:nth-last-of-type(2) {
	display: none;
}