Twenty Fourteen: add styling for medialement players, props celloexpressions. See #25209.
Built from https://develop.svn.wordpress.org/trunk@25260 git-svn-id: http://core.svn.wordpress.org/trunk@25228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a94b0de749
commit
3971e0980e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue