2014-04-01 01:41:57 +00:00
|
|
|
@import "mmv.mixins";
|
2014-02-18 15:25:56 +00:00
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-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;
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-main {
|
2013-11-13 00:43:46 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2013-08-07 08:59:08 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-image-wrapper {
|
2013-11-13 00:43:46 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 50px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-image-inner-wrapper {
|
2013-11-13 00:43:46 +00:00
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-pre-image {
|
2013-11-13 00:43:46 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
height: 32px;
|
|
|
|
width: 100%;
|
2013-08-07 08:59:08 +00:00
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-post-image {
|
2013-11-13 00:43:46 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
2013-08-07 08:59:08 +00:00
|
|
|
height: 32px;
|
2013-11-13 00:43:46 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-controls {
|
2013-11-13 00:43:46 +00:00
|
|
|
height: 32px;
|
|
|
|
width: 100%;
|
2013-08-07 08:59:08 +00:00
|
|
|
border-bottom: 1px solid #7d7c81;
|
|
|
|
}
|
|
|
|
|
2014-03-31 21:33:12 +00:00
|
|
|
.mw-mmv-main.jq-fullscreened {
|
2013-11-13 00:43:46 +00:00
|
|
|
background-color: black;
|
2014-02-10 09:12:34 +00:00
|
|
|
}
|