mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 07:51:49 +01:00
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;
|
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 */
|
/* Make sure embeds and iframes fit their containers */
|
||||||
embed,
|
embed,
|
||||||
iframe,
|
iframe,
|
||||||
|
Loading…
Reference in New Issue
Block a user