wp/wp-includes/js/mediaelement/wp-mediaelement.css
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 16 a86126ab1dd4
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     1 .mejs-container {
     1 .mejs-container {
     2 	clear: both;
     2 	clear: both;
       
     3 	max-width: 100%;
     3 }
     4 }
     4 
     5 
     5 .mejs-container * {
     6 .mejs-container * {
     6 	font-family: Helvetica, Arial;
     7 	font-family: Helvetica, Arial;
     7 }
     8 }
    11 .mejs-embed body,
    12 .mejs-embed body,
    12 .mejs-container .mejs-controls {
    13 .mejs-container .mejs-controls {
    13 	background: #222;
    14 	background: #222;
    14 }
    15 }
    15 
    16 
       
    17 .mejs-time {
       
    18 	font-weight: normal;
       
    19 	word-wrap: normal;
       
    20 }
       
    21 
    16 .mejs-controls a.mejs-horizontal-volume-slider {
    22 .mejs-controls a.mejs-horizontal-volume-slider {
    17 	display: table;
    23 	display: table;
    18 }
    24 }
    19 
    25 
    20 .mejs-controls .mejs-time-rail .mejs-time-loaded,
    26 .mejs-controls .mejs-time-rail .mejs-time-loaded,
    33 
    39 
    34 .mejs-controls .mejs-time-rail span,
    40 .mejs-controls .mejs-time-rail span,
    35 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    41 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    36 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    42 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    37 	border-radius: 0;
    43 	border-radius: 0;
    38 }
       
    39 
       
    40 .mejs-controls .mejs-offscreen {
       
    41 	clip: rect(1px, 1px, 1px, 1px);
       
    42 	position: absolute;
       
    43 }
       
    44 
       
    45 .mejs-controls a:focus > .mejs-offscreen {
       
    46 	background-color: #f1f1f1;
       
    47 	border-radius: 3px;
       
    48 	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
       
    49 	clip: auto;
       
    50 	color: #21759b;
       
    51 	display: block;
       
    52 	font-size: 14px;
       
    53 	font-weight: bold;
       
    54 	height: auto;
       
    55 	line-height: normal;
       
    56 	padding: 15px 23px 14px;
       
    57 	position: absolute;
       
    58 	left: 0;
       
    59 	top: 15px;
       
    60 	text-decoration: none;
       
    61 	text-transform: none;
       
    62 	width: auto;
       
    63 }
    44 }
    64 
    45 
    65 .mejs-overlay-loading {
    46 .mejs-overlay-loading {
    66 	background: transparent;
    47 	background: transparent;
    67 }
    48 }
   104 	padding: 16px 0;
    85 	padding: 16px 0;
   105 	max-width: 600px;
    86 	max-width: 600px;
   106 }
    87 }
   107 
    88 
   108 .media-embed-details .setting p,
    89 .media-embed-details .setting p,
   109 .media-embed-details .setting a {
    90 .media-embed-details .setting .remove-setting {
   110 	color: #a00;
    91 	color: #a00;
   111 	font-size: 10px;
    92 	font-size: 10px;
   112 	text-transform: uppercase;
    93 	text-transform: uppercase;
   113 }
    94 }
   114 
    95 
       
    96 .media-embed-details .setting .remove-setting {
       
    97 	padding: 0;
       
    98 }
       
    99 
   115 .media-embed-details .setting a:hover {
   100 .media-embed-details .setting a:hover {
   116 	color: #f00;
   101 	color: #dc3232;
   117 }
   102 }
   118 
   103 
   119 .media-embed-details .embed-media-settings .checkbox-setting {
   104 .media-embed-details .embed-media-settings .checkbox-setting {
   120 	float: none;
   105 	float: none;
   121 	margin: 0 0 10px;
   106 	margin: 0 0 10px;
   165 	width: 400px;
   150 	width: 400px;
   166 }
   151 }
   167 
   152 
   168 .wp-playlist .mejs-container {
   153 .wp-playlist .mejs-container {
   169 	margin: 0;
   154 	margin: 0;
   170 	width: 100%;
   155 	max-width: 100%;
   171 }
   156 }
   172 
   157 
   173 .wp-playlist .mejs-controls .mejs-button button {
   158 .wp-playlist .mejs-controls .mejs-button button {
   174 	outline: 0;
   159 	outline: 0;
   175 }
   160 }
   255 .wp-playlist-light .wp-playlist-caption {
   240 .wp-playlist-light .wp-playlist-caption {
   256 	color: #333;
   241 	color: #333;
   257 }
   242 }
   258 
   243 
   259 .wp-playlist-dark .wp-playlist-caption {
   244 .wp-playlist-dark .wp-playlist-caption {
   260 	color: #dedede;
   245 	color: #ddd;
   261 }
   246 }
   262 
   247 
   263 .wp-playlist-playing {
   248 .wp-playlist-playing {
   264 	font-weight: bold;
   249 	font-weight: bold;
   265 	background: #f7f7f7;
   250 	background: #f7f7f7;