User:FamousPup/vector.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
FamousPup (talk | contribs)
Created page with ".infobox_item a { color: #fff; }"
 
FamousPup (talk | contribs)
mNo edit summary
Line 1: Line 1:
.infobox_item a {
 
color: #fff;
.tabber .tabbertab > div{
  width: 100%;
  max-height: 100vh;
}
 
.wikitable > thead > tr{
position: sticky;
top: 0;
}
 
.wikitable > tbody > tr > td:first{
position: sticky;
left: -1px;
background: white;
color: #202122;
}
}

Revision as of 01:47, 3 October 2024

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

.wikitable > thead > tr{
	position: sticky;
	top: 0;
}

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