User:Ralff/monobook.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* testing making the linked to not so dark purple.  ?*  
/* testing making the linked to not so dark purple.  */


#a:visited { color: #4070D0; }  
#a:visited { color: #4070D0; }  

Revision as of 00:39, 24 August 2012

/* testing making the linked to not so dark purple.  */

#a:visited { color: #4070D0; } 
a:visited { color: #ff0000; } 

#a:active  {color: #faa700;  }
a:active  {color: #00ff00;  }

#a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }

#a.stub { color: #66FFCC; }
a.stub { color: #0000ff; }

#a.new, #p-personal a.new { color: #DD5010 !important;}
a.new, #p-personal a.new { color: #ff00ff !important;}

#a.new:visited, #p-personal a.new:visited { color: #DD5010 !important; }
a.new:visited, #p-personal a.new:visited { color: #00ffff !important; }