MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 103: Line 103:
text-decoration: none;
text-decoration: none;
}
}
a.external {
a.external.text {
color: black;
color: black;
text-decoration: underline;
text-decoration: underline;
Line 110: Line 110:
     padding-left: 0;
     padding-left: 0;
}
}
a.external:visited {
a.external.text:visited {
color: #4c4c4c;
color: #4c4c4c;
}
}
a.external:hover {
a.external.text:hover {
color: #4c4c4c;
color: #4c4c4c;
text-decoration: none;
text-decoration: none;