MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 860: | Строка 860: | ||
} | } | ||
a.new:hover, .new a:hover { | a.new:hover, .new a:hover | ||
.cdx-link.is-red-link:visited, .cdx-link.is-red-link:visited:hover { | |||
color: var(--text-color-link-new--visited); | color: var(--text-color-link-new--visited); | ||
} | } | ||
| Строка 868: | Строка 869: | ||
} | } | ||
.mw-parser-output a.external, .mw-parser-output a.extiw { | .mw-parser-output a.external, .mw-parser-output a.extiw, | ||
.cdx-link, .cdx-link:hover { | |||
color: var(--text-color-link-external) | color: var(--text-color-link-external) | ||
} | } | ||
.mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited { | .mw-parser-output a.external:visited, .mw-parser-output a.extiw:visited, | ||
.cdx-link:visited, .cdx-link:visited:hover { | |||
color: var(--text-color-link-external--visited); | color: var(--text-color-link-external--visited); | ||
} | } | ||