User:FamousPup/vector.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
.tabber .tabbertab > div{ | .tabber .tabbertab > div{ | ||
width: 100%; | width: 100%; | ||
max-height: | max-height: 80vh; | ||
} | } | ||
Line 8: | Line 8: | ||
position: sticky; | position: sticky; | ||
top: 0; | top: 0; | ||
z-index: 1; | |||
} | } | ||
.wikitable > | .wikitable > * > tr > td:first-child{ | ||
position: sticky; | position: sticky; | ||
left: -1px; | left: -1px; | ||
background: white; | background: white; | ||
color: #202122; | color: #202122; | ||
} | |||
.infobox_item a { | |||
color: #fff; | |||
} | } |