2023年政策修订增补工作正在进行中,欢迎参与!
Template:云图计划效果/style.css
跳转到导航
跳转到搜索
.pnc-effects {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(13.05em,1fr));
grid-gap: .5em;
margin: 0;
padding: 0;
color: #FFF;
line-height: 1.1;
font-size: 96%;
}
.pnc-effects>div {
background: rgba(0,0,0,.78);
border-radius: .23em;
position: relative;
padding: .55em .5em .55em .55em;
}
.pnc-effects dt {
font-weight: inherit;
font-size: 105%;
margin: 0 0 .3em .2em;
padding: 0;
}
.pnc-effects dt::before {
content: "";
position: absolute;
left: 1px;
height: 1.1em;
width: .22em;
background: #ffd262;
}
.pnc-effects>.pnc-pEffect>dt::before {
background: #8bf66c;
}
.pnc-effects>.pnc-nEffect>dt::before {
background: #d53633;
}
.pnc-effects dd {
margin: 0;
padding: 0;
color: #eee;
}
.pnc-effects .pnc-red {
color: #ff5e57; /* 为了便于阅读特意调整了颜色,与游戏中不同 */
}
/* [[Category:在模板名字空间下的CSS页面]] */