MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2,249: Line 2,249:
   background: #222 !important;
   background: #222 !important;
   color: #ffcc00 !important;
   color: #ffcc00 !important;
}
/* ==== TabberNeue (nový) ==== */
.tabber .tabber__nav,
.tabber .tabber__button {
  background: #111 !important;
  color: #eee !important;
  border: 1px solid #333 !important;
}
.tabber .tabber__button:hover {
  background: #1a1a1a !important;
  color: #58a6ff !important;
}
.tabber .tabber__button[aria-selected="true"],
.tabber .tabber__button--active {
  background: #222 !important;
  color: #ffcc00 !important;  /* alebo #eee, ak chceš biely text */
  border: 1px solid #555 !important;
}
/* Panel s obsahom pod tabuľkami */
.tabber .tabber__panel {
  background: #0f0f0f !important;
  color: #ddd !important;
  border: 1px solid #333 !important;
}
/* ==== Starý Tabber (fallback) ==== */
.tabbernav li a {
  background: #111 !important;
  color: #eee !important;
  border: 1px solid #333 !important;
}
.tabbernav li a:hover {
  background: #1a1a1a !important;
  color: #58a6ff !important;
}
.tabbernav li.tabberactive a {
  background: #222 !important;
  color: #ffcc00 !important;
  border: 1px solid #555 !important;
}
}