Difference between revisions of "MediaWiki:Monobook.css"

15 bytes removed ,  02:31, 30 September 2011
m
no edit summary
m
m
Line 50: Line 50:


a:link, a:visited {
a:link, a:visited {
     color: #f00;
     color: #7eb3d7;
     text-decoration: none;
     text-decoration: none;
     border-bottom: 1px dotted #fff;
     border-bottom: 1px dotted transparent;


     transition: all 2s;
     transition: all 2s;
Line 59: Line 59:


a:hover {
a:hover {
     color: rgb(80, 200, 255);
     color: #f00;
     text-decoration: none;
     text-decoration: none;
     border-bottom: 1px dotted rgb(80, 200, 255);
     border-bottom: 1px dotted #f00);
}
}