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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../assets/css
File: jBox.css
@keyframes jBoxLoading {
[500] Fix | Delete
to {transform: rotate(360deg);}
[501] Fix | Delete
}
[502] Fix | Delete
[503] Fix | Delete
@-webkit-keyframes jBoxLoading {
[504] Fix | Delete
to {-webkit-transform: rotate(360deg);}
[505] Fix | Delete
}
[506] Fix | Delete
[507] Fix | Delete
.jBox-loading .jBox-content {
[508] Fix | Delete
min-height: 32px;
[509] Fix | Delete
min-width: 38px;
[510] Fix | Delete
opacity: 0;
[511] Fix | Delete
}
[512] Fix | Delete
[513] Fix | Delete
.jBox-spinner {
[514] Fix | Delete
position: absolute;
[515] Fix | Delete
top: 50%;
[516] Fix | Delete
left: 50%;
[517] Fix | Delete
width: 20px;
[518] Fix | Delete
height: 20px;
[519] Fix | Delete
margin-top: -10px;
[520] Fix | Delete
margin-left: -10px;
[521] Fix | Delete
}
[522] Fix | Delete
[523] Fix | Delete
.jBox-spinner:before {
[524] Fix | Delete
content: 'Loading…';
[525] Fix | Delete
display: block;
[526] Fix | Delete
width: 20px;
[527] Fix | Delete
height: 20px;
[528] Fix | Delete
text-align: center;
[529] Fix | Delete
-webkit-box-sizing: border-box;
[530] Fix | Delete
box-sizing: border-box;
[531] Fix | Delete
}
[532] Fix | Delete
[533] Fix | Delete
.jBox-spinner:not(:required):before {
[534] Fix | Delete
content: '';
[535] Fix | Delete
border-radius: 50%;
[536] Fix | Delete
border: 2px solid rgba(0, 0, 0, .3);
[537] Fix | Delete
border-top-color: rgba(0, 0, 0, .6);
[538] Fix | Delete
animation: jBoxLoading .6s linear infinite;
[539] Fix | Delete
-webkit-animation: jBoxLoading .6s linear infinite;
[540] Fix | Delete
}
[541] Fix | Delete
[542] Fix | Delete
/* IE8 fixes */
[543] Fix | Delete
[544] Fix | Delete
.jBox-IE8.jBox-Tooltip .jBox-container,
[545] Fix | Delete
.jBox-IE8.jBox-Mouse .jBox-container {
[546] Fix | Delete
border: 1px solid #aaa;
[547] Fix | Delete
}
[548] Fix | Delete
[549] Fix | Delete
.jBox-IE8 .jBox-pointer:after {
[550] Fix | Delete
display: none;
[551] Fix | Delete
}
[552] Fix | Delete
[553] Fix | Delete
.jBox-IE8 .jBox-pointer {
[554] Fix | Delete
border: 0;
[555] Fix | Delete
background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
[556] Fix | Delete
}
[557] Fix | Delete
[558] Fix | Delete
.jBox-IE8 .jBox-pointer-top { background-position: center top; }
[559] Fix | Delete
.jBox-IE8 .jBox-pointer-bottom { background-position: center bottom; }
[560] Fix | Delete
.jBox-IE8 .jBox-pointer-left { background-position: left center; }
[561] Fix | Delete
.jBox-IE8 .jBox-pointer-right { background-position: right center; }
[562] Fix | Delete
[563] Fix | Delete
.jBox-IE8.jBox-Modal .jBox-container {
[564] Fix | Delete
border: 3px solid #aaa;
[565] Fix | Delete
}
[566] Fix | Delete
[567] Fix | Delete
/* No SVG support fixes */
[568] Fix | Delete
[569] Fix | Delete
.jBox-nosvg .jBox-closeButton:before {
[570] Fix | Delete
font-family: Verdana, sans-serif;
[571] Fix | Delete
content: 'x';
[572] Fix | Delete
text-align: center;
[573] Fix | Delete
font-size: 18px;
[574] Fix | Delete
color: #888;
[575] Fix | Delete
}
[576] Fix | Delete
[577] Fix | Delete
/* Progress Bar */
[578] Fix | Delete
[579] Fix | Delete
.jBox-content .nf-progress-bar {
[580] Fix | Delete
height: 20px;
[581] Fix | Delete
border-radius: 3px;
[582] Fix | Delete
margin: 25px 0px;
[583] Fix | Delete
border: 1px solid #1ea9ea;
[584] Fix | Delete
position: relative;
[585] Fix | Delete
overflow: hidden;
[586] Fix | Delete
}
[587] Fix | Delete
[588] Fix | Delete
.jBox-content .nf-progress-bar-slider {
[589] Fix | Delete
height: 20px;
[590] Fix | Delete
width: 0%;
[591] Fix | Delete
background-color: #1ea9ea;
[592] Fix | Delete
transition: width 0.3s;
[593] Fix | Delete
}
[594] Fix | Delete
[595] Fix | Delete
/* Buttons */
[596] Fix | Delete
[597] Fix | Delete
.jBox-content .nf-button {
[598] Fix | Delete
border: 0;
[599] Fix | Delete
border-radius: 4px;
[600] Fix | Delete
cursor: pointer;
[601] Fix | Delete
display: inline-block;
[602] Fix | Delete
font-size: 17px;
[603] Fix | Delete
padding: 10px 30px;
[604] Fix | Delete
text-align: center;
[605] Fix | Delete
text-decoration: none;
[606] Fix | Delete
text-transform: uppercase;
[607] Fix | Delete
appearance: none;
[608] Fix | Delete
}
[609] Fix | Delete
.jBox-content .nf-button.primary {
[610] Fix | Delete
background: #1EA9EA;
[611] Fix | Delete
border: 1px solid #1EA9EA;
[612] Fix | Delete
color: #fff;
[613] Fix | Delete
}
[614] Fix | Delete
.jBox-content .nf-button.secondary {
[615] Fix | Delete
background: #fff;
[616] Fix | Delete
border: 1px solid #1EA9EA;
[617] Fix | Delete
color: #1EA9EA;
[618] Fix | Delete
}
[619] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function