1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-19 18:29:37 +01:00
pywb/static/wb.css
Ilya Kreymer e95e17b9e6 pycdx_server initial binsearch module, with support exact match iterator!
fix html_rewriter missing ; on entities
js rewriter: only rewrite full document.domain
PathIndexPrefixResolver using binsearch on path index, for #9
resolvers moved to replay_resolvers.py

improve path-resolver logic: each resolver returns an array of possible
files (could be from primary or secondary storage).
then, iterate over all possible files from all resolvers until
a successful load, or raise exception if all failed
2014-01-23 01:38:09 -08:00

17 lines
360 B
CSS

#_wayback_banner
{
display: block !important;
top: 0px !important;
left: 0px !important;
position: inherit !important;
padding: 4px !important;
width: 100% !important;
font-size: 24px !important;
border: 1px solid !important;
background-color: lightYellow !important;
text-align: center !important;
z-index: 2147483643 !important;
}