MediaWiki:Monobook.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
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);
}
}