Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 4: Line 4:
     width: 150px;
     width: 150px;
     height: 150px;
     height: 150px;
     background: url('https://magnumsrp.com/images/0/0e/Magnumsrp1x.png') no-repeat;
     background: url('https://magnumsrp.com/images/magnumsrp1x.png') no-repeat;
     background-size: contain;
     background-size: contain;
     margin-bottom: 10px;
     margin-bottom: 10px;

Revision as of 20:34, 7 March 2025

#mw-panel::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url('https://magnumsrp.com/images/magnumsrp1x.png') no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

/* CSS placed here will be applied to all skins */

#mw-content-text {
    font-size: 16px !important;
}

#p-tb { display: none; }