MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
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 */
<style>
background: linear-gradient(180deg, #CEF5FF 0%, #fff 100%);
background: linear-gradient(180deg, #CEF5FF 0%, #fff 100%);
.infobox {
.infobox {
Line 14: Line 13:
text-align: left;
text-align: left;
}
}
</style>

Revision as of 03:45, 25 August 2022

/* CSS placed here will be applied to all skins */
background: linear-gradient(180deg, #CEF5FF 0%, #fff 100%);
.infobox {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #003aff;
    width: 25%;
}

.infobox th {
    text-align: left;
}