2014-02-18 15:25:56 +00:00
|
|
|
@import "../mmv/ui/mmv.mixins";
|
|
|
|
|
2013-11-13 00:43:46 +00:00
|
|
|
.mlb-staging-area {
|
|
|
|
position: absolute;
|
|
|
|
top: -999999px;
|
|
|
|
left: -999999px;
|
|
|
|
}
|
|
|
|
|
2013-08-07 08:59:08 +00:00
|
|
|
.mlb-overlay {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
z-index: 1000;
|
|
|
|
background-color: rgba(0,0,0,0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mlb-wrapper {
|
2013-10-28 18:38:07 +00:00
|
|
|
position: fixed;
|
2013-08-07 08:59:08 +00:00
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
z-index: 1001;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mlb-main {
|
2013-11-13 00:43:46 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2013-08-07 08:59:08 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-11-13 00:43:46 +00:00
|
|
|
.mlb-image-wrapper {
|
|
|
|
position: absolute;
|
|
|
|
top: 50px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mlb-image-inner-wrapper {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2013-08-07 08:59:08 +00:00
|
|
|
.mlb-image {
|
2013-11-13 00:43:46 +00:00
|
|
|
display: table-cell;
|
2013-08-07 08:59:08 +00:00
|
|
|
width: 100%;
|
2013-11-13 00:43:46 +00:00
|
|
|
height: 100%;
|
|
|
|
vertical-align: middle;
|
2014-02-18 15:25:56 +00:00
|
|
|
.unselectable;
|
2013-08-07 08:59:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mlb-image img {
|
|
|
|
display: block;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2013-11-13 00:43:46 +00:00
|
|
|
.mlb-pre-image {
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
height: 32px;
|
|
|
|
width: 100%;
|
2013-08-07 08:59:08 +00:00
|
|
|
}
|
|
|
|
|
2013-11-13 00:43:46 +00:00
|
|
|
.mlb-post-image {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
2013-08-07 08:59:08 +00:00
|
|
|
height: 32px;
|
2013-11-13 00:43:46 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mlb-controls {
|
|
|
|
height: 32px;
|
|
|
|
width: 100%;
|
2013-08-07 08:59:08 +00:00
|
|
|
border-bottom: 1px solid #7d7c81;
|
|
|
|
}
|
|
|
|
|
2014-01-30 07:22:26 +00:00
|
|
|
.mlb-main.jq-fullscreened {
|
2013-11-13 00:43:46 +00:00
|
|
|
background-color: black;
|
2014-02-10 09:12:34 +00:00
|
|
|
}
|