编辑“︁Template:Infobox/styles.css”︁
来自互联网一战博物馆
该编辑可以被撤销。 请检查下面的对比以核实您想要撤销的内容,然后发布下面的更改以完成撤销。
最后版本 | 您的文本 | ||
第7行: | 第7行: | ||
width: 300px; | width: 300px; | ||
font-size: 90%; | font-size: 90%; | ||
background-color: var(--border-color); | |||
float: right; | float: right; | ||
border: 1px solid black; | border: 1px solid black; | ||
第71行: | 第72行: | ||
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label, | .notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-label, | ||
.notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field { | .notaninfobox .infobox-rows .infobox-row:nth-child(2n) .infobox-row-field { | ||
background-color: var(-- | background-color: var(--custom-table-alternate-background); | ||
} | } | ||
第129行: | 第130行: | ||
font-weight: bold; | font-weight: bold; | ||
color: var(--link-color); | color: var(--link-color); | ||
border-bottom: 2px solid var(-- | border-bottom: 2px solid var(--custom-mcwiki-header-color); | ||
} | } | ||