User:Lövberg/global.css
Appearance
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Goodbye ugly "New messages" notice, hello nicer one */
.usermessage
{
background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/7/74/Email_icon_crystal.png/35px-Email_icon_crystal.png);
padding-left:45px;
background-repeat:no-repeat;
border:1px solid #99B3FF;
background-color:#E0E8FF;
}
/* Change link colors */
.mw-redirect { color: #008000; }
a.external, a.external:active { color: #800080 !important; }
a:visited { color: #A000FF; }
/* Remove vector-disable-links */
#pt-prefswitch-link-on, #pt-prefswitch-link-anon { display:none !important; }
#siteNotice { display:none !important; }
#editpage-copywarn { display:none; }
#bodyContent {
font-size: 0.8em !important;
}
#content {
color: black !important;
}
h1, h2 {
font-family: inherit !important;
}
#firstHeading {
font-size: 1.6em !important;
}
NavigationBarShowDefault = 100;