2014-05-11 02:14:14 +02:00
|
|
|
.mejs-container {
|
|
|
|
clear: both;
|
2017-10-17 01:02:47 +02:00
|
|
|
max-width: 100%;
|
2014-05-11 02:14:14 +02:00
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.mejs-container * {
|
|
|
|
font-family: Helvetica, Arial;
|
|
|
|
}
|
|
|
|
|
2014-05-11 04:23:14 +02:00
|
|
|
.mejs-container,
|
|
|
|
.mejs-embed,
|
|
|
|
.mejs-embed body,
|
|
|
|
.mejs-container .mejs-controls {
|
|
|
|
background: #222;
|
2013-03-16 06:25:44 +01:00
|
|
|
}
|
|
|
|
|
2017-10-17 01:02:47 +02:00
|
|
|
.mejs-time {
|
|
|
|
font-weight: normal;
|
|
|
|
word-wrap: normal;
|
|
|
|
}
|
|
|
|
|
2014-12-16 16:13:24 +01:00
|
|
|
.mejs-controls a.mejs-horizontal-volume-slider {
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
2014-05-11 04:23:14 +02:00
|
|
|
.mejs-controls .mejs-time-rail .mejs-time-loaded,
|
|
|
|
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
|
|
|
|
background: #fff;
|
2013-03-16 06:25:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mejs-controls .mejs-time-rail .mejs-time-current {
|
2015-04-05 23:20:27 +02:00
|
|
|
background: #0073aa;
|
2014-05-11 04:23:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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-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;
|
2013-08-01 16:48:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.me-cannotplay {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
2014-02-24 19:08:16 +01:00
|
|
|
|
2014-03-09 06:25:15 +01:00
|
|
|
.media-embed-details .wp-audio-shortcode {
|
2014-03-05 16:06:14 +01:00
|
|
|
display: inline-block;
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
2014-06-26 22:29:14 +02:00
|
|
|
.audio-details .embed-media-settings {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2019-06-07 22:45:02 +02:00
|
|
|
.media-embed-details .embed-media-settings .setting span:not(.button-group) {
|
|
|
|
max-width: 400px; /* Back-compat for pre-5.3 */
|
|
|
|
width: auto; /* Back-compat for pre-5.3 */
|
2014-03-09 11:32:15 +01:00
|
|
|
}
|
|
|
|
|
2014-04-22 22:29:14 +02:00
|
|
|
.media-embed-details .embed-media-settings .checkbox-setting span {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-03-09 06:25:15 +01:00
|
|
|
.media-embed-details .embed-media-settings {
|
|
|
|
padding-top: 0;
|
2014-03-19 06:31:15 +01:00
|
|
|
top: 28px;
|
2014-03-05 16:06:14 +01:00
|
|
|
}
|
|
|
|
|
2014-03-09 06:25:15 +01:00
|
|
|
.media-embed-details .instructions {
|
2014-03-09 07:24:15 +01:00
|
|
|
padding: 16px 0;
|
2014-03-09 06:25:15 +01:00
|
|
|
max-width: 600px;
|
|
|
|
}
|
|
|
|
|
2014-03-09 11:32:15 +01:00
|
|
|
.media-embed-details .setting p,
|
2015-06-26 07:01:24 +02:00
|
|
|
.media-embed-details .setting .remove-setting {
|
2014-03-09 06:25:15 +01:00
|
|
|
color: #a00;
|
2014-03-09 11:32:15 +01:00
|
|
|
font-size: 10px;
|
|
|
|
text-transform: uppercase;
|
2014-03-09 06:25:15 +01:00
|
|
|
}
|
|
|
|
|
2015-06-26 07:01:24 +02:00
|
|
|
.media-embed-details .setting .remove-setting {
|
2019-06-07 22:45:02 +02:00
|
|
|
padding: 5px 0;
|
2015-06-26 07:01:24 +02:00
|
|
|
}
|
|
|
|
|
2014-03-09 06:25:15 +01:00
|
|
|
.media-embed-details .setting a:hover {
|
2017-10-03 18:03:32 +02:00
|
|
|
color: #dc3232;
|
2014-03-09 06:25:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.media-embed-details .embed-media-settings .checkbox-setting {
|
2014-04-22 22:29:14 +02:00
|
|
|
float: none;
|
|
|
|
margin: 0 0 10px;
|
2014-03-05 16:06:14 +01:00
|
|
|
}
|
|
|
|
|
2014-08-09 21:39:15 +02:00
|
|
|
.wp-video {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2015-03-05 23:45:26 +01:00
|
|
|
.wp_attachment_holder .wp-video,
|
|
|
|
.wp_attachment_holder .wp-audio-shortcode {
|
2014-10-29 01:47:24 +01:00
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
2014-06-02 02:40:15 +02:00
|
|
|
video.wp-video-shortcode,
|
|
|
|
.wp-video-shortcode video {
|
|
|
|
max-width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-03-05 16:06:14 +01:00
|
|
|
.video-details .wp-video-holder {
|
|
|
|
width: 100%;
|
|
|
|
max-width: 640px;
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:08:16 +01:00
|
|
|
.wp-playlist {
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 12px 0 18px;
|
2014-03-31 00:12:16 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
2014-07-16 00:18:14 +02:00
|
|
|
.wp-admin .wp-playlist {
|
|
|
|
margin: 0 0 18px;
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:08:16 +01:00
|
|
|
.wp-playlist video {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2014-03-26 17:51:16 +01:00
|
|
|
.wp-playlist audio {
|
|
|
|
display: none;
|
2014-04-01 20:47:14 +02:00
|
|
|
max-width: 100%;
|
|
|
|
width: 400px;
|
2014-03-26 17:51:16 +01:00
|
|
|
}
|
|
|
|
|
2014-02-24 19:08:16 +01:00
|
|
|
.wp-playlist .mejs-container {
|
|
|
|
margin: 0;
|
2017-10-12 05:55:46 +02:00
|
|
|
max-width: 100%;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist .mejs-controls .mejs-button button {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist-light {
|
|
|
|
background: #fff;
|
2014-03-28 04:38:14 +01:00
|
|
|
color: #000;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist-dark {
|
|
|
|
color: #fff;
|
|
|
|
background: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist-caption {
|
2014-04-20 06:25:15 +02:00
|
|
|
display: block;
|
2014-04-01 21:04:14 +02:00
|
|
|
max-width: 88%;
|
2014-02-24 19:08:16 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2014-03-31 00:12:16 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
2014-04-08 00:28:16 +02:00
|
|
|
.wp-playlist-item .wp-playlist-caption {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
2014-04-20 07:10:15 +02:00
|
|
|
max-width: -webkit-calc(100% - 40px);
|
|
|
|
max-width: calc(100% - 40px);
|
2014-04-08 00:28:16 +02:00
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.wp-playlist-item-meta {
|
2014-02-24 19:08:16 +01:00
|
|
|
display: block;
|
2014-03-31 00:12:16 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.wp-playlist-item-title {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.wp-playlist-item-album {
|
2014-02-24 19:08:16 +01:00
|
|
|
font-style: italic;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.wp-playlist-item-artist {
|
|
|
|
font-size: 12px;
|
2014-02-24 19:08:16 +01:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist-item-length {
|
|
|
|
position: absolute;
|
2014-03-10 01:15:14 +01:00
|
|
|
right: 3px;
|
2014-02-24 19:08:16 +01:00
|
|
|
top: 0;
|
2014-03-31 00:12:16 +02:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
2014-04-20 06:27:14 +02:00
|
|
|
.rtl .wp-playlist-item-length {
|
|
|
|
left: 3px;
|
|
|
|
right: auto;
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:08:16 +01:00
|
|
|
.wp-playlist-tracks {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist-item {
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
2014-03-10 01:15:14 +01:00
|
|
|
padding: 0 3px;
|
2014-02-24 19:08:16 +01:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.wp-playlist-item:last-child {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2014-10-02 07:28:16 +02:00
|
|
|
.wp-playlist-light .wp-playlist-caption {
|
2014-03-28 04:38:14 +01:00
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2014-10-02 07:28:16 +02:00
|
|
|
.wp-playlist-dark .wp-playlist-caption {
|
2016-03-09 20:51:26 +01:00
|
|
|
color: #ddd;
|
2014-03-10 01:15:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-playlist-playing {
|
|
|
|
font-weight: bold;
|
|
|
|
background: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
2014-03-28 04:38:14 +01:00
|
|
|
.wp-playlist-light .wp-playlist-playing {
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
2014-03-10 01:15:14 +01:00
|
|
|
.wp-playlist-dark .wp-playlist-playing {
|
|
|
|
background: #000;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:08:16 +01:00
|
|
|
.wp-playlist-current-item {
|
|
|
|
overflow: hidden;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
height: 60px;
|
|
|
|
}
|
|
|
|
|
2014-03-26 17:51:16 +01:00
|
|
|
.wp-playlist .wp-playlist-current-item img {
|
2014-02-24 19:08:16 +01:00
|
|
|
float: left;
|
|
|
|
max-width: 60px;
|
|
|
|
height: auto;
|
|
|
|
margin-right: 10px;
|
2014-03-31 00:12:16 +02:00
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
2014-02-24 19:08:16 +01:00
|
|
|
}
|
|
|
|
|
2014-04-20 06:27:14 +02:00
|
|
|
.rtl .wp-playlist .wp-playlist-current-item img {
|
|
|
|
float: right;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2014-03-31 00:12:16 +02:00
|
|
|
.wp-playlist-current-item .wp-playlist-item-title,
|
|
|
|
.wp-playlist-current-item .wp-playlist-item-artist {
|
2014-02-24 19:08:16 +01:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2014-04-20 05:53:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wp-audio-playlist .me-cannotplay span {
|
|
|
|
padding: 5px 15px;
|
2014-08-26 06:46:15 +02:00
|
|
|
}
|