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:Gadget-monobook-boxboy-daylight.css: Difference between revisions

From BOXBOY WIKI!
Jump to navigationJump to search
(Adjust sidebar and list items)
(Change BG color)
Line 7: Line 7:
body {
body {
background-image: url(https://boxboy.wiki/mw/images/e/ee/BOXBOY_Wiki%21_background_light.png);
background-image: url(https://boxboy.wiki/mw/images/e/ee/BOXBOY_Wiki%21_background_light.png);
    background-size: auto;
background-color: #f1f5f6;
    background-repeat: repeat-x;
background-size: auto;
    background-attachment: unset;
background-repeat: repeat-x;
    background-position: top left;
background-attachment: unset;
    background-color: #fff;
background-position: top left;
}
}



Revision as of 10:19, 12 January 2025

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

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

body {
	background-image: url(https://boxboy.wiki/mw/images/e/ee/BOXBOY_Wiki%21_background_light.png);
	background-color: #f1f5f6;
	background-size: auto;
	background-repeat: repeat-x;
	background-attachment: unset;
	background-position: top left;
}

#column-content, #p-cactions, #p-cactions-mobile {
	padding-top: 30px;
}

#p-personal div.pBody > ul {
	background-color: rgba(255, 255, 255, 0.5);
	width: fit-content;
	padding: .5em 1em .5em 1em;
}

.mw-list-item {
	font-size: 1.1em;
}

#sidebar h3 {
	background: black;
	color: white;
	display: block;
	padding: .5em;
	margin: 0;
	text-transform: uppercase;
}