mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
d605f96c0f
The npm packages needed a further update for beta 3 in preparation for 6.4. Props @richtabor, @mmaattiiaass, @tellthemachines, @mamaduka, @swissspidy, @scruffian, @andraganescu, @andrewserong, @mujuonly, @get_dave, @ntsekouras, @carlosgprim, @ramonopoly, @jameskoster, @wildworks, @aaronrobertshaw, @czapla, @santosguillamot, @artemiosans, @afercia, @glendaviesnz, @kevin940726, @mikachan, @siobhyb. See #59411. Built from https://develop.svn.wordpress.org/trunk@56808 git-svn-id: http://core.svn.wordpress.org/trunk@56320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
66 lines
1.9 KiB
CSS
66 lines
1.9 KiB
CSS
.wp-block-post-featured-image{
|
|
margin-left:0;
|
|
margin-right:0;
|
|
}
|
|
.wp-block-post-featured-image a{
|
|
display:block;
|
|
height:100%;
|
|
}
|
|
.wp-block-post-featured-image img{
|
|
box-sizing:border-box;
|
|
height:auto;
|
|
max-width:100%;
|
|
vertical-align:bottom;
|
|
width:100%;
|
|
}
|
|
.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{
|
|
width:100%;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{
|
|
background-color:#000;
|
|
inset:0;
|
|
position:absolute;
|
|
}
|
|
.wp-block-post-featured-image{
|
|
position:relative;
|
|
}
|
|
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
|
|
background-color:transparent;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
|
|
opacity:0;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
|
|
opacity:.1;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
|
|
opacity:.2;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
|
|
opacity:.3;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
|
|
opacity:.4;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
|
|
opacity:.5;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
|
|
opacity:.6;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
|
|
opacity:.7;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
|
|
opacity:.8;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
|
|
opacity:.9;
|
|
}
|
|
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
|
|
opacity:1;
|
|
}
|
|
.wp-block-post-featured-image:where(.alignleft,.alignright){
|
|
width:100%;
|
|
} |