|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- .mejs-container {
- clear: both;
- }
-
- .mejs-container * {
- font-family: Helvetica, Arial;
- }
-
- .mejs-container,
- .mejs-embed,
- .mejs-embed body,
- .mejs-container .mejs-controls {
- background: #222;
- }
-
- .mejs-controls a.mejs-horizontal-volume-slider {
- display: table;
- }
-
- .mejs-controls .mejs-time-rail .mejs-time-loaded,
- .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
- background: #fff;
- }
-
- .mejs-controls .mejs-time-rail .mejs-time-current {
- background: #0073aa;
- }
-
- .mejs-controls .mejs-time-rail .mejs-time-total,
- .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
- background: rgba(255, 255, 255, .33);
- }
-
- .mejs-controls .mejs-time-rail span,
- .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
- .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
- border-radius: 0;
- }
-
- .mejs-controls .mejs-offscreen {
- clip: rect(1px, 1px, 1px, 1px);
- position: absolute;
- }
-
- .mejs-controls a:focus > .mejs-offscreen {
- background-color: #f1f1f1;
- border-radius: 3px;
- box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
- clip: auto;
- color: #0073aa;
- display: block;
- font-size: 14px;
- font-weight: bold;
- height: auto;
- line-height: normal;
- padding: 15px 23px 14px;
- position: absolute;
- left: 0;
- top: 15px;
- text-decoration: none;
- text-transform: none;
- width: auto;
- }
-
- .mejs-overlay-loading {
- background: transparent;
- }
-
- /* Override theme styles that may conflict with controls. */
- .mejs-controls button:hover {
- border: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
-
- .me-cannotplay {
- width: auto !important;
- }
-
- .media-embed-details .wp-audio-shortcode {
- display: inline-block;
- max-width: 400px;
- }
-
- .audio-details .embed-media-settings {
- overflow: visible;
- }
-
- .media-embed-details .embed-media-settings .setting span {
- max-width: 400px;
- width: auto;
- }
-
- .media-embed-details .embed-media-settings .checkbox-setting span {
- display: inline-block;
- }
-
- .media-embed-details .embed-media-settings {
- padding-top: 0;
- top: 28px;
- }
-
- .media-embed-details .instructions {
- padding: 16px 0;
- max-width: 600px;
- }
-
- .media-embed-details .setting p,
- .media-embed-details .setting .remove-setting {
- color: #a00;
- font-size: 10px;
- text-transform: uppercase;
- }
-
- .media-embed-details .setting .remove-setting {
- padding: 0;
- }
-
- .media-embed-details .setting a:hover {
- color: #f00;
- }
-
- .media-embed-details .embed-media-settings .checkbox-setting {
- float: none;
- margin: 0 0 10px;
- }
-
- .wp-video {
- max-width: 100%;
- height: auto;
- }
-
- .wp_attachment_holder .wp-video,
- .wp_attachment_holder .wp-audio-shortcode {
- margin-top: 18px;
- }
-
- video.wp-video-shortcode,
- .wp-video-shortcode video {
- max-width: 100%;
- display: inline-block;
- }
-
- .video-details .wp-video-holder {
- width: 100%;
- max-width: 640px;
- }
-
- .wp-playlist {
- border: 1px solid #ccc;
- padding: 10px;
- margin: 12px 0 18px;
- font-size: 14px;
- line-height: 1.5;
- }
-
- .wp-admin .wp-playlist {
- margin: 0 0 18px;
- }
-
- .wp-playlist video {
- display: inline-block;
- max-width: 100%;
- }
-
- .wp-playlist audio {
- display: none;
- max-width: 100%;
- width: 400px;
- }
-
- .wp-playlist .mejs-container {
- margin: 0;
- width: 100%;
- }
-
- .wp-playlist .mejs-controls .mejs-button button {
- outline: 0;
- }
-
- .wp-playlist-light {
- background: #fff;
- color: #000;
- }
-
- .wp-playlist-dark {
- color: #fff;
- background: #000;
- }
-
- .wp-playlist-caption {
- display: block;
- max-width: 88%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 14px;
- line-height: 1.5;
- }
-
- .wp-playlist-item .wp-playlist-caption {
- text-decoration: none;
- color: #000;
- max-width: -webkit-calc(100% - 40px);
- max-width: calc(100% - 40px);
- }
-
- .wp-playlist-item-meta {
- display: block;
- font-size: 14px;
- line-height: 1.5;
- }
-
- .wp-playlist-item-title {
- font-size: 14px;
- line-height: 1.5;
- }
-
- .wp-playlist-item-album {
- font-style: italic;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .wp-playlist-item-artist {
- font-size: 12px;
- text-transform: uppercase;
- }
-
- .wp-playlist-item-length {
- position: absolute;
- right: 3px;
- top: 0;
- font-size: 14px;
- line-height: 1.5;
- }
-
- .rtl .wp-playlist-item-length {
- left: 3px;
- right: auto;
- }
-
- .wp-playlist-tracks {
- margin-top: 10px;
- }
-
- .wp-playlist-item {
- position: relative;
- cursor: pointer;
- padding: 0 3px;
- border-bottom: 1px solid #ccc;
- }
-
- .wp-playlist-item:last-child {
- border-bottom: 0;
- }
-
- .wp-playlist-light .wp-playlist-caption {
- color: #333;
- }
-
- .wp-playlist-dark .wp-playlist-caption {
- color: #ddd;
- }
-
- .wp-playlist-playing {
- font-weight: bold;
- background: #f7f7f7;
- }
-
- .wp-playlist-light .wp-playlist-playing {
- background: #fff;
- color: #000;
- }
-
- .wp-playlist-dark .wp-playlist-playing {
- background: #000;
- color: #fff;
- }
-
- .wp-playlist-current-item {
- overflow: hidden;
- margin-bottom: 10px;
- height: 60px;
- }
-
- .wp-playlist .wp-playlist-current-item img {
- float: left;
- max-width: 60px;
- height: auto;
- margin-right: 10px;
- padding: 0;
- border: 0;
- }
-
- .rtl .wp-playlist .wp-playlist-current-item img {
- float: right;
- margin-left: 10px;
- margin-right: 0;
- }
-
- .wp-playlist-current-item .wp-playlist-item-title,
- .wp-playlist-current-item .wp-playlist-item-artist {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- .wp-audio-playlist .me-cannotplay span {
- padding: 5px 15px;
- }
|