User:Intgr/standard.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/* validate URL:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DUser%3AIntgr%2Fstandard.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all
 */
 
body, table.diff {
 background-color: #000000;
 color: #dddddd;
 font-family: "Verdana", "Bitstream Vera Sans", "Arial", sans-serif;
}
 
h1, h2, h3, h4, h5, .infobox caption {
 color: #ffffff;
}
 
h1, h2 {
 border-bottom: 1px solid #333333;
}
 
img[src="/images/wiki-en.png"] {
 visibility: hidden;
 height: 0px;
}
 
td.diff-context {
 background-color: #111111;
}
 
td.diff-otitle, td.diff-ntitle {
 background-color: #333333;
}
 
table.toc {
 background-color: #111111 !important;
 border: none !important;
}
 
td.diff-deletedline {
 background-color: #220000;
}
 
td.diff-addedline {
 background-color: #002200;
}
 
span.diffchange {
 color: #ff6666;
}
 
a {
 color: #6666ff;
}
 
table.wikitable, table.prettytable {
 background: #000000;
 border: 1px solid #333333;
}
 
/* common.css:48 */
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
 border: 1px solid #111111;
}
 
/* common.css:54 */
th, table.wikitable th, table.prettytable th {
background-color: #333333;
}
 
.messagebox, .messagebox.merge, .messagebox.cleanup, .messagebox.standard-talk, .boilerplate.metadata, .notice.metadata {
 border: 1px solid #333333;
 background-color: #111111 !important;
}
 
.navpopup {
 color: #ffffff;
 background: #111111;
 border: 1px solid #333333;
}
 
table.toccolours, div.tright {
 background: #111111;
 border: 1px solid #333333;
}
 
/* watchlist */
.mw-plusminus-pos {
 color: #66ff66;
}
.mw-plusminus-neg {
 color: #ff6666;
}
.mw-plusminus-null {
 color: #666666;
}
 
/* ==================================================== */
/* [[User:Intgr/template styling#Table cell templates]] */
 
/* Don't bold {{no2}}, {{yes2}} and {{partial2}} -- these are intended for longer texts that might not fit otherwise */
td.table-no, td.table-yes, td.table-included, td.table-partial, td.table-depends, td.table-but-yes, td.table-but-no {
 font-weight: bold;
}
td.table-rh, th.table-rh {
 background-color: #333333 !important;
 color: #dddddd !important;
}
td.table-no, td.table-no2 {
 background-color: #440000 !important;
 color: #ff9999;
}
td.table-yes, td.table-yes2, td.table-included {
 background-color: #004400 !important;
 color: #99ff99;
}
td.table-partial, td.table-partial2, td.table-depends, td.table-but-yes, td.table-but-no {
 background: #444400 !important;
 color: #ffff99 !important;
}
td.table-na {
 background: #666666 !important;
 color: #000000;
 font-weight: bold;
}
td.table-unknown {
 background: #333333 !important;
 color: #dddddd;
 font-weight: bold;
}
td.table-dropped {
 background: #000066 !important;
 color: #9999ff;
 font-weight: bold;
}
td.table-beta {
 background: #004444 !important;
 color: #dddddd;
 font-weight: bold;
}
 
/* ============================================ */
/* [[User:Intgr/template styling]] messageboxes */
.messagebox-beige {
 background: #332200 !important;
}
 
.messagebox-yellow {
 background: #444400 !important;
}
 
.messagebox-white {
 background-color: #000000 !important;
}