User:Vittek~enwiki/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Get rid of the background image ('headbg.jpg') */

body {
    background: #f9f9f9;
}

/* Get rid of that bust of a person next to my username ('user.gif') */

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: none;
}

/* OMG kill the footer! */

#footer {
    display: none;
}

/* Restore underlines on links */

a { text-decoration: underline;}
#p-personal a { text-decoration: underline; }
#pBody a { text-decoration: underline; }

/* Do a colorful background for hover */

a:hover { background: bisque; }
#p-personal a:hover { text-decoration: underline; background: darkkhaki; }
#pBody a:hover { text-decoration: underline; background: darkkhaki; }
#p-cactions a:hover { background: #e0fdca; }

/* But no background color when hovering on the logo image! */

#p-logo a:hover {
    background: none;
    background-repeat: no-repeat;
}

/* Restore serif font-- but only to content. */

#content {
    font-family: Times;
}

#bodyContent h1,
#bodyContent h2,
#bodyContent h3,
#bodyContent h4,
#bodyContent h5 {
    font-family: Times;
}

/* remove the ugly, recently-reinstated link underlines */
a { text-decoration: none; }
a:hover { text-decoration: underline; }