mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-27 00:09:23 +01:00
adding StaticHandler and loading templates and static resources from current package add default template and static data to be included in the pywb package add test for custom static route
19 lines
474 B
CSS
19 lines
474 B
CSS
|
|
#_wayback_banner
|
|
{
|
|
display: block !important;
|
|
top: 0px !important;
|
|
left: 0px !important;
|
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
|
position: inherit !important;
|
|
padding: 4px !important;
|
|
width: 100% !important;
|
|
font-size: 24px !important;
|
|
border: 1px solid !important;
|
|
background-color: lightYellow !important;
|
|
color: black !important;
|
|
text-align: center !important;
|
|
z-index: 2147483643 !important;
|
|
}
|
|
|