Welcome to the newly independent BOXBOY WIKI!

Learn more about our fork at BOXBOY WIKI!:2025 Fork. If you have edited the Fandom wiki and would like to claim your account here, you can do so via Special:MigrateUserAccount. To ensure 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)
 
(Expand comment)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* All CSS here will be loaded for users of the MonoBook skin */
/* CSS here should be for minor changes and fixes to the MonoBook skin.
Our custom BoxBoy! theming is served via Gadget, so that users can toggle.
See MediaWiki:Gadget-monobook-boxboy-daylight.css */


.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;
  }
}
}

Latest revision as of 01:25, 14 January 2025

/* All CSS here will be loaded for users of the MonoBook skin */
/* CSS here should be for minor changes and fixes to the MonoBook skin.
Our custom BoxBoy! theming is served via Gadget, so that users can toggle.
See MediaWiki:Gadget-monobook-boxboy-daylight.css */

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

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