User:UncleDouggie/vector.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.
/* Do NOT use // comments in this file! */

/* Proper syntax for importing a CSS file if needed:
@import url('http://en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Lupin/navpopdev.css');
*/

/* Change new message notification box to light purple */
div.usermessage { background-color: #bc96ff; border:1px solid #6633ff; -moz-border-radius-topleft:.6em; -moz-border-radius-bottomleft:.6em; -moz-border-radius-topright:.6em; -moz-border-radius-bottomright:.6em;}

importStylesheet('User:Anomie/linkclassifier.css'); /* Linkback: [[User:Anomie/linkclassifier.css]] */
/* Please keep the linkback comment so I can know who is using this. */

/* CSS rules for use with [[User:Anomie/linkclassifier.js]].  */
A                  { color:#002bb8; }  /* medium blue */
A.stubcls          { color:#6600b8; }  /* medium purple */
A.new              { color:#cc2200; }  /* medium red */
A.redirect         { color:#002bb8; }  /* medium blue */
A.self-redirect    { background-color:#88ff88; }  /* light green */
A.disambiguation   { background-color:#ffff88; }  /* light yellow */
A.deletion         { color:#ff0088; }  /* hot pink */
A:visited          { color:#441099; }  /* dark purple */
A.stubcls:visited  { color:#6600b8; }  /* medium purple */
A.new:visited      { color:#cc2200; }  /* medium red */
A.redirect:visited { color:#441099; }  /* dark purple */
A.deletion:visited { color:#cc2277; }  /* medium pink */
A.broken-redirect  { color:#cc2200; background-color:#88ff88; }  /* medium red on light green */
A.broken-redirect:visited { color:#aa4444; background-color:#88ff88; }  /* washed out red on light green */

A.image.nonfree-media > IMG    { outline:3px double #ff0000; }  /* hot red */
A.image.deletion > IMG         { border:2px solid #ff0088; }  /* hot pink */
A.image.deletion:visited > IMG { border-color:#cc2277; }  /* medium pink */

/* 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);
}
*/

#watchlist-message {/*put content into a scrollable box*/
    display:block;
    height:35px;
    overflow:auto;
    width:90%;
    padding:2px;
    border:1px solid gray;
    margin:5px;
}

/* for non-IE browsers – works on nested tables
   select all rows after the first (header row) */
/*
.collapsed tr:nth-of-type(n+2) { display:none; }
.autocollapse tr:nth-of-type(n+2) { display:none; } */

/* for IE 8 – causes headers of nested tables to be displayed, 
   unless the parent table is autocollapsed and the children are collapsed */
/*
.collapsed tr { display:none; }
.collapsed tr:first-child { display:table-row; }
.autocollapse tr { display:none; }
.autocollapse tr:first-child { display:table-row; } */