/** * WordPress Theme Mediaelement.js Stylesheet * * A base stylesheet to allow theme developers to more easily overwrite the styles for the WordPress media * player, which is mediaelement.js. Theme developers are expected to handle colors, fonts, backgrounds, * and other stylistic elements. This stylesheet exists as a base for layout and positioning. However, * themes can also overwrite these things. * * This is a modified version of the default stylesheet provided by the MediaElement.js project. * * @version 20130902 * @license http://opensource.org/licenses/MIT * @author John Dyer * @author Justin Tadlock * @copyright Copyright (c) 2013 * @link https://github.com/justintadlock/theme-mediaelement * @link http://mediaelementjs.com */ /** * Table of Contents: * 01: Structure * 02: Media Element * 03: Layers * 04: Controls * 05: Clear * 06: Todo */ /** * 01: Structure - Layout of the major structural elements. * --------------------------------------------------------------------------- */ /* ====== Container ====== */ .mejs-container { display: block; position: relative; margin: 0; padding: 0; vertical-align: baseline; outline: none; font-size: 100%; background: transparent; border: none; text-decoration: none; } /* Alternatives to .mejs-container. Note that these classses are given to the