MediaWiki:Common.css: Difference between revisions

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


a:link  a:visited a:hover a:focus a:active {color: #008ACC;
a:link, a:visited , a:hover, a:focus, a:active {color: #008ACC;
}
}




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


#bodyContent  a:hover a:focus {
#bodyContent  a:hover a:focus {
color: #008ACC;
text-decoration: none;
text-decoration: none;
}
}