kollapsminoriteten/wp-includes/blocks/post-featured-image/style-rtl.css

66 lines
1.9 KiB
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image{
margin-left:0;
margin-right:0;
}
.wp-block-post-featured-image a{
display:block;
2023-09-26 10:33:34 +02:00
height:100%;
2023-04-26 17:39:43 +02:00
}
.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;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
background-color:transparent;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
opacity:0;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
opacity:.1;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
opacity:.2;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
opacity:.3;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
opacity:.4;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
opacity:.5;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
opacity:.6;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
opacity:.7;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
opacity:.8;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
opacity:.9;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
opacity:1;
2023-12-07 09:44:11 +01:00
}
.wp-block-post-featured-image:where(.alignleft,.alignright){
width:100%;
2021-07-23 11:58:50 +02:00
}