User:UncleDouggie/vector.css

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

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.