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

From BOXBOY WIKI!
Jump to navigationJump to search
(Change BG color)
(Pixel font for sidebar)
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 */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');


.mw-wiki-logo {
.mw-wiki-logo {
Line 29: Line 31:


#sidebar h3 {
#sidebar h3 {
font-family: "Press Start 2P", serif;
font-size: .75em;
background: black;
background: black;
color: white;
color: white;

Revision as of 10:48, 12 January 2025

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

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

.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 {
	font-family: "Press Start 2P", serif;
	font-size: .75em;
	background: black;
	color: white;
	display: block;
	padding: .5em;
	margin: 0;
	text-transform: uppercase;
}