MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2,196: Line 2,196:
.mw-warning a,
.mw-warning a,
.mw-warning-with-logexcerpt a {
.mw-warning-with-logexcerpt a {
  color: #58a6ff !important;
}
/* ==== Tabs / Selectors (napr. Male V Cover / Female V Cover) ==== */
/* bežné záložky */
ul.article-tabs li a {
  background-color: #111 !important;
  color: #eee !important;
  border: 1px solid #333 !important;
}
/* aktívna záložka */
ul.article-tabs li.selected a,
ul.article-tabs li a:active {
  background-color: #222 !important;
  color: #ffcc00 !important;  /* alebo #eee ak chceš len svetlý text */
  border: 1px solid #555 !important;
}
/* hover efekt pre lepší kontrast */
ul.article-tabs li a:hover {
  background-color: #1a1a1a !important;
   color: #58a6ff !important;
   color: #58a6ff !important;
}
}