跳转到内容

MediaWiki:Common.css:修订间差异

删除251字节 、​ 2025年5月2日 (星期五)
无编辑摘要
无编辑摘要
无编辑摘要
 
第36行: 第36行:
}
}


/* Completely hide "Other information" section */
/* Fully hide the "Other Information" section */
fieldset[aria-labelledby="mw-confirmaccount-attach"],
fieldset:has(legend#mw-confirmaccount-attach) {
legend#mw-confirmaccount-attach,
#mw-confirmaccount-attach ~ * {
    display: none !important;
}
 
/* Extra hardening (if fallback needed) */
fieldset legend#mw-confirmaccount-attach,
fieldset > #wpCV,
fieldset > #wpNotes,
fieldset > #wpSites {
     display: none !important;
     display: none !important;
}
}