2013-12-28 17:39:43 -08:00
|
|
|
|
2014-04-09 10:57:43 -07:00
|
|
|
#_wb_plain_banner, #_wb_frame_top_banner
|
2015-02-02 09:41:49 -08:00
|
|
|
{
|
2014-02-09 01:42:42 -08:00
|
|
|
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: 24px !important;
|
2015-02-02 09:41:49 -08:00
|
|
|
background-color: lightYellow !important;
|
2014-02-09 01:42:42 -08:00
|
|
|
color: black !important;
|
|
|
|
text-align: center !important;
|
|
|
|
z-index: 2147483643 !important;
|
|
|
|
line-height: normal !important;
|
2013-12-28 17:39:43 -08:00
|
|
|
}
|
|
|
|
|
2014-04-09 10:57:43 -07:00
|
|
|
#_wb_plain_banner
|
|
|
|
{
|
|
|
|
position: absolute !important;
|
|
|
|
padding: 4px !important;
|
|
|
|
border: 1px solid !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#_wb_frame_top_banner
|
|
|
|
{
|
2015-02-25 13:25:05 -08:00
|
|
|
position: absolute !important;
|
2014-04-09 10:57:43 -07:00
|
|
|
border: 0px;
|
|
|
|
height: 40px !important;
|
|
|
|
}
|
|
|
|
|
2014-04-08 22:43:32 -07:00
|
|
|
.wb_iframe_div
|
|
|
|
{
|
2015-02-25 13:25:05 -08:00
|
|
|
position: absolute;
|
2014-04-08 22:43:32 -07:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2014-04-09 15:46:03 -07:00
|
|
|
padding: 40px 4px 4px 0px;
|
2014-04-08 22:43:32 -07:00
|
|
|
border: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
2015-02-25 13:25:05 -08:00
|
|
|
overflow: hidden;
|
2014-04-08 22:43:32 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.wb_iframe
|
|
|
|
{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2014-04-09 15:46:03 -07:00
|
|
|
border: 2px solid tan;
|
2015-02-25 13:25:05 -08:00
|
|
|
padding: 0px 0px 0px 0px;
|
|
|
|
overflow: scroll;
|
2014-04-08 22:43:32 -07:00
|
|
|
}
|