|
|
| 第1行: |
第1行: |
| <div class="wiki-main"> | | <div class="wiki-main"> |
|
| |
|
| <!-- 自定义 Logo 区域 -->
| |
| <div class="my-logo" style="text-align:center;">
| |
| [[File:Logo.jpg|100px|center|link=|alt=网站Logo]]
| |
| </div>
| |
| <!-- 如果你还没有上传 Logo,可以用文字代替 -->
| |
| <!-- <h1 style="font-size:32px; color:#36c; margin:0;">我的 Wiki</h1> -->
| |
| </div>
| |
|
| |
|
| <!-- 全站通知 --> | | <!-- 全站通知 --> |
| <div class="notice" style="background:#f8f9fa; border-left:4px solid #36c; padding:10px 15px; margin:10px 0; font-size:14px;"> | | <div class="notice" style="background:#f8f9fa; border-left:4px solid #36c; padding:10px 15px; margin:10px 0; font-size:14px;"> |
| '''全站通知:''' 本站数据正在完善中,欢迎参与编辑贡献! | | '''全站通知:''' 本站数据正在完善中,欢迎参与编辑贡献! |
| </div>
| |
|
| |
| <!-- 横向导航卡片区域 -->
| |
| <div class="nav-cards" style="display:grid; grid-template-columns:repeat(auto-fit, minmax(150px, 1fr)); gap:15px; margin:20px 0;">
| |
| <div class="nav-card" style="background:linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding:20px; border-radius:12px; text-align:center; transition:transform 0.2s; cursor:pointer;" onmouseover="this.style.transform='translateY(-5px)'" onmouseout="this.style.transform='translateY(0)'">
| |
| <div style="font-size:32px; margin-bottom:10px;">📚</div>
| |
| <a href="/首页" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">Wiki 首页</a>
| |
| </div>
| |
|
| |
| <div class="nav-card" style="background:linear-gradient(135deg, #f093fb 0%, #f5576c 100%); padding:20px; border-radius:12px; text-align:center; transition:transform 0.2s; cursor:pointer;" onmouseover="this.style.transform='translateY(-5px)'" onmouseout="this.style.transform='translateY(0)'">
| |
| <div style="font-size:32px; margin-bottom:10px;">📖</div>
| |
| <a href="/游戏攻略" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">游戏攻略</a>
| |
| </div>
| |
|
| |
| <div class="nav-card" style="background:linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); padding:20px; border-radius:12px; text-align:center; transition:transform 0.2s; cursor:pointer;" onmouseover="this.style.transform='translateY(-5px)'" onmouseout="this.style.transform='translateY(0)'">
| |
| <div style="font-size:32px; margin-bottom:10px;">⚔️</div>
| |
| <a href="/角色图鉴" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">角色图鉴</a>
| |
| </div>
| |
|
| |
| <div class="nav-card" style="background:linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); padding:20px; border-radius:12px; text-align:center; transition:transform 0.2s; cursor:pointer;" onmouseover="this.style.transform='translateY(-5px)'" onmouseout="this.style.transform='translateY(0)'">
| |
| <div style="font-size:32px; margin-bottom:10px;">🗺️</div>
| |
| <a href="/地图资料" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">地图资料</a>
| |
| </div>
| |
|
| |
| <div class="nav-card" style="background:linear-gradient(135deg, #fa709a 0%, #fee140 100%); padding:20px; border-radius:12px; text-align:center; transition:transform 0.2s; cursor:pointer;" onmouseover="this.style.transform='translateY(-5px)'" onmouseout="this.style.transform='translateY(0)'">
| |
| <div style="font-size:32px; margin-bottom:10px;">📊</div>
| |
| <a href="/数据统计" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">数据统计</a>
| |
| </div>
| |
| </div> | | </div> |
|
| |
|
全站通知: 本站数据正在完善中,欢迎参与编辑贡献!
<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>