Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-inclu.../blocks/image
File: style.css
.wp-block-image img{
[0] Fix | Delete
box-sizing:border-box;
[1] Fix | Delete
height:auto;
[2] Fix | Delete
max-width:100%;
[3] Fix | Delete
vertical-align:bottom;
[4] Fix | Delete
}
[5] Fix | Delete
.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{
[6] Fix | Delete
border-radius:inherit;
[7] Fix | Delete
}
[8] Fix | Delete
.wp-block-image.has-custom-border img{
[9] Fix | Delete
box-sizing:border-box;
[10] Fix | Delete
}
[11] Fix | Delete
.wp-block-image.aligncenter{
[12] Fix | Delete
text-align:center;
[13] Fix | Delete
}
[14] Fix | Delete
.wp-block-image.alignfull img,.wp-block-image.alignwide img{
[15] Fix | Delete
height:auto;
[16] Fix | Delete
width:100%;
[17] Fix | Delete
}
[18] Fix | Delete
.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{
[19] Fix | Delete
display:table;
[20] Fix | Delete
}
[21] Fix | Delete
.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{
[22] Fix | Delete
caption-side:bottom;
[23] Fix | Delete
display:table-caption;
[24] Fix | Delete
}
[25] Fix | Delete
.wp-block-image .alignleft{
[26] Fix | Delete
float:left;
[27] Fix | Delete
margin:.5em 1em .5em 0;
[28] Fix | Delete
}
[29] Fix | Delete
.wp-block-image .alignright{
[30] Fix | Delete
float:right;
[31] Fix | Delete
margin:.5em 0 .5em 1em;
[32] Fix | Delete
}
[33] Fix | Delete
.wp-block-image .aligncenter{
[34] Fix | Delete
margin-left:auto;
[35] Fix | Delete
margin-right:auto;
[36] Fix | Delete
}
[37] Fix | Delete
.wp-block-image :where(figcaption){
[38] Fix | Delete
margin-bottom:1em;
[39] Fix | Delete
margin-top:.5em;
[40] Fix | Delete
}
[41] Fix | Delete
.wp-block-image.is-style-circle-mask img{
[42] Fix | Delete
border-radius:9999px;
[43] Fix | Delete
}
[44] Fix | Delete
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){
[45] Fix | Delete
.wp-block-image.is-style-circle-mask img{
[46] Fix | Delete
border-radius:0;
[47] Fix | Delete
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
[48] Fix | Delete
mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
[49] Fix | Delete
mask-mode:alpha;
[50] Fix | Delete
-webkit-mask-position:center;
[51] Fix | Delete
mask-position:center;
[52] Fix | Delete
-webkit-mask-repeat:no-repeat;
[53] Fix | Delete
mask-repeat:no-repeat;
[54] Fix | Delete
-webkit-mask-size:contain;
[55] Fix | Delete
mask-size:contain;
[56] Fix | Delete
}
[57] Fix | Delete
}
[58] Fix | Delete
[59] Fix | Delete
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
[60] Fix | Delete
border-radius:9999px;
[61] Fix | Delete
}
[62] Fix | Delete
[63] Fix | Delete
.wp-block-image figure{
[64] Fix | Delete
margin:0;
[65] Fix | Delete
}
[66] Fix | Delete
[67] Fix | Delete
.wp-lightbox-container{
[68] Fix | Delete
display:flex;
[69] Fix | Delete
flex-direction:column;
[70] Fix | Delete
position:relative;
[71] Fix | Delete
}
[72] Fix | Delete
.wp-lightbox-container img{
[73] Fix | Delete
cursor:zoom-in;
[74] Fix | Delete
}
[75] Fix | Delete
.wp-lightbox-container img:hover+button{
[76] Fix | Delete
opacity:1;
[77] Fix | Delete
}
[78] Fix | Delete
.wp-lightbox-container button{
[79] Fix | Delete
align-items:center;
[80] Fix | Delete
-webkit-backdrop-filter:blur(16px) saturate(180%);
[81] Fix | Delete
backdrop-filter:blur(16px) saturate(180%);
[82] Fix | Delete
background-color:#5a5a5a40;
[83] Fix | Delete
border:none;
[84] Fix | Delete
border-radius:4px;
[85] Fix | Delete
cursor:zoom-in;
[86] Fix | Delete
display:flex;
[87] Fix | Delete
height:20px;
[88] Fix | Delete
justify-content:center;
[89] Fix | Delete
opacity:0;
[90] Fix | Delete
padding:0;
[91] Fix | Delete
position:absolute;
[92] Fix | Delete
right:16px;
[93] Fix | Delete
text-align:center;
[94] Fix | Delete
top:16px;
[95] Fix | Delete
transition:opacity .2s ease;
[96] Fix | Delete
width:20px;
[97] Fix | Delete
z-index:100;
[98] Fix | Delete
}
[99] Fix | Delete
.wp-lightbox-container button:focus-visible{
[100] Fix | Delete
outline:3px auto #5a5a5a40;
[101] Fix | Delete
outline:3px auto -webkit-focus-ring-color;
[102] Fix | Delete
outline-offset:3px;
[103] Fix | Delete
}
[104] Fix | Delete
.wp-lightbox-container button:hover{
[105] Fix | Delete
cursor:pointer;
[106] Fix | Delete
opacity:1;
[107] Fix | Delete
}
[108] Fix | Delete
.wp-lightbox-container button:focus{
[109] Fix | Delete
opacity:1;
[110] Fix | Delete
}
[111] Fix | Delete
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
[112] Fix | Delete
background-color:#5a5a5a40;
[113] Fix | Delete
border:none;
[114] Fix | Delete
}
[115] Fix | Delete
[116] Fix | Delete
.wp-lightbox-overlay{
[117] Fix | Delete
box-sizing:border-box;
[118] Fix | Delete
cursor:zoom-out;
[119] Fix | Delete
height:100vh;
[120] Fix | Delete
left:0;
[121] Fix | Delete
overflow:hidden;
[122] Fix | Delete
position:fixed;
[123] Fix | Delete
top:0;
[124] Fix | Delete
visibility:hidden;
[125] Fix | Delete
width:100%;
[126] Fix | Delete
z-index:100000;
[127] Fix | Delete
}
[128] Fix | Delete
.wp-lightbox-overlay .close-button{
[129] Fix | Delete
align-items:center;
[130] Fix | Delete
cursor:pointer;
[131] Fix | Delete
display:flex;
[132] Fix | Delete
justify-content:center;
[133] Fix | Delete
min-height:40px;
[134] Fix | Delete
min-width:40px;
[135] Fix | Delete
padding:0;
[136] Fix | Delete
position:absolute;
[137] Fix | Delete
right:calc(env(safe-area-inset-right) + 16px);
[138] Fix | Delete
top:calc(env(safe-area-inset-top) + 16px);
[139] Fix | Delete
z-index:5000000;
[140] Fix | Delete
}
[141] Fix | Delete
.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){
[142] Fix | Delete
background:none;
[143] Fix | Delete
border:none;
[144] Fix | Delete
}
[145] Fix | Delete
.wp-lightbox-overlay .lightbox-image-container{
[146] Fix | Delete
height:var(--wp--lightbox-container-height);
[147] Fix | Delete
left:50%;
[148] Fix | Delete
overflow:hidden;
[149] Fix | Delete
position:absolute;
[150] Fix | Delete
top:50%;
[151] Fix | Delete
transform:translate(-50%, -50%);
[152] Fix | Delete
transform-origin:top left;
[153] Fix | Delete
width:var(--wp--lightbox-container-width);
[154] Fix | Delete
z-index:9999999999;
[155] Fix | Delete
}
[156] Fix | Delete
.wp-lightbox-overlay .wp-block-image{
[157] Fix | Delete
align-items:center;
[158] Fix | Delete
box-sizing:border-box;
[159] Fix | Delete
display:flex;
[160] Fix | Delete
height:100%;
[161] Fix | Delete
justify-content:center;
[162] Fix | Delete
margin:0;
[163] Fix | Delete
position:relative;
[164] Fix | Delete
transform-origin:0 0;
[165] Fix | Delete
width:100%;
[166] Fix | Delete
z-index:3000000;
[167] Fix | Delete
}
[168] Fix | Delete
.wp-lightbox-overlay .wp-block-image img{
[169] Fix | Delete
height:var(--wp--lightbox-image-height);
[170] Fix | Delete
min-height:var(--wp--lightbox-image-height);
[171] Fix | Delete
min-width:var(--wp--lightbox-image-width);
[172] Fix | Delete
width:var(--wp--lightbox-image-width);
[173] Fix | Delete
}
[174] Fix | Delete
.wp-lightbox-overlay .wp-block-image figcaption{
[175] Fix | Delete
display:none;
[176] Fix | Delete
}
[177] Fix | Delete
.wp-lightbox-overlay button{
[178] Fix | Delete
background:none;
[179] Fix | Delete
border:none;
[180] Fix | Delete
}
[181] Fix | Delete
.wp-lightbox-overlay .scrim{
[182] Fix | Delete
background-color:#fff;
[183] Fix | Delete
height:100%;
[184] Fix | Delete
opacity:.9;
[185] Fix | Delete
position:absolute;
[186] Fix | Delete
width:100%;
[187] Fix | Delete
z-index:2000000;
[188] Fix | Delete
}
[189] Fix | Delete
.wp-lightbox-overlay.active{
[190] Fix | Delete
animation:turn-on-visibility .25s both;
[191] Fix | Delete
visibility:visible;
[192] Fix | Delete
}
[193] Fix | Delete
.wp-lightbox-overlay.active img{
[194] Fix | Delete
animation:turn-on-visibility .35s both;
[195] Fix | Delete
}
[196] Fix | Delete
.wp-lightbox-overlay.show-closing-animation:not(.active){
[197] Fix | Delete
animation:turn-off-visibility .35s both;
[198] Fix | Delete
}
[199] Fix | Delete
.wp-lightbox-overlay.show-closing-animation:not(.active) img{
[200] Fix | Delete
animation:turn-off-visibility .25s both;
[201] Fix | Delete
}
[202] Fix | Delete
@media (prefers-reduced-motion:no-preference){
[203] Fix | Delete
.wp-lightbox-overlay.zoom.active{
[204] Fix | Delete
animation:none;
[205] Fix | Delete
opacity:1;
[206] Fix | Delete
visibility:visible;
[207] Fix | Delete
}
[208] Fix | Delete
.wp-lightbox-overlay.zoom.active .lightbox-image-container{
[209] Fix | Delete
animation:lightbox-zoom-in .4s;
[210] Fix | Delete
}
[211] Fix | Delete
.wp-lightbox-overlay.zoom.active .lightbox-image-container img{
[212] Fix | Delete
animation:none;
[213] Fix | Delete
}
[214] Fix | Delete
.wp-lightbox-overlay.zoom.active .scrim{
[215] Fix | Delete
animation:turn-on-visibility .4s forwards;
[216] Fix | Delete
}
[217] Fix | Delete
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){
[218] Fix | Delete
animation:none;
[219] Fix | Delete
}
[220] Fix | Delete
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{
[221] Fix | Delete
animation:lightbox-zoom-out .4s;
[222] Fix | Delete
}
[223] Fix | Delete
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{
[224] Fix | Delete
animation:none;
[225] Fix | Delete
}
[226] Fix | Delete
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{
[227] Fix | Delete
animation:turn-off-visibility .4s forwards;
[228] Fix | Delete
}
[229] Fix | Delete
}
[230] Fix | Delete
[231] Fix | Delete
@keyframes turn-on-visibility{
[232] Fix | Delete
0%{
[233] Fix | Delete
opacity:0;
[234] Fix | Delete
}
[235] Fix | Delete
to{
[236] Fix | Delete
opacity:1;
[237] Fix | Delete
}
[238] Fix | Delete
}
[239] Fix | Delete
@keyframes turn-off-visibility{
[240] Fix | Delete
0%{
[241] Fix | Delete
opacity:1;
[242] Fix | Delete
visibility:visible;
[243] Fix | Delete
}
[244] Fix | Delete
99%{
[245] Fix | Delete
opacity:0;
[246] Fix | Delete
visibility:visible;
[247] Fix | Delete
}
[248] Fix | Delete
to{
[249] Fix | Delete
opacity:0;
[250] Fix | Delete
visibility:hidden;
[251] Fix | Delete
}
[252] Fix | Delete
}
[253] Fix | Delete
@keyframes lightbox-zoom-in{
[254] Fix | Delete
0%{
[255] Fix | Delete
transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
[256] Fix | Delete
}
[257] Fix | Delete
to{
[258] Fix | Delete
transform:translate(-50%, -50%) scale(1);
[259] Fix | Delete
}
[260] Fix | Delete
}
[261] Fix | Delete
@keyframes lightbox-zoom-out{
[262] Fix | Delete
0%{
[263] Fix | Delete
transform:translate(-50%, -50%) scale(1);
[264] Fix | Delete
visibility:visible;
[265] Fix | Delete
}
[266] Fix | Delete
99%{
[267] Fix | Delete
visibility:visible;
[268] Fix | Delete
}
[269] Fix | Delete
to{
[270] Fix | Delete
transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
[271] Fix | Delete
visibility:hidden;
[272] Fix | Delete
}
[273] Fix | Delete
}
[274] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function