MediaWiki:Common.css: Difference between revisions
From Median-XL
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.infobox { | |||
background-color: #212121; | |||
border-collapse: collapse; | |||
empty-cells: show; | |||
font-size: 16px; | |||
line-height: 20px; | |||
margin-bottom: 5px; | |||
} | |||
.infobox-header { | .infobox-header { | ||
background-color: #1D0404; | |||
} | } |
Revision as of 12:35, 1 May 2024
.infobox { background-color: #212121; border-collapse: collapse; empty-cells: show; font-size: 16px; line-height: 20px; margin-bottom: 5px; } .infobox-header { background-color: #1D0404; }