Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
MediaWiki:Monobook.css
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.
@import "/index.php?title=User:I-20/monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=18000";
body
{
background: #4773CC;
}
#pt-userpage, #pt-mytalk, #pt-preferences, #pt-watchlist, #pt-contris, #pt-logout
{
color: #9BAAFF;
}
#p-personal
{
background: -moz-linear-gradient(top, #B6EAE7, #4773CC);
}
#p-personal li a
{
color: #FFF;
}
div.pBody
{
border-bottom-right-radius: 4px !important;
border-top-right-radius: 4px !important;
moz-border-radius-bottomright: 4px !important;
moz-border-radius-topright: 4px !important;
}
.portlet h5
{
color: white;
font-weight: bold;
}
#p-cactions ul li
{
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
moz-border-radius-topleft: 4px !important;
moz-border-radius-topright: 4px !important;
}
input, #content, textarea, .thumb, .thumbinner, .image, #searchInput, #toc
{
border-radius: 4px !important;
moz-border-radius: 4px !important;
}