MediaWiki:Common.css: Difference between revisions
mNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
| Line 7: | Line 7: | ||
/* Add a background image for the logo */ | /* Add a background image for the logo */ | ||
#p-logo { | #p-logo { | ||
background-image: url(' | background-image: url('images/boat.png'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: contain; | background-size: contain; | ||
Revision as of 15:38, 10 February 2024
/* 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('images/boat.png');
background-repeat: no-repeat;
background-size: contain;
width: 150px; /* Adjust width as needed */
height: 50px; /* Adjust height as needed */
}