MediaWiki:Common.css
跳转到导航
跳转到搜索
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* 图标列 - 自适应宽度 */
.wikitable .icon-cell {
width: 1%;
white-space: nowrap;
text-align: center;
vertical-align: middle;
}
/* 图标容器 - 固定大小并居中裁剪大图 */
.wikitable .icon-cell img {
width: 32px;
height: 32px;
object-fit: contain;
display: block;
margin: 0 auto;
}
/* ===== 战略配备 - 引用卡片样式 ===== */
.stratagem-card {
flex: 1;
border: 2px solid #ffd700;
border-radius: 8px;
padding: 16px 20px;
/* 暖灰深色渐变 - 从深灰到暖黑 */
background: linear-gradient(160deg, #2a2a2a, #1a1a1a, #121212);
color: #fff;
font-family: Arial, sans-serif;
}
.stratagem-badge {
font-size: 18px;
color: #ffd700;
font-weight: bold;
margin-bottom: -6px;
}
.stratagem-title {
font-size: 28px;
font-weight: bold;
margin-top: 8px;
}
.stratagem-desc {
font-size: 14px;
color: #aaa;
}
/* common.css */
.stratagem-table {
border-collapse: collapse;
width: 100%;
font-size: 18px;
}
.stratagem-table td {
padding: 6px 8px;
border: none;
vertical-align: middle;
}
.stratagem-table tr {
border-top: 1px solid #333;
}
.stratagem-table tr:first-child {
border-top: none;
}
/* "数据"和"满级舰船模块"保持灰色 */
.label-main {
color: #888;
}
/* "呼叫时间""使用次数""冷却时间"白色 */
.label-sub {
display: inline-flex;
align-items: center;
}
.label-sub .color-bar {
display: inline-block;
width: 6px;
height: 1.2em;
background: #ffffff;
flex-shrink: 0;
margin-right: 4px;
vertical-align: middle;
}
/* 数值列白色加粗 */
.stratagem-table td:nth-child(2),
.stratagem-table td:nth-child(4),
.stratagem-table td:nth-child(6) {
color: #fff;
font-weight: bold;
text-align: right;
}