MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2,220: Line 2,220:
   background-color: #1a1a1a !important;
   background-color: #1a1a1a !important;
   color: #58a6ff !important;
   color: #58a6ff !important;
}
/* === ArticleTabs fix pre tmavý skin === */
/* Všetky taby */
.tabs-label {
  background: #111 !important;
  color: #eee !important;
  border: 1px solid #333 !important;
  padding: 0.4em 0.8em !important;
}
/* Hover efekt */
.tabs-label:hover {
  background: #1a1a1a !important;
  color: #58a6ff !important;
}
/* Aktívna/selected záložka */
.tabs-selected .tabs-label {
  background: #222 !important;
  color: #ffcc00 !important;  /* zvýraznenie aktívneho tab-u */
  border: 1px solid #555 !important;
}
.tabs li.selected .tabs-label,
.tabs li.current .tabs-label {
  background: #222 !important;
  color: #ffcc00 !important;
}
}