[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-post-featured-image{
   2    margin-left:0;
   3    margin-right:0;
   4  }
   5  .wp-block-post-featured-image a{
   6    display:block;
   7    height:100%;
   8  }
   9  .wp-block-post-featured-image img{
  10    box-sizing:border-box;
  11    height:auto;
  12    max-width:100%;
  13    vertical-align:bottom;
  14    width:100%;
  15  }
  16  .wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{
  17    width:100%;
  18  }
  19  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{
  20    background-color:#000;
  21    inset:0;
  22    position:absolute;
  23  }
  24  .wp-block-post-featured-image{
  25    position:relative;
  26  }
  27  
  28  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
  29    background-color:initial;
  30  }
  31  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
  32    opacity:0;
  33  }
  34  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
  35    opacity:.1;
  36  }
  37  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
  38    opacity:.2;
  39  }
  40  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
  41    opacity:.3;
  42  }
  43  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
  44    opacity:.4;
  45  }
  46  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
  47    opacity:.5;
  48  }
  49  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
  50    opacity:.6;
  51  }
  52  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
  53    opacity:.7;
  54  }
  55  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
  56    opacity:.8;
  57  }
  58  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
  59    opacity:.9;
  60  }
  61  .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
  62    opacity:1;
  63  }
  64  .wp-block-post-featured-image:where(.alignleft,.alignright){
  65    width:100%;
  66  }


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref