User:Ralff/monobook.css: Difference between revisions

From AIE Wiki
Jump to navigation Jump to search
(Created page with "/* testing making the linked to not so dark purple. ?* a:visited { color: #ffe50d; }")
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
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: #ffe50d;
#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; }
 
a.external { color: #ff0000; }

Latest revision as of 07:58, 10 January 2013

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

a.external { color: #ff0000; }