From d82fd6d7ce19b5876e92ba3b95a22db15b1f6b92 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Sep 2013 17:51:00 +0000 Subject: [PATCH] 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 --- .../themes/twentyfourteen/style.css | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 8a268a836f..9b8a38f927 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -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,