MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 2,177: Line 2,177:
.mw-message-box a,
.mw-message-box a,
.oo-ui-messageWidget a { color: #58a6ff !important; }
.oo-ui-messageWidget a { color: #58a6ff !important; }
/* Warning banner pri editácii systémových stránok */
.mw-warning,
.mw-warning-with-logexcerpt {
  background-color: #111 !important;
  color: #eee !important;
  border: 1px solid #333 !important;
  padding: 0.75em 1em !important;
}
/* Akcent na ľavom okraji pre varovanie */
.mw-warning {
  border-left: 4px solid #d19a00 !important;
}
/* Odkazy vo warningu */
.mw-warning a,
.mw-warning-with-logexcerpt a {
  color: #58a6ff !important;
}