MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
a:active { | a:active { | ||
color: # | color: #36c; | ||
} | } | ||
Revision as of 12:14, 7 November 2024
/* CSS placed here will be applied to all skins */
a {
text-decoration: none;
color: #36c;
background: none
}
a:not([href]) {
cursor: pointer
}
a:visited {
color: #36c;
}
a:active {
color: #36c;
}
a:hover,a:focus {
text-decoration: underline
}
a:lang(ar),a:lang(kk-arab),a:lang(mzn),a:lang(ps),a:lang(ur) {
text-decoration: none
}
:link.new {
color: black
}