首页
来自勿忘草与永远的少女
<img src="/wikibg/logo.jpg" alt="网站Logo" style="max-height:100px; width:auto;">
全站通知: 本站数据正在完善中,欢迎参与编辑贡献!
<style> /* 隐藏页面主标题 */ .firstHeading, #firstHeading {
display: none !important;
}
/* 隐藏默认的左上角 Logo */
- p-logo {
display: none !important;
}
/* 调整主内容区域的上边距 */ .mw-body {
margin-top: 0 !important;
}
/* 如果需要隐藏整个左侧边栏,取消下面的注释 */ /*
- mw-panel {
display: none !important;
} .mw-body {
margin-left: 0 !important;
}
- /
/* 卡片悬停效果 */ .nav-card {
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
/* 响应式设计 */ @media (max-width: 768px) {
.nav-cards {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.nav-card a {
font-size: 14px !important;
}
} </style>