MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2,591: Line 2,591:
   background-color: #d19a00 !important;
   background-color: #d19a00 !important;
   color: #111 !important;
   color: #111 !important;
}
/* ===== PortableInfobox taby fix ===== */
/* všetky taby default = tmavé */
.pi-tab-link {
  background: #111 !important;
  color: #eee !important;
  border: 1px solid #333 !important;
}
/* aktívny tab = žlté pozadie */
.pi-tab-link.is-active {
  background: #d19a00 !important;
  background-image: none !important; /* ak by tam bol gradient */
  box-shadow: none !important;
  text-shadow: none !important;
  color: #111 !important;
  border: 1px solid #555 !important;
}
/* ak PortableInfobox renderuje vnútorný span alebo a */
.pi-tab-link.is-active span,
.pi-tab-link.is-active a {
  background: #d19a00 !important;
  color: #111 !important;
}
/* hover */
.pi-tab-link:hover {
  background: #1a1a1a !important;
  color: #58a6ff !important;
}
}