User:Ezhiki/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.
textarea#wpTextbox1 { line-height: 13px; }
.uls-settings-trigger { display: none }

A                  { color:#002bb8; }
A.stubcls {color:cadetblue;}
A.new              { color:#cc2200; }
A.redirect         { color:#00bb00; }
A.self-redirect    { background-color:#88ff88; }
A.disambiguation   { background-color:#ffff88; }
A.deletion         { color:#ff0088; }
A.set-index        { background-color:#ffee00 !important; }
A:visited          { color:#00155c; }
A.stubcls:visited  { color:#552c50; }
A.new:visited      { color:#aa4444; }
A.redirect:visited { color:#227722; }
A.deletion:visited { color:#cc2277; }
A.broken-redirect  { color:#cc2200; background-color:#88ff88; }
A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; }

A.image.redirect         > IMG { outline:2px solid #00bb00; } /* Doesn't work, because the generated link goes to the redirect target */
A.image.nonfree-media    > IMG { outline:3px double #ff0000; }
A.image.deletion         > IMG { outline:2px solid #ff0088; }
A.image.deletion:visited > IMG { outline-color:#cc2277; }

/* Images can be inserted after links with the ":after" pseudo-element, although this doesn't work in IE <8. */
/*
A.featured-content:after {
    content:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png);
}
A.protection-edit-sysop-indef:after {
    content:url(http://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Padlock-red.svg/12px-Padlock-red.svg.png);
}
*/
A.nonimage.protection-create-sysop-indef:after {
    content:url(http://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Padlock-skyblue.svg/12px-Padlock-skyblue.svg.png);
}

/* If you're wanting to put multiple images after, you'll need to give specific
 * rules for each combination, something like this:
A.featured-content.protection-edit-sysop-indef:after {
    content:url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Featured_article_star.svg/12px-Featured_article_star.svg.png) url(http://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Padlock-red.svg/12px-Padlock-red.svg.png);
}
*/

a
{
    text-decoration: underline;
}

#bodyContent a[href ^="http://"]
{
    background:inherit !important;
    padding-right:inherit !important;
}

table.persondata  {display:table;}
table.persondata  {display:block;}

div#p-cactions a,
div#p-personal a {
  text-decoration: none;
}

/* "Updated since my last visit" marker highlight */
span.updatedmarker {
  background-color: #0f0;
  color: #006400;
}