MediaWiki:Vector-2022.css: различия между версиями

Set red link accent for Vector 2022
 
Revert red link accent experiment
Метка: очистка
 
Строка 1: Строка 1:
/* mafiawiki-vector-link-accent */
.mw-body a,
.mw-body-content a,
.mw-parser-output a,
#mw-panel a,
.vector-header-container a,
.vector-sticky-header a,
.mw-portlet a {
  color: #cc0000;
}


.mw-body a:visited,
.mw-body-content a:visited,
.mw-parser-output a:visited,
#mw-panel a:visited,
.vector-header-container a:visited,
.vector-sticky-header a:visited,
.mw-portlet a:visited {
  color: #7a0000;
}
.mw-body a:hover,
.mw-body-content a:hover,
.mw-parser-output a:hover,
#mw-panel a:hover,
.vector-header-container a:hover,
.vector-sticky-header a:hover,
.mw-portlet a:hover,
.mw-body a:focus,
.mw-body-content a:focus,
.mw-parser-output a:focus,
#mw-panel a:focus,
.vector-header-container a:focus,
.vector-sticky-header a:focus,
.mw-portlet a:focus {
  color: #990000;
}