Automoderated users, Bureaucrats, checkuser, developer, Interface administrators, Moderators, Administrators
680
edits
No edit summary |
No edit summary |
||
Line 1,493: | Line 1,493: | ||
height: 80px; | height: 80px; | ||
z-index:10; | z-index:10; | ||
} | } | ||
/* fix for editors */ | /* fix for editors */ | ||
.ve-active #mw-head, .action-edit | .ve-active #mw-head, .action-edit #mw-head{ | ||
position: absolute; | position: absolute; | ||
} | } | ||
/* fix top bar hash navigation problem */ | /* fix top bar hash navigation problem */ | ||
ol.references li:target, sup.reference:target, :target { | html, body { | ||
padding-top: 100px; | scroll-padding-top: 100px; /* height of sticky header */ | ||
margin-top: -100px; | } | ||
ol.references > li:target, sup.reference:target, span.citation:target, cite:target, .mw-headline:target { | |||
padding-top: 100px !important; | |||
margin-top: -100px !important; | |||
background-clip: content-box; | background-clip: content-box; | ||
} | } |
edits