Browse
For agents
About
Gutenberg
/
20.0.1
Gutenberg
v20.0.1
Switch version
24.0.0
23.9.1
23.9.0
23.8.0
23.7.2
23.7.1
23.7.0
23.6.1
23.6.2
23.6.0
23.5.3
23.5.2
23.5.1
23.5.0
23.4.0
23.3.2
23.3.1
23.3.0
23.2.0
23.2.1
23.2.2
23.1.1
23.1.0
23.0.1
12.6.0
All 403 releases
Overview
Code
gutenberg
/
build
/
block-library
/
blocks
/
post-featured-image
/
style.css
style.css
in Gutenberg 20.0.1, at build/block-library/blocks/post-featured-image/style.css
1 lines
1.8 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
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
:
where
(
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
:
initial
}
.
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
%
}