MediaWiki:Common.css: Difference between revisions
From Begonia Wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
body { | body { | ||
background-color: # | background-color: #90EE90; /* Change to your desired color */ | ||
} | } |
Revision as of 06:31, 25 August 2023
/* CSS placed here will be applied to all skins */ .infoboxsp img { display: block; margin: 0 auto; } .infoboxsp-float-left { float: left; margin-right: 20px; /* Add some space between the infobox and the content */ } body { background-color: #90EE90; /* Change to your desired color */ }