MediaWiki:Common.css: Difference between revisions

From MemCP
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo a { background-size: contain; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
#p-logo a {
#p-logo a {
background-size: contain;
background-size: contain;
}
@media screen {
#mw-head {
    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;
}