MediaWiki:Common.css: Difference between revisions

From Begonia Wiki

No edit summary
No edit summary
Line 7: Line 7:
     float: left;
     float: left;
     margin-right: 20px; /* Add some space between the infobox and the content */
     margin-right: 20px; /* Add some space between the infobox and the content */
}
body {
    background-color: #f0f0f0; /* Change to your desired color */
}
}

Revision as of 06:28, 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: #f0f0f0; /* Change to your desired color */
}