User:FamousPup/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
FamousPup (talk | contribs)
mNo edit summary
FamousPup (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
position: sticky;
position: sticky;
top: 0;
top: 0;
z-index: 1;
}
}


Line 14: Line 15:
left: -1px;
left: -1px;
background: white;
background: white;
color: #202122;
color: #202122
}
 
.infobox_item a {
color: #fff;
}
}

Latest revision as of 17:30, 5 October 2024

.tabber .tabbertab > div{
  width: 100%;
  max-height: 80vh;
}

.wikitable > thead > tr{
	position: sticky;
	top: 0;
	z-index: 1;
}

.wikitable > * > tr > td:first-child{
	position: sticky;
	left: -1px;
	background: white;
	color: #202122;  
}

.infobox_item a {
	color: #fff;
}