1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-21 11:02:10 +01:00
pywb/pywb/static/default_banner.css
2021-01-26 13:43:40 -08:00

191 lines
3.8 KiB
CSS

#_wb_frame_top_banner
{
display: block !important;
top: 0px !important;
left: 0px !important;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
width: 100% !important;
font-size: 18px !important;
background-color: #444 !important;
color: white !important;
z-index: 2147483643 !important;
line-height: normal !important;
position: absolute !important;
border: 0px;
height: 44px !important;
display: flex !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
align-items: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
}
#title_or_url
{
display: block !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
#_wb_frame_top_banner ._wb_linked_logo
{
display: block;
height: 26px;
width: 71px;
margin-left: 15px;
flex-shrink: 0;
-webkit-flex-shrink: 1 0;
-moz-flex-shrink: 1 0;
-ms-flex: 0 0 71px;
}
#_wb_frame_top_banner ._wb_linked_logo img
{
width: auto;
height: 100%;
border: none;
}
#_wb_capture_info
{
flex-grow: 1;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
min-width: 0;
margin: 0 15px;
display: flex !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
flex-direction: column;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-direction: normal;
-moz-box-orient: vertical;
-ms-flex-direction: column;
justify-content: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
align-items: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
height: 100%;
-webkit-font-smoothing: antialiased;
}
._wb_capture_date
{
font-size: 13px;
}
#_wb_frame_top_banner #_wb_ancillary_links
{
font-size: 12px;
color: #FFF;
text-align: right;
margin: 0px 15px 0px 0px;
padding: inherit;
background-color: inherit;
width: initial;
flex-shrink: 1;
-webkit-flex-shrink: 1;
-moz-flex-shrink: 1;
-ms-flex: 0 0 115px;
}
#_wb_frame_top_banner #_wb_ancillary_links a:link,
#_wb_frame_top_banner #_wb_ancillary_links a:visited,
#_wb_frame_top_banner #_wb_ancillary_links a:active
{
color: #FFF;
text-decoration: none;
}
#_wb_frame_top_banner #_wb_ancillary_links a:hover
{
text-decoration: underline;
}
#_wb_frame_top_banner #_wb_ancillary_links a img
{
width: 10px;
height: 10px;
}
#wb_iframe_div
{
position: absolute;
width: 100%;
height: 100%;
padding: 44px 0px 0px 0px;
border: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
overflow: hidden;
}
.wb_iframe
{
width: 100%;
height: 100%;
border: 2px solid #FFF;
border-width: 2px 0 0 0;
padding: 0px 0px 0px 0px;
overflow: scroll;
}
._wb_mobile {
display: none;
}
@media screen and (max-width: 500px) {
#_wb_frame_top_banner ._wb_linked_logo
{
width: 26px;
height: 26px;
margin-left: 10px;
}
#_wb_frame_top_banner ._wb_linked_logo img:not(._wb_mobile)
{
display: none;
}
#_wb_frame_top_banner ._wb_mobile
{
display: block;
}
#_wb_capture_info
{
margin: 0 5px;
}
#_wb_frame_top_banner ._wb_no-mobile
{
display: none;
}
}