打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
删除的内容 添加的内容
XP-jia留言 | 贡献
测试
标签已被回退
XP-jia留言 | 贡献
小处修改
标签已被回退
第16行: 第16行:
align-items: center; /* 居中对齐 */
align-items: center; /* 居中对齐 */
background: linear-gradient(to right, #a50000, #e64545); /* 渐变背景 */
background: linear-gradient(to right, #a50000, #e64545); /* 渐变背景 */
box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 阴影 */
color: white; /* 白色字体,提升对比度 */
color: white; /* 白色字体,提升对比度 */
font-weight: bold;
font-weight: bold;
第70行: 第71行:
transition: transform 0.3s ease, box-shadow 0.3s ease;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
}

/* 改善阅读体验 */
.content-box h2 { font-size: 1.25rem; }
.content-box p { font-size: 0.95rem; color: #333; }


.content-box:hover {
.content-box:hover {
第80行: 第85行:
padding-bottom: 10px;
padding-bottom: 10px;
margin-bottom: 10px;
margin-bottom: 10px;
border-bottom: 2px solid red;
border-bottom: 2px solid #b30000;

}
}


第91行: 第97行:
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
gap: 20px;
gap: 24px;
}
}


第124行: 第130行:
/* 让重定向的内链变成绿色 */
/* 让重定向的内链变成绿色 */
.mw-redirect {
.mw-redirect {
color: green;
color: #009944;
}
}