wp/wp-includes/css/wp-embed-template.css
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
equal deleted inserted replaced
8:c7c34916027a 9:177826044cd9
    68 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    68 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    69 	line-height: 1.5;
    69 	line-height: 1.5;
    70 	color: #82878c;
    70 	color: #82878c;
    71 	background: #fff;
    71 	background: #fff;
    72 	border: 1px solid #e5e5e5;
    72 	border: 1px solid #e5e5e5;
    73 	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    73 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    74 	/* Clearfix */
    74 	/* Clearfix */
    75 	overflow: auto;
    75 	overflow: auto;
    76 	zoom: 1;
    76 	zoom: 1;
    77 }
    77 }
    78 
    78 
   128 
   128 
   129 .wp-embed-site-icon {
   129 .wp-embed-site-icon {
   130 	position: absolute;
   130 	position: absolute;
   131 	top: 50%;
   131 	top: 50%;
   132 	left: 0;
   132 	left: 0;
   133 	-webkit-transform: translateY(-50%);
       
   134 	transform: translateY(-50%);
   133 	transform: translateY(-50%);
   135 	height: 25px;
   134 	height: 25px;
   136 	width: 25px;
   135 	width: 25px;
   137 	border: 0;
   136 	border: 0;
   138 }
   137 }
   215 	top: 8px;
   214 	top: 8px;
   216 }
   215 }
   217 
   216 
   218 .wp-embed-share-dialog-open:focus .dashicons,
   217 .wp-embed-share-dialog-open:focus .dashicons,
   219 .wp-embed-share-dialog-close:focus .dashicons {
   218 .wp-embed-share-dialog-close:focus .dashicons {
   220 	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
   219 	box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
   221 	border-radius: 100%;
   220 	border-radius: 100%;
   222 }
   221 }
   223 
   222 
   224 .wp-embed-share-dialog-close {
   223 .wp-embed-share-dialog-close {
   225 	position: absolute;
   224 	position: absolute;
   238 	background-size: 24px;
   237 	background-size: 24px;
   239 }
   238 }
   240 
   239 
   241 .wp-embed-share-dialog-content {
   240 .wp-embed-share-dialog-content {
   242 	height: 100%;
   241 	height: 100%;
   243 	-webkit-transform-style: preserve-3d;
       
   244 	transform-style: preserve-3d;
   242 	transform-style: preserve-3d;
   245 	overflow: hidden;
   243 	overflow: hidden;
   246 }
   244 }
   247 
   245 
   248 .wp-embed-share-dialog-text {
   246 .wp-embed-share-dialog-text {