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

Simplify link accent CSS to ResourceLoader-safe selectors
Remove unused link accent block from Common.css
Метка: ручная отмена
Строка 99: Строка 99:
     margin: 0 0 1rem;
     margin: 0 0 1rem;
   }
   }
}
/* mafiawiki-global-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;
}
}