#profile, #sideBar, #sidebar, #homepage_top_links, #nav_top, #admin_links, #widget_profile {
    display: none !important;
}
/* ===== 修复双击误触：禁止卡片和文字被鼠标选中变蓝 ===== */
.footer-card, #poem-box, .footer-card h4, .footer-card p, .footer-card div, #poem-box div {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}
/* ===== 终极强杀：禁止一切文字选中 ===== */
#poem-box, #poem-box *, .footer-card, .footer-card * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}