MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
}
}


a {color: #008ACC;
a:link, a:visited, a:hover, a:active {color: #008ACC;
}
 
 
#bodyContent a:link, a:visited, a:hover, a:active {
text-decoration: underline;
text-decoration: underline;
font-weight: bold;
font-weight: bold;
}
}


a:hover a:focus {
#bodyContent  a:hover a:focus {
text-decoration: none;
}
 
#p-navigation, #p-tb a  {
text-decoration: none;
text-decoration: none;
}
}
#p-navigation, #p-tb a:hover  {
text-decoration: underline;
}