User:Lemmiwinks2/nostalgia.css

Source: 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.
h1, h2, h3, h4, h5, h6 { 
     color:                  #FF0000; 
}          


#bodyContent h1, 
#bodyContent h2,
#bodyContent h3,
#bodyContent h4,
#bodyContent h5,
#bodyContent h6, { 
     color:                   #FF0000; 
}
#firstHeading { 
     color:                   #FF0000; 
}
table th { 
    color:                    #FF0000 !important;
}


a {
     color:                  #0000FF !important; }  
a.mw-redirect {
     color:                  #0000FF !important; }
a.mw-redirect font {
     color:                  #0000FF !important; }
a font {
     color:                  #0000FF !important; }
a:link { 
     color:                  #0000FF !important; }           /* works */
a:visited { 
     color:                  #3333FF !important; }           /* works */
a:hover { 
     color:                  #FF0000 !important; }           /* works */
a:active { 
     color:                  #FF0000 !important; }           /* dont work */
 
 
a.external {
     color:                  #00CCCC !important; }           /* works */
a.external:visited {
     color:                  #00CCCC !important; }           /* works */
a.external:hover {
     color:                  #FF0000 !important; }           /* works */
a.external:active {
     color:                  #FF0000 !important; }           /* dont work */
 
a:extiw { 
     color:                  #00CCCC !important; }             /* works */
a:extiw:visited {
     color:                  #00CCCC !important; }           /* works */
a:extiw:hover {
     color:                  #FF0000 !important; }           /* works */
a.extiw:active {
     color:                  #FF0000 ~important; }           /* dont work */
 
 
a:link.stub { 
     color:                  #FF00FF !important; }            /* works */
 
a:link.new { 
     color:                  #FF0000 !important; }           /* works */
a:link.new.visited {
     color:                  #FF0000 !important; }           /* dont work */

/* Hide stuff */
#minoredit_helplink {display:none}
#wpSummaryLabel {display:none}
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#mw-wikimedia-editpage-tos-summary {display:none}