MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content deleted Content added
No edit summary
No edit summary
Line 13: Line 13:
text-align: left;
text-align: left;
}
}
</style>

Revision as of 22:56, 24 August 2022

/* CSS placed here will be applied to all skins */
<style>
.infobox {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
    width: 25%;
}

.infobox th {
    text-align: left;
}
</style>