MediaWiki:Common.css: Difference between revisions

From Emmy The Robot Fandom Wiki
Content added Content deleted
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1:
/* CSS placed here will be applied to all skins */
.infoboxInfobox {
float: right;
padding: 5px;
Line 9:
}
 
.infoboxInfobox th {
text-align: left;
}

Revision as of 22:40, 24 August 2022

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

.Infobox th {
    text-align: left;
}