MediaWiki:Common.css:修订间差异

来自Helldivers资料站
跳转到导航 跳转到搜索
无编辑摘要
Lyx讨论 | 贡献
无编辑摘要
第18行: 第18行:
/* ===== 战略配备 - 引用卡片样式 ===== */
/* ===== 战略配备 - 引用卡片样式 ===== */
.stratagem-card {
.stratagem-card {
    border-left: 8px solid rgb(255, 242, 0);
  flex: 1;
    padding: 12px 16px 12px 20px;
  border: 2px solid #ffd700;
    margin: 1em 0;
  border-radius: 8px;
    background: rgb(55, 55, 55);
  padding: 16px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #1a1a2e;
  color: #fff;
  font-family: Arial, sans-serif;
}
}


.stratagem-card .license {
.stratagem-badge {
    font-size: 1.1em;
  font-size: 12px;
    line-height: 1.3;
  color: #ffd700;
    color: #cccccc;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 4px;
}
}


.stratagem-card .title {
.stratagem-title {
    font-size: 2em;
  font-size: 22px;
    font-weight: bold;
  font-weight: bold;
    line-height: 1.2;
  margin-bottom: 6px;
    color: #ffffff;
    margin-top: 2px;
}
}


.stratagem-card .desc {
.stratagem-desc {
    font-size: 1em;
  font-size: 14px;
    margin-top: 4px;
  color: #aaa;
    color: #cccccc;
  margin-bottom: 14px;
}
}


/* ===== 战略配备 - 右侧信息框 ===== */
.stratagem-stats {
.stratagem-info {
  display: flex;
    border-left: 8px solid rgb(255, 242, 0);
  justify-content: space-between;
    border-right: 8px solid rgb(255, 242, 0);
  border-top: 1px solid #333;
    padding: 12px 16px 12px 20px;
  padding-top: 12px;
    margin: 1em 0;
  font-size: 13px;
    background: rgb(55, 55, 55);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
}


.stratagem-info .info-image {
.stat-label {
    text-align: center;
  color: #888;
    margin-bottom: 12px;
}
}


.stratagem-info .info-table {
.stat-value {
    width: 100%;
  color: #fff;
    border-collapse: collapse;
  font-weight: bold;
    font-size: 1.05em;
    color: #cccccc;
}
 
.stratagem-info .info-table td {
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 
.stratagem-info .info-table .label {
    padding-right: 8px;
    font-weight: bold;
    color: #ffffff;
}
 
.stratagem-info .info-table .last-row td {
    border-bottom: none;
}
}

2026年7月11日 (六) 05:48的版本

/* 图标列 - 自适应宽度 */
.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: #1a1a2e;
  color: #fff;
  font-family: Arial, sans-serif;
}

.stratagem-badge {
  font-size: 12px;
  color: #ffd700;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 4px;
}

.stratagem-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.stratagem-desc {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 14px;
}

.stratagem-stats {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
  padding-top: 12px;
  font-size: 13px;
}

.stat-label {
  color: #888;
}

.stat-value {
  color: #fff;
  font-weight: bold;
}