No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
#mw-panel::before { | |||
content: ""; | |||
display: block; | |||
width: 150px; | |||
height: 150px; | |||
background: url('https://magnumsrp.com/images/0/0e/Magnumsrp1x.png') no-repeat; | |||
background-size: contain; | |||
margin-bottom: 10px; | |||
} | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
Revision as of 20:24, 7 March 2025
#mw-panel::before { content: ""; display: block; width: 150px; height: 150px; background: url('https://magnumsrp.com/images/0/0e/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; }