Welcome to Mariopedia! If you want an account, please request it over at Mario Wiki, Italia Wiki, Gabe the Slacker Wiki, or Fanonpedia.
MediaWiki:Gadget-NavboxStyle.css
From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Navbox template CSS */
/* Site styles */
.navbox {
width: 100%;
color: #000;
font-size: 88%;
text-align: center;
border:1px solid #AAA;
margin: 15px auto 0;
}
.navbox + .navbox,
.navbox .navbox {
margin-top: 0;
}
.navbox .navbox {
font-size: 100%;
}
.navbox tr:first-child th {
color: #fff;
font-size: 116%;
}
.navbox tr th {
font-size: 108%;
}
.navbox tr th a,
.navbox .mw-collapsible-text,
.navbox .mw-collapsible-toggle {
color: inherit !important;
}
.navbox .mw-collapsible-text,
.navbox .mw-collapsible-toggle {
font-weight: bold !important;
}
.navbox .mw-collapsible-toggle {
padding-right: 4px;
}
@media print {
.navbox {
display: none;
}
}
/* SMB NES retro styling */
.navbox.retro tr:first-child th {
background-attachment: scroll, scroll !important;
background-repeat: no-repeat, no-repeat !important;
background-position: left center, right center !important;
background-image: url(https://static.miraheze.org/mariowiki/1/1a/Temp_SMB_a.png), url(https://static.miraheze.org/mariowiki/1/1d/Temp_SMB_b.png) !important;
}