MediaWiki:Infobox.css: Difference between revisions
MediaWiki interface page
More actions
ReisuDesign (talk | contribs) No edit summary |
Increased portable-infobox width to 340px and increased pi-data-label to flex 95px |
||
| Line 1: | Line 1: | ||
/*infobox*/ | /*infobox*/ | ||
.portable-infobox { | .portable-infobox { | ||
width: 340px; | |||
background: var(--theme-color-1); | background: var(--theme-color-1); | ||
border-radius: 20px; | border-radius: 20px; | ||
| Line 23: | Line 24: | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
border: none; | border: none; | ||
} | |||
.pi-data:last-child { | |||
margin-bottom: 0; | |||
} | } | ||
| Line 31: | Line 36: | ||
} | } | ||
.pi-data | .portable-infobox .pi-data-label { | ||
flex: 95px; | |||
} | } | ||