User:FamousPup/vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".infobox_item a { color: #fff; }" |
mNo edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.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 { | .infobox_item a { | ||
color: #fff; | color: #fff; | ||
} | } |