Welcome to the independent BOXBOY WIKI!

After ten years on Fandom, we forked on January 14, 2025. If you have edited the Fandom wiki and would like to reclaim your account, click here. To ensure that you only visit the independent wiki going forward, install the Indie Wiki Buddy browser extension.

MediaWiki:Monobook.css: Difference between revisions

From BOXBOY WIKI!
Jump to navigationJump to search
(Logo size)
 
(Temp fix for echo badge locations on small widths)
Line 3: Line 3:
.mw-wiki-logo {
.mw-wiki-logo {
background-size: 90%;
background-size: 90%;
}
@media screen and (max-width: 550px) {
  body.skin--responsive #echo-hack-badges {
  top: 75px;
  }
}
}

Revision as of 00:23, 14 January 2025

/* All CSS here will be loaded for users of the MonoBook skin */

.mw-wiki-logo {
	background-size: 90%;
}

@media screen and (max-width: 550px) {
  body.skin--responsive #echo-hack-badges {
  	top: 75px;
  }
}