Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide the site title */
#p-logo a {
    display: none;
}
/* Add a background image for the logo */
#p-logo {
    background-image: url('/w/images/boat.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px; /* Adjust width as needed */
    height: 50px; /* Adjust height as needed */
}