MediaWiki:Common.css: Difference between revisions

UX: sticky TOC under hero panel
Tag: Reverted
UI: infobox left accent bar
Tag: Reverted
Line 1,967: Line 1,967:
@media (max-width: 1200px){
@media (max-width: 1200px){
   .page-Cyberpunk_2077 #toc, .page-Cyberpunk_2077 .toc{ position: static; }
   .page-Cyberpunk_2077 #toc, .page-Cyberpunk_2077 .toc{ position: static; }
}
/* žltý accent bar vľavo na infoboxe */
.infobox{
  position: relative;
}
.infobox::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width: 3px;
  background:#ffcc00;
}
}