You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.9 KiB

1 year ago
  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. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
  28. background-color:transparent;
  29. }
  30. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
  31. opacity:0;
  32. }
  33. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
  34. opacity:.1;
  35. }
  36. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
  37. opacity:.2;
  38. }
  39. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
  40. opacity:.3;
  41. }
  42. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
  43. opacity:.4;
  44. }
  45. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
  46. opacity:.5;
  47. }
  48. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
  49. opacity:.6;
  50. }
  51. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
  52. opacity:.7;
  53. }
  54. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
  55. opacity:.8;
  56. }
  57. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
  58. opacity:.9;
  59. }
  60. .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
  61. opacity:1;
  62. }
  63. .wp-block-post-featured-image:where(.alignleft,.alignright){
  64. width:100%;
  65. }