wp/wp-includes/css/wp-embed-template.css
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     9 
     9 
    10 /* Text meant only for screen readers */
    10 /* Text meant only for screen readers */
    11 .screen-reader-text {
    11 .screen-reader-text {
    12 	border: 0;
    12 	border: 0;
    13 	clip: rect(1px, 1px, 1px, 1px);
    13 	clip: rect(1px, 1px, 1px, 1px);
    14 	-webkit-clip-path: inset(50%);
       
    15 	clip-path: inset(50%);
    14 	clip-path: inset(50%);
    16 	height: 1px;
    15 	height: 1px;
    17 	margin: -1px;
    16 	margin: -1px;
    18 	overflow: hidden;
    17 	overflow: hidden;
    19 	padding: 0;
    18 	padding: 0;
   214 	top: 8px;
   213 	top: 8px;
   215 }
   214 }
   216 
   215 
   217 .wp-embed-share-dialog-open:focus .dashicons,
   216 .wp-embed-share-dialog-open:focus .dashicons,
   218 .wp-embed-share-dialog-close:focus .dashicons {
   217 .wp-embed-share-dialog-close:focus .dashicons {
   219 	box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, 0.8);
   218 	box-shadow: 0 0 0 2px #2271b1;
       
   219 	/* Only visible in Windows High Contrast mode */
       
   220 	outline: 2px solid transparent;
   220 	border-radius: 100%;
   221 	border-radius: 100%;
   221 }
   222 }
   222 
   223 
   223 .wp-embed-share-dialog-close {
   224 .wp-embed-share-dialog-close {
   224 	position: absolute;
   225 	position: absolute;
   316 }
   317 }
   317 
   318 
   318 html[dir="rtl"] .wp-embed-featured-image.square {
   319 html[dir="rtl"] .wp-embed-featured-image.square {
   319 	float: right;
   320 	float: right;
   320 	margin-right: 0;
   321 	margin-right: 0;
   321 
       
   322 	margin-left: 20px;
   322 	margin-left: 20px;
   323 }
   323 }
   324 
   324 
   325 html[dir="rtl"] .wp-embed-site-title a {
   325 html[dir="rtl"] .wp-embed-site-title a {
   326 	padding-left: 0;
   326 	padding-left: 0;
   336 
   336 
   337 html[dir="rtl"] .wp-embed-meta {
   337 html[dir="rtl"] .wp-embed-meta {
   338 	text-align: left;
   338 	text-align: left;
   339 }
   339 }
   340 
   340 
   341 html[dir="rtl"] .wp-embed-footer {
       
   342 }
       
   343 
       
   344 html[dir="rtl"] .wp-embed-share {
   341 html[dir="rtl"] .wp-embed-share {
   345 	margin-left: 0;
   342 	margin-left: 0;
   346 	margin-right: 10px;
   343 	margin-right: 10px;
   347 }
   344 }
   348 
   345