12,652
editsno edit summary
Tag: Undo |
No edit summary |
||
Line 9: | Line 9: | ||
/* PortableInfobox configuration */ | /* PortableInfobox configuration */ | ||
--pi-background: var(--bg | --pi-background: var(--bg3wiki-box-detail-bg); | ||
--pi-secondary-background: var(--bg | --pi-secondary-background: var(--bg3wiki-box-label-bg); | ||
--pi-border-color: var(-- | --pi-border-color: var(--bg3wiki-wikitable-border); | ||
} | } | ||
Line 762: | Line 762: | ||
/* PortableInfobox */ | /* PortableInfobox */ | ||
.portable-infobox { | |||
background-color: var(--bg3wiki-box-detail-bg); | |||
border: var(--bg3wiki-wikitable-border); | |||
padding: 0.2em 0.2em 0.6em 0.2em; | |||
} | |||
.portable-infobox .pi-title p, | |||
.portable-infobox .pi-data-label p, | .portable-infobox .pi-data-label p, | ||
.portable-infobox .pi-data-value > :not(ul), | .portable-infobox .pi-data-value > :not(ul), | ||
.portable-infobox .pi-data-value li { | .portable-infobox .pi-data-value li { | ||
margin: 0.3em 0; | margin: 0.3em 0; | ||
} | |||
.portable-infobox .pi-item-spacing { | |||
padding: 5px; | |||
} | |||
.portable-infobox .pi-title { | |||
background: var(--bg3wiki-box-header-bg); | |||
text-align: center; | |||
} | |||
.portable-infobox .pi-data-value[data-source="title2"] { | |||
text-align: center; | |||
font-style: italic; | |||
} | |||
.portable-infobox .pi-data-value[data-source="title3"] { | |||
text-align: center; | |||
} | |||
.portable-infobox .pi-data-label { | |||
background-color: var(--bg3wiki-box-label-bg); | |||
padding: 0.2em 0.4em 0.2em 0.4em; | |||
} | } | ||