Twenty Fourteen: add styling for medialement players, props celloexpressions. See #25209.

git-svn-id: https://develop.svn.wordpress.org/trunk@25260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-09-05 17:51:00 +00:00
parent 24e3077d77
commit d82fd6d7ce

View File

@ -1614,6 +1614,40 @@ img.aligncenter,
margin-bottom: 2.4rem;
}
/* Mediaelements */
.hentry .mejs-container {
margin: .5em 0;
}
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
background: #000;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #fff;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
background: #24890d;
}
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #595959;
}
.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
border-radius: 0;
}
.hentry .mejs-overlay-loading {
background: transparent
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,