MediaWiki:Common.css: различия между версиями
Set global red link accent via Common.css |
Replace unsupported CSS variables with literal red link accent rules |
||
| Строка 109: | Строка 109: | ||
.mw-body a:not(.new), | .mw-body a:not(.new), | ||
.mw-body-content a:not(.new), | .mw-body-content a:not(.new), | ||
.mw-parser-output a:not(.new), | |||
#mw-panel a:not(.new), | #mw-panel a:not(.new), | ||
.vector-header-container a:not(.new), | .vector-header-container a:not(.new), | ||
.vector-sticky-header a:not(.new), | .vector-sticky-header a:not(.new), | ||
.mw-portlet a:not(.new) { | .mw-portlet a:not(.new) { | ||
color: | color: #cc0000 !important; | ||
} | } | ||
.mw-body a:not(.new):visited, | .mw-body a:not(.new):visited, | ||
.mw-body-content a:not(.new):visited, | .mw-body-content a:not(.new):visited, | ||
.mw-parser-output a:not(.new):visited, | |||
#mw-panel a:not(.new):visited, | #mw-panel a:not(.new):visited, | ||
.vector-header-container a:not(.new):visited, | .vector-header-container a:not(.new):visited, | ||
.vector-sticky-header a:not(.new):visited, | .vector-sticky-header a:not(.new):visited, | ||
.mw-portlet a:not(.new):visited { | .mw-portlet a:not(.new):visited { | ||
color: | color: #7a0000 !important; | ||
} | } | ||
.mw-body a:not(.new):hover, | .mw-body a:not(.new):hover, | ||
.mw-body-content a:not(.new):hover, | .mw-body-content a:not(.new):hover, | ||
.mw-parser-output a:not(.new):hover, | |||
#mw-panel a:not(.new):hover, | #mw-panel a:not(.new):hover, | ||
.vector-header-container a:not(.new):hover, | .vector-header-container a:not(.new):hover, | ||
| Строка 133: | Строка 136: | ||
.mw-body a:not(.new):focus, | .mw-body a:not(.new):focus, | ||
.mw-body-content a:not(.new):focus, | .mw-body-content a:not(.new):focus, | ||
.mw-parser-output a:not(.new):focus, | |||
#mw-panel a:not(.new):focus, | #mw-panel a:not(.new):focus, | ||
.vector-header-container a:not(.new):focus, | .vector-header-container a:not(.new):focus, | ||
.vector-sticky-header a:not(.new):focus, | .vector-sticky-header a:not(.new):focus, | ||
.mw-portlet a:not(.new):focus { | .mw-portlet a:not(.new):focus { | ||
color: | color: #990000 !important; | ||
} | } | ||