User:Nommonomanac/standard.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.
a {color: #CCCCFF; background: black; }
p {color: white; background: black; }
a:visited { color: #CC99CC; background: black;}
a:active { color: Orange; background: black;}
a.external { color: #99CCCC; background: black;}
a.external:visited { color: #CC9999; background: black;}
a.new { color: #CC3399; background: black;}
a.new:visited { color: #CC3399; background: black;}
body { background: black; background-color: black; bgcolor="#000000" }
body { background: black; color: white; font-family: Arial; font-size: 90%;}
body, #globalWrapper { font-family: Arial !important; font-size: 90%; background: black;}
.autocomment { color: #CCCCCC; }
#p-logo a { background: url(file://localhost/C:/My Documents/net/x.gif) 35% 50% no-repeat !important; }
td {background: #333333; }
#infobox { background:#eeeeff;color:black;;}
.toctoggle, .editsection { font-size: smaller; background: #666666 }
#toc {
        border: 1px solid #8888aa;
        background-color: #666666;
        padding: 5px;
        font-size: 95%;
}
.toccolours {
    border:1px solid #aaaaaa;
    background-color:#666666;
    padding:5px;
    font-size: 95%;
}
table.diff { background:black; }
td.diff-otitle { background:#336600; }
td.diff-ntitle { background:#336600; }
td.diff-addedline {
    background:#336666;
    font-size: smaller;
}
td.diff-deletedline {
    background:#990000;
    font-size: smaller;
}
td.diff-context {
    background:#660066;
    font-size: smaller;
}

div.thumb div {
    border: 1px solid #8888aa;
    background: #666666;
    padding: 2px;
    font-size: 94%;
}

div.thumb img {
    border:1px solid #8888AA;
    margin-bottom:3px;
    background:#666666;
 }