User:Shroobario/monobook.css
From the Super Mario Wiki, the Mario encyclopedia
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.
/* Monobook made by Shroobario, please credit if used. */
@import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
body {
font-size: 10px;
font-family: verdana;
background-repeat: repeat;
background: AliceBlue
}
#siteNotice { padding-left: 4px; } /* MW:Sitenotice */
#fundraising { font-style: italic; } /* MW:Sitenotice (manual) */
#siteSub {
display: inline;
font-size: 90%;
font-weight: normal;
}
#content, #footer {background: MidnightBlue }
div#bodyContent{
color:DarkTurquoise;
margin: 0;
padding: 0;
}
h1 { font-family:Arial; font-size:28px; color:PaleTurquoise; }