MediaWiki:Common.css: Difference between revisions

From MemCP
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:
     background: #76b512;
     background: #76b512;
}
}
}
img[alt="Screenshot from htop.png"] {
  max-width: 90%;
  height: unset;
}
}

Latest revision as of 12:46, 15 May 2024

/* CSS placed here will be applied to all skins */
#p-logo a {
	background-size: contain;
}

@media screen {
#mw-head {
    background: #76b512;
}
}

img[alt="Screenshot from htop.png"] {
  max-width: 90%;
  height: unset;
}