User:UncleDouggie/vector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:UncleDouggie/vector.js. |
/* 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; } */