MediaWiki:Common.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第16行: | 第16行: | ||
} | } | ||
/* | /* 进攻型战略配备许可证 - 引用卡片样式 */ | ||
.orbital-strike-card { | .orbital-strike-card { | ||
border-left: 8px solid rgb(255, 242, 0); | border-left: 8px solid rgb(255, 242, 0); | ||
| 第23行: | 第23行: | ||
background: rgb(55, 55, 55); | background: rgb(55, 55, 55); | ||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); | box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); | ||
} | |||
.orbital-strike-card .license { | |||
font-size: 1.1em; | |||
line-height: 1.3; | |||
color: #cccccc; | |||
} | } | ||
| 第28行: | 第34行: | ||
font-size: 2em; | font-size: 2em; | ||
font-weight: bold; | font-weight: bold; | ||
line-height: 1. | line-height: 1.2; | ||
color: #ffffff; | color: #ffffff; | ||
margin-top: 2px; | |||
} | } | ||
2026年7月11日 (六) 04:35的版本
/* 图标列 - 自适应宽度 */
.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;
}
/* 进攻型战略配备许可证 - 引用卡片样式 */
.orbital-strike-card {
border-left: 8px solid rgb(255, 242, 0);
padding: 12px 16px 12px 20px;
margin: 1em 0;
background: rgb(55, 55, 55);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.orbital-strike-card .license {
font-size: 1.1em;
line-height: 1.3;
color: #cccccc;
}
.orbital-strike-card .title {
font-size: 2em;
font-weight: bold;
line-height: 1.2;
color: #ffffff;
margin-top: 2px;
}
.orbital-strike-card .desc {
font-size: 1em;
margin-top: 4px;
color: #cccccc;
}