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
SuperHamster (talk | contribs) No edit summary |
SuperHamster (talk | contribs) No edit summary |
||
Line 62: | Line 62: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
padding-left: 20px; | padding-left: 20px; | ||
} | |||
body.skin--responsive #p-personal-toggle { | |||
background-position: center; | |||
} | } |
Revision as of 18:57, 12 January 2025
/* All CSS here will be loaded for users of the MonoBook skin */
@font-face {
font-family: 'Press Start 2P';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/pressstart2p/v15/e3t4euO8T-267oIAQAu6jDQyK3nVivNm4I81.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.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", sans-serif;
font-weight: 400;
font-style: normal;
font-size: .75em;
background: black;
color: white;
display: block;
padding: .5em;
margin: 0;
text-transform: uppercase;
}
/* Set text background colors to off-white */
#content, #p-cactions .mw-list-item a, #p-cactions-mobile .mw-list-item a, #sidebar .pBody {
background-color: #f0f0f0 !important;
}
/* Change user icon to BoxBoy */
body.skin--responsive li#pt-userpage, body.skin--responsive #p-personal-toggle {
background-image: url("https://boxboy.wiki/mw/images/2/26/Favicon.png");
background-size: 13px;
background-position: center left;
background-repeat: no-repeat;
padding-left: 20px;
}
body.skin--responsive #p-personal-toggle {
background-position: center;
}