Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

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 */
#mw-panel::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url('/index.php?title=File:magnumsrp1x.png&action=raw&maxwidth=150') no-repeat;
    margin-bottom: 10px; /* Space below logo */
}
#mw-content-text {
#mw-content-text {
     font-size: 16px !important;
     font-size: 16px !important;
}
}
#p-tb { display: none; }
#p-tb { display: none; }

Revision as of 20:07, 7 March 2025

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

#mw-panel::before {
    content: "";
    display: block;
    width: 150px; 
    height: 150px;
    background: url('/index.php?title=File:magnumsrp1x.png&action=raw&maxwidth=150') no-repeat;
    margin-bottom: 10px; /* Space below logo */
}

#mw-content-text {
    font-size: 16px !important;
}
#p-tb { display: none; }