MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | |||
background: #ecf0f1; | background: #ecf0f1; | ||
} | } | ||
infobox { | |||
border: 1px solid #2d3039; | |||
border-spacing: 3px; | |||
} |
Revision as of 10:54, 19 July 2021
/* CSS placed here will be applied to all skins */ body { background: #ecf0f1; } infobox { border: 1px solid #2d3039; border-spacing: 3px; }