[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/post-featured-image/ -> editor-rtl.css (source)

   1  .wp-block-post-featured-image .block-editor-media-placeholder{
   2    backdrop-filter:none;
   3    z-index:1;
   4  }
   5  .wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{
   6    align-items:center;
   7    display:flex;
   8    justify-content:center;
   9    padding:0;
  10  }
  11  .wp-block-post-featured-image .components-placeholder .components-form-file-upload,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-form-file-upload{
  12    display:none;
  13  }
  14  .wp-block-post-featured-image .components-placeholder .components-button,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button{
  15    align-items:center;
  16    background:var(--wp-admin-theme-color);
  17    border-color:var(--wp-admin-theme-color);
  18    border-radius:50%;
  19    border-style:solid;
  20    color:#fff;
  21    display:flex;
  22    height:48px;
  23    justify-content:center;
  24    margin:auto;
  25    padding:0;
  26    position:relative;
  27    width:48px;
  28  }
  29  .wp-block-post-featured-image .components-placeholder .components-button>svg,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder .components-button>svg{
  30    color:inherit;
  31  }
  32  .wp-block-post-featured-image .components-placeholder,.wp-block-post-featured-image .wp-block-post-featured-image__placeholder{
  33    min-height:200px;
  34  }
  35  .wp-block-post-featured-image .components-placeholder:where(.has-border-color),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where(.has-border-color),.wp-block-post-featured-image img:where(.has-border-color){
  36    border-style:solid;
  37  }
  38  .wp-block-post-featured-image .components-placeholder:where([style*=border-top-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-color]),.wp-block-post-featured-image img:where([style*=border-top-color]){
  39    border-top-style:solid;
  40  }
  41  .wp-block-post-featured-image .components-placeholder:where([style*=border-right-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-color]),.wp-block-post-featured-image img:where([style*=border-right-color]){
  42    border-left-style:solid;
  43  }
  44  .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-color]),.wp-block-post-featured-image img:where([style*=border-bottom-color]){
  45    border-bottom-style:solid;
  46  }
  47  .wp-block-post-featured-image .components-placeholder:where([style*=border-left-color]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-color]),.wp-block-post-featured-image img:where([style*=border-left-color]){
  48    border-right-style:solid;
  49  }
  50  .wp-block-post-featured-image .components-placeholder:where([style*=border-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-width]),.wp-block-post-featured-image img:where([style*=border-width]){
  51    border-style:solid;
  52  }
  53  .wp-block-post-featured-image .components-placeholder:where([style*=border-top-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-top-width]),.wp-block-post-featured-image img:where([style*=border-top-width]){
  54    border-top-style:solid;
  55  }
  56  .wp-block-post-featured-image .components-placeholder:where([style*=border-right-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-right-width]),.wp-block-post-featured-image img:where([style*=border-right-width]){
  57    border-left-style:solid;
  58  }
  59  .wp-block-post-featured-image .components-placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-bottom-width]),.wp-block-post-featured-image img:where([style*=border-bottom-width]){
  60    border-bottom-style:solid;
  61  }
  62  .wp-block-post-featured-image .components-placeholder:where([style*=border-left-width]),.wp-block-post-featured-image .wp-block-post-featured-image__placeholder:where([style*=border-left-width]),.wp-block-post-featured-image img:where([style*=border-left-width]){
  63    border-right-style:solid;
  64  }
  65  .wp-block-post-featured-image[style*=height] .components-placeholder{
  66    height:100%;
  67    min-height:48px;
  68    min-width:48px;
  69    width:100%;
  70  }
  71  .wp-block-post-featured-image>a{
  72    pointer-events:none;
  73  }
  74  .wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-button,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__instructions,.wp-block-post-featured-image.is-selected .components-placeholder.has-illustration .components-placeholder__label{
  75    opacity:1;
  76    pointer-events:auto;
  77  }
  78  .wp-block-post-featured-image.is-transient{
  79    position:relative;
  80  }
  81  .wp-block-post-featured-image.is-transient img{
  82    opacity:.3;
  83  }
  84  .wp-block-post-featured-image.is-transient .components-spinner{
  85    position:absolute;
  86    right:50%;
  87    top:50%;
  88    transform:translate(50%, -50%);
  89  }
  90  
  91  div[data-type="core/post-featured-image"] img{
  92    display:block;
  93    height:auto;
  94    max-width:100%;
  95  }


Generated : Wed Oct 22 08:20:04 2025 Cross-referenced by PHPXref