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 35f7cb0477 new-feature: support jinja2 template generated banner
template receives cdx and wbrequest
default template inserts capture time into banner
2014-01-28 20:18:47 -08:00

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;
}