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;
}
/* --- 轨道精准攻击 信息框样式 --- */
.orbit-attack-box {
/* 布局与背景 */
display: block;
background-color: rgba(30, 30, 30, 0.85); /* 深灰色半透明背景 */
padding: 10px 15px 15px 15px; /* 上 右 下 左 */
border-radius: 4px; /* 微微圆角,不设置则完全直角 */
/* 左侧黄色竖线 */
border-left: 4px solid #fce100; /* 亮黄色 */
/* 文本排版 */
font-family: "Microsoft YaHei", "PingFang SC", sans-serif; /* 确保中文字体好看 */
color: #ffffff;
max-width: 600px; /* 限制最大宽度,可根据需要调整 */
line-height: 1.4;
margin-bottom: 20px;
}
/* 第一行小字:进攻型战略... */
.orbit-attack-box .small-header {
font-size: 13px;
color: #cccccc; /* 浅灰色 */
letter-spacing: 0.5px;
display: block;
margin-bottom: 2px;
}
/* 第二行大字:轨道精准攻击 */
.orbit-attack-box .main-title {
font-size: 24px;
font-weight: 500; /* 中粗体 */
color: #ffffff;
display: block;
margin-bottom: 6px;
}
/* 第三行描述文字 */
.orbit-attack-box .description {
font-size: 14px;
color: #cccccc;
display: block;
}