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/wp-admin/css
File: themes.css
position: absolute;
[500] Fix | Delete
text-align: center;
[501] Fix | Delete
bottom: 0;
[502] Fix | Delete
left: 0;
[503] Fix | Delete
right: 0;
[504] Fix | Delete
padding: 10px 25px 5px;
[505] Fix | Delete
background: #f6f7f7;
[506] Fix | Delete
z-index: 30;
[507] Fix | Delete
box-sizing: border-box;
[508] Fix | Delete
border-top: 1px solid #f0f0f1;
[509] Fix | Delete
display: flex;
[510] Fix | Delete
justify-content: center;
[511] Fix | Delete
gap: 5px;
[512] Fix | Delete
}
[513] Fix | Delete
[514] Fix | Delete
.theme-overlay .theme-actions .button {
[515] Fix | Delete
margin-bottom: 5px;
[516] Fix | Delete
}
[517] Fix | Delete
[518] Fix | Delete
/* Hide-if-customize for items we can't add classes to */
[519] Fix | Delete
.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-header"],
[520] Fix | Delete
.customize-support .theme-overlay .theme-actions a[href="themes.php?page=custom-background"] {
[521] Fix | Delete
display: none;
[522] Fix | Delete
}
[523] Fix | Delete
[524] Fix | Delete
.broken-themes a.delete-theme,
[525] Fix | Delete
.theme-overlay .theme-actions .delete-theme {
[526] Fix | Delete
color: #b32d2e;
[527] Fix | Delete
text-decoration: none;
[528] Fix | Delete
border-color: transparent;
[529] Fix | Delete
box-shadow: none;
[530] Fix | Delete
background: transparent;
[531] Fix | Delete
}
[532] Fix | Delete
[533] Fix | Delete
.broken-themes a.delete-theme:hover,
[534] Fix | Delete
.broken-themes a.delete-theme:focus,
[535] Fix | Delete
.theme-overlay .theme-actions .delete-theme:hover,
[536] Fix | Delete
.theme-overlay .theme-actions .delete-theme:focus {
[537] Fix | Delete
background: #b32d2e;
[538] Fix | Delete
color: #fff;
[539] Fix | Delete
border-color: #b32d2e;
[540] Fix | Delete
box-shadow: 0 0 0 1px #b32d2e;
[541] Fix | Delete
}
[542] Fix | Delete
[543] Fix | Delete
.theme-overlay .theme-actions .active-theme,
[544] Fix | Delete
.theme-overlay.active .theme-actions .inactive-theme {
[545] Fix | Delete
display: none;
[546] Fix | Delete
}
[547] Fix | Delete
[548] Fix | Delete
.theme-overlay .theme-actions .inactive-theme,
[549] Fix | Delete
.theme-overlay.active .theme-actions .active-theme {
[550] Fix | Delete
display: block;
[551] Fix | Delete
}
[552] Fix | Delete
[553] Fix | Delete
/**
[554] Fix | Delete
* Theme Screenshots gallery
[555] Fix | Delete
*/
[556] Fix | Delete
.theme-overlay .theme-screenshots {
[557] Fix | Delete
float: left;
[558] Fix | Delete
margin: 0 30px 0 0;
[559] Fix | Delete
width: 55%;
[560] Fix | Delete
max-width: 1200px; /* Recommended theme screenshot width, set here to avoid stretching */
[561] Fix | Delete
text-align: center;
[562] Fix | Delete
}
[563] Fix | Delete
[564] Fix | Delete
/* First screenshot, shown big */
[565] Fix | Delete
.theme-overlay .screenshot {
[566] Fix | Delete
border: 1px solid #fff;
[567] Fix | Delete
box-sizing: border-box;
[568] Fix | Delete
overflow: hidden;
[569] Fix | Delete
position: relative;
[570] Fix | Delete
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
[571] Fix | Delete
}
[572] Fix | Delete
[573] Fix | Delete
.theme-overlay .screenshot:after {
[574] Fix | Delete
content: "";
[575] Fix | Delete
display: block;
[576] Fix | Delete
padding-top: 75%; /* using a 4/3 aspect ratio */
[577] Fix | Delete
}
[578] Fix | Delete
[579] Fix | Delete
.theme-overlay .screenshot img {
[580] Fix | Delete
height: auto;
[581] Fix | Delete
position: absolute;
[582] Fix | Delete
left: 0;
[583] Fix | Delete
top: 0;
[584] Fix | Delete
width: 100%;
[585] Fix | Delete
}
[586] Fix | Delete
/* Handles old 300px screenshots */
[587] Fix | Delete
.theme-overlay.small-screenshot .theme-screenshots {
[588] Fix | Delete
position: absolute;
[589] Fix | Delete
width: 302px;
[590] Fix | Delete
}
[591] Fix | Delete
.theme-overlay.small-screenshot .theme-info {
[592] Fix | Delete
margin-left: 350px;
[593] Fix | Delete
width: auto;
[594] Fix | Delete
}
[595] Fix | Delete
[596] Fix | Delete
/* Other screenshots, shown small and square */
[597] Fix | Delete
.theme-overlay .screenshot.thumb {
[598] Fix | Delete
background: #c3c4c7;
[599] Fix | Delete
border: 1px solid #f0f0f1;
[600] Fix | Delete
float: none;
[601] Fix | Delete
display: inline-block;
[602] Fix | Delete
margin: 10px 5px 0;
[603] Fix | Delete
width: 140px;
[604] Fix | Delete
height: 80px;
[605] Fix | Delete
cursor: pointer;
[606] Fix | Delete
}
[607] Fix | Delete
[608] Fix | Delete
.theme-overlay .screenshot.thumb:after {
[609] Fix | Delete
content: "";
[610] Fix | Delete
display: block;
[611] Fix | Delete
padding-top: 100%; /* using a 1/1 aspect ratio */
[612] Fix | Delete
}
[613] Fix | Delete
[614] Fix | Delete
.theme-overlay .screenshot.thumb img {
[615] Fix | Delete
cursor: pointer;
[616] Fix | Delete
height: auto;
[617] Fix | Delete
position: absolute;
[618] Fix | Delete
left: 0;
[619] Fix | Delete
top: 0;
[620] Fix | Delete
width: 100%;
[621] Fix | Delete
height: auto;
[622] Fix | Delete
}
[623] Fix | Delete
[624] Fix | Delete
.theme-overlay .screenshot.selected {
[625] Fix | Delete
background: transparent;
[626] Fix | Delete
border: 2px solid #72aee6;
[627] Fix | Delete
}
[628] Fix | Delete
[629] Fix | Delete
.theme-overlay .screenshot.selected img {
[630] Fix | Delete
opacity: 0.8;
[631] Fix | Delete
}
[632] Fix | Delete
[633] Fix | Delete
/* No screenshot placeholder */
[634] Fix | Delete
.theme-browser .theme .theme-screenshot.blank,
[635] Fix | Delete
.theme-overlay .screenshot.blank {
[636] Fix | Delete
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYGWO8d+/efwYkoKioiMRjYGBC4WHhUK6A8T8QIJt8//59ZC493AAAQssKpBK4F5AAAAAASUVORK5CYII=);
[637] Fix | Delete
}
[638] Fix | Delete
[639] Fix | Delete
/**
[640] Fix | Delete
* Theme heading information
[641] Fix | Delete
*/
[642] Fix | Delete
.theme-overlay .theme-info {
[643] Fix | Delete
width: 40%;
[644] Fix | Delete
float: left;
[645] Fix | Delete
}
[646] Fix | Delete
[647] Fix | Delete
.theme-overlay .current-label {
[648] Fix | Delete
background: #2c3338;
[649] Fix | Delete
color: #fff;
[650] Fix | Delete
font-size: 11px;
[651] Fix | Delete
display: inline-block;
[652] Fix | Delete
padding: 2px 8px;
[653] Fix | Delete
border-radius: 2px;
[654] Fix | Delete
margin: 0 0 -10px;
[655] Fix | Delete
-webkit-user-select: none;
[656] Fix | Delete
user-select: none;
[657] Fix | Delete
}
[658] Fix | Delete
[659] Fix | Delete
.theme-overlay .theme-name {
[660] Fix | Delete
color: #1d2327;
[661] Fix | Delete
font-size: 32px;
[662] Fix | Delete
font-weight: 100;
[663] Fix | Delete
margin: 10px 0 0;
[664] Fix | Delete
line-height: 1.3;
[665] Fix | Delete
word-wrap: break-word;
[666] Fix | Delete
overflow-wrap: break-word;
[667] Fix | Delete
}
[668] Fix | Delete
[669] Fix | Delete
.theme-overlay .theme-version {
[670] Fix | Delete
color: #646970;
[671] Fix | Delete
font-size: 13px;
[672] Fix | Delete
font-weight: 400;
[673] Fix | Delete
float: none;
[674] Fix | Delete
display: inline-block;
[675] Fix | Delete
margin-left: 10px;
[676] Fix | Delete
}
[677] Fix | Delete
[678] Fix | Delete
.theme-overlay .theme-author {
[679] Fix | Delete
margin: 15px 0 25px;
[680] Fix | Delete
color: #646970;
[681] Fix | Delete
font-size: 16px;
[682] Fix | Delete
font-weight: 400;
[683] Fix | Delete
line-height: inherit;
[684] Fix | Delete
}
[685] Fix | Delete
[686] Fix | Delete
.theme-overlay .toggle-auto-update {
[687] Fix | Delete
/* Better align spin icon and text. */
[688] Fix | Delete
display: inline-flex;
[689] Fix | Delete
align-items: center;
[690] Fix | Delete
/* Prevents content after the auto-update toggler from jumping down and up. */
[691] Fix | Delete
min-height: 20px; /* Same height as the spinning dashicon. */
[692] Fix | Delete
vertical-align: top;
[693] Fix | Delete
}
[694] Fix | Delete
[695] Fix | Delete
.theme-overlay .theme-autoupdate .toggle-auto-update {
[696] Fix | Delete
text-decoration: none;
[697] Fix | Delete
}
[698] Fix | Delete
[699] Fix | Delete
.theme-overlay .theme-autoupdate .toggle-auto-update .label {
[700] Fix | Delete
text-decoration: underline;
[701] Fix | Delete
}
[702] Fix | Delete
[703] Fix | Delete
.theme-overlay .theme-description {
[704] Fix | Delete
color: #50575e;
[705] Fix | Delete
font-size: 15px;
[706] Fix | Delete
font-weight: 400;
[707] Fix | Delete
line-height: 1.5;
[708] Fix | Delete
margin: 30px 0 0;
[709] Fix | Delete
}
[710] Fix | Delete
[711] Fix | Delete
.theme-overlay .theme-tags {
[712] Fix | Delete
border-top: 3px solid #f0f0f1;
[713] Fix | Delete
color: #646970;
[714] Fix | Delete
font-size: 13px;
[715] Fix | Delete
font-weight: 400;
[716] Fix | Delete
margin: 30px 0 0;
[717] Fix | Delete
padding-top: 20px;
[718] Fix | Delete
}
[719] Fix | Delete
[720] Fix | Delete
.theme-overlay .theme-tags span {
[721] Fix | Delete
color: #3c434a;
[722] Fix | Delete
font-weight: 600;
[723] Fix | Delete
margin-right: 5px;
[724] Fix | Delete
}
[725] Fix | Delete
[726] Fix | Delete
.theme-overlay .parent-theme {
[727] Fix | Delete
background: #fff;
[728] Fix | Delete
border: 1px solid #f0f0f1;
[729] Fix | Delete
border-left: 4px solid #72aee6;
[730] Fix | Delete
font-size: 14px;
[731] Fix | Delete
font-weight: 400;
[732] Fix | Delete
margin-top: 30px;
[733] Fix | Delete
padding: 10px 10px 10px 20px;
[734] Fix | Delete
}
[735] Fix | Delete
[736] Fix | Delete
.theme-overlay .parent-theme strong {
[737] Fix | Delete
font-weight: 600;
[738] Fix | Delete
}
[739] Fix | Delete
[740] Fix | Delete
/**
[741] Fix | Delete
* Single Theme Mode
[742] Fix | Delete
* Displays detailed view inline when a user has no switch capabilities
[743] Fix | Delete
*/
[744] Fix | Delete
.single-theme .theme-overlay .theme-backdrop,
[745] Fix | Delete
.single-theme .theme-overlay .theme-header,
[746] Fix | Delete
.single-theme .theme {
[747] Fix | Delete
display: none;
[748] Fix | Delete
}
[749] Fix | Delete
[750] Fix | Delete
.single-theme .theme-overlay .theme-wrap {
[751] Fix | Delete
clear: both;
[752] Fix | Delete
min-height: 330px;
[753] Fix | Delete
position: relative;
[754] Fix | Delete
left: auto;
[755] Fix | Delete
right: auto;
[756] Fix | Delete
top: auto;
[757] Fix | Delete
bottom: auto;
[758] Fix | Delete
z-index: 10;
[759] Fix | Delete
}
[760] Fix | Delete
[761] Fix | Delete
.single-theme .theme-overlay .theme-about {
[762] Fix | Delete
padding: 30px 30px 70px;
[763] Fix | Delete
position: static;
[764] Fix | Delete
}
[765] Fix | Delete
[766] Fix | Delete
.single-theme .theme-overlay .theme-actions {
[767] Fix | Delete
position: absolute;
[768] Fix | Delete
}
[769] Fix | Delete
[770] Fix | Delete
/**
[771] Fix | Delete
* Basic Responsive structure...
[772] Fix | Delete
*
[773] Fix | Delete
* Shuffles theme columns around based on screen width
[774] Fix | Delete
*/
[775] Fix | Delete
[776] Fix | Delete
@media only screen and (min-width: 2000px) {
[777] Fix | Delete
#wpwrap .theme-browser .theme {
[778] Fix | Delete
width: 17.6%;
[779] Fix | Delete
margin: 0 3% 3% 0;
[780] Fix | Delete
}
[781] Fix | Delete
[782] Fix | Delete
#wpwrap .theme-browser .theme:nth-child(3n),
[783] Fix | Delete
#wpwrap .theme-browser .theme:nth-child(4n) {
[784] Fix | Delete
margin-right: 3%;
[785] Fix | Delete
}
[786] Fix | Delete
[787] Fix | Delete
#wpwrap .theme-browser .theme:nth-child(5n) {
[788] Fix | Delete
margin-right: 0;
[789] Fix | Delete
}
[790] Fix | Delete
}
[791] Fix | Delete
[792] Fix | Delete
@media only screen and (min-width: 1680px) {
[793] Fix | Delete
.theme-overlay .theme-wrap {
[794] Fix | Delete
width: 1450px;
[795] Fix | Delete
margin: 0 auto;
[796] Fix | Delete
}
[797] Fix | Delete
}
[798] Fix | Delete
[799] Fix | Delete
/* Maximum screenshot width reaches 440px */
[800] Fix | Delete
@media only screen and (min-width: 1640px) {
[801] Fix | Delete
.theme-browser .theme {
[802] Fix | Delete
width: 22.7%;
[803] Fix | Delete
margin: 0 3% 3% 0;
[804] Fix | Delete
}
[805] Fix | Delete
.theme-browser .theme .theme-screenshot:after {
[806] Fix | Delete
padding-top: 75%; /* using a 4/3 aspect ratio */
[807] Fix | Delete
}
[808] Fix | Delete
[809] Fix | Delete
.theme-browser .theme:nth-child(3n) {
[810] Fix | Delete
margin-right: 3%;
[811] Fix | Delete
}
[812] Fix | Delete
[813] Fix | Delete
.theme-browser .theme:nth-child(4n) {
[814] Fix | Delete
margin-right: 0;
[815] Fix | Delete
}
[816] Fix | Delete
}
[817] Fix | Delete
/* Maximum screenshot width reaches 440px */
[818] Fix | Delete
@media only screen and (max-width: 1120px) {
[819] Fix | Delete
.theme-browser .theme {
[820] Fix | Delete
width: 47.5%;
[821] Fix | Delete
margin-right: 0;
[822] Fix | Delete
}
[823] Fix | Delete
[824] Fix | Delete
.theme-browser .theme:nth-child(even) {
[825] Fix | Delete
margin-right: 0;
[826] Fix | Delete
}
[827] Fix | Delete
[828] Fix | Delete
.theme-browser .theme:nth-child(odd) {
[829] Fix | Delete
margin-right: 5%;
[830] Fix | Delete
}
[831] Fix | Delete
}
[832] Fix | Delete
[833] Fix | Delete
/* Admin menu is folded */
[834] Fix | Delete
@media only screen and (max-width: 960px) {
[835] Fix | Delete
.theme-overlay .theme-wrap {
[836] Fix | Delete
left: 65px;
[837] Fix | Delete
}
[838] Fix | Delete
}
[839] Fix | Delete
[840] Fix | Delete
@media only screen and (max-width: 782px) {
[841] Fix | Delete
body.folded .theme-overlay .theme-wrap,
[842] Fix | Delete
.theme-overlay .theme-wrap {
[843] Fix | Delete
top: 0; /* The adminmenu isn't fixed on mobile, so this can use the full viewport height */
[844] Fix | Delete
right: 0;
[845] Fix | Delete
bottom: 0;
[846] Fix | Delete
left: 0;
[847] Fix | Delete
padding: 70px 20px 20px;
[848] Fix | Delete
border: none;
[849] Fix | Delete
z-index: 100000; /* should overlap #wpadminbar. */
[850] Fix | Delete
position: fixed;
[851] Fix | Delete
}
[852] Fix | Delete
[853] Fix | Delete
.theme-browser .theme.active .theme-name span {
[854] Fix | Delete
/* Hide the "Active: " label on smaller screens. */
[855] Fix | Delete
display: none;
[856] Fix | Delete
}
[857] Fix | Delete
[858] Fix | Delete
.theme-overlay .theme-screenshots {
[859] Fix | Delete
width: 40%;
[860] Fix | Delete
}
[861] Fix | Delete
[862] Fix | Delete
.theme-overlay .theme-info {
[863] Fix | Delete
width: 50%;
[864] Fix | Delete
}
[865] Fix | Delete
.single-theme .theme-wrap {
[866] Fix | Delete
padding: 10px;
[867] Fix | Delete
}
[868] Fix | Delete
[869] Fix | Delete
.theme-browser .theme .theme-actions {
[870] Fix | Delete
padding: 5px 10px 4px;
[871] Fix | Delete
}
[872] Fix | Delete
[873] Fix | Delete
.theme-overlay.small-screenshot .theme-screenshots {
[874] Fix | Delete
position: static;
[875] Fix | Delete
float: none;
[876] Fix | Delete
max-width: 302px;
[877] Fix | Delete
}
[878] Fix | Delete
[879] Fix | Delete
.theme-overlay.small-screenshot .theme-info {
[880] Fix | Delete
margin-left: 0;
[881] Fix | Delete
width: auto;
[882] Fix | Delete
}
[883] Fix | Delete
[884] Fix | Delete
.theme:not(.active):hover .theme-actions,
[885] Fix | Delete
.theme:not(.active):focus .theme-actions,
[886] Fix | Delete
.theme:hover .more-details,
[887] Fix | Delete
.theme.focus .more-details {
[888] Fix | Delete
display: none;
[889] Fix | Delete
}
[890] Fix | Delete
[891] Fix | Delete
.theme-browser.rendered .theme:hover .theme-screenshot img,
[892] Fix | Delete
.theme-browser.rendered .theme.focus .theme-screenshot img {
[893] Fix | Delete
opacity: 1.0;
[894] Fix | Delete
}
[895] Fix | Delete
}
[896] Fix | Delete
[897] Fix | Delete
@media only screen and (max-width: 480px) {
[898] Fix | Delete
.theme-browser .theme {
[899] Fix | Delete
width: 100%;
[900] Fix | Delete
margin-right: 0;
[901] Fix | Delete
}
[902] Fix | Delete
[903] Fix | Delete
.theme-browser .theme:nth-child(2n),
[904] Fix | Delete
.theme-browser .theme:nth-child(3n) {
[905] Fix | Delete
margin-right: 0;
[906] Fix | Delete
}
[907] Fix | Delete
[908] Fix | Delete
.theme-overlay .theme-about {
[909] Fix | Delete
bottom: 105px;
[910] Fix | Delete
}
[911] Fix | Delete
[912] Fix | Delete
.theme-overlay .theme-actions {
[913] Fix | Delete
padding-left: 4%;
[914] Fix | Delete
padding-right: 4%;
[915] Fix | Delete
}
[916] Fix | Delete
}
[917] Fix | Delete
[918] Fix | Delete
@media only screen and (max-width: 650px) {
[919] Fix | Delete
.theme-overlay .theme-description {
[920] Fix | Delete
margin-left: 0;
[921] Fix | Delete
}
[922] Fix | Delete
[923] Fix | Delete
.theme-overlay .theme-actions .delete-theme {
[924] Fix | Delete
position: relative;
[925] Fix | Delete
right: auto;
[926] Fix | Delete
bottom: auto;
[927] Fix | Delete
}
[928] Fix | Delete
[929] Fix | Delete
.theme-overlay .theme-actions .inactive-theme {
[930] Fix | Delete
display: inline;
[931] Fix | Delete
}
[932] Fix | Delete
[933] Fix | Delete
.theme-overlay .theme-screenshots {
[934] Fix | Delete
width: 100%;
[935] Fix | Delete
float: none;
[936] Fix | Delete
}
[937] Fix | Delete
[938] Fix | Delete
.theme-overlay .theme-info {
[939] Fix | Delete
width: 100%;
[940] Fix | Delete
}
[941] Fix | Delete
[942] Fix | Delete
.theme-overlay .theme-author {
[943] Fix | Delete
margin: 5px 0 15px;
[944] Fix | Delete
}
[945] Fix | Delete
[946] Fix | Delete
.theme-overlay .current-label {
[947] Fix | Delete
margin-top: 10px;
[948] Fix | Delete
font-size: 13px;
[949] Fix | Delete
}
[950] Fix | Delete
[951] Fix | Delete
.themes-php .wp-filter-search {
[952] Fix | Delete
float: none;
[953] Fix | Delete
clear: both;
[954] Fix | Delete
left: 0;
[955] Fix | Delete
right: 0;
[956] Fix | Delete
width: 100%;
[957] Fix | Delete
max-width: 280px;
[958] Fix | Delete
}
[959] Fix | Delete
[960] Fix | Delete
.theme-install-php .wp-filter p.search-box {
[961] Fix | Delete
display: grid;
[962] Fix | Delete
row-gap: .5rem;
[963] Fix | Delete
}
[964] Fix | Delete
[965] Fix | Delete
.theme-browser .theme.add-new-theme span:after {
[966] Fix | Delete
font: normal 60px/90px dashicons;
[967] Fix | Delete
width: 80px;
[968] Fix | Delete
height: 80px;
[969] Fix | Delete
top: 30%;
[970] Fix | Delete
left: 50%;
[971] Fix | Delete
text-indent: 0;
[972] Fix | Delete
margin-left: -40px;
[973] Fix | Delete
}
[974] Fix | Delete
[975] Fix | Delete
.single-theme .theme-wrap {
[976] Fix | Delete
margin: 0 -12px 0 -10px;
[977] Fix | Delete
padding: 10px;
[978] Fix | Delete
}
[979] Fix | Delete
.single-theme .theme-overlay .theme-about {
[980] Fix | Delete
padding: 10px;
[981] Fix | Delete
overflow: visible;
[982] Fix | Delete
}
[983] Fix | Delete
.single-theme .current-label {
[984] Fix | Delete
display: none;
[985] Fix | Delete
}
[986] Fix | Delete
.single-theme .theme-overlay .theme-actions {
[987] Fix | Delete
position: static;
[988] Fix | Delete
}
[989] Fix | Delete
}
[990] Fix | Delete
[991] Fix | Delete
.broken-themes {
[992] Fix | Delete
clear: both;
[993] Fix | Delete
}
[994] Fix | Delete
[995] Fix | Delete
.broken-themes table {
[996] Fix | Delete
text-align: left;
[997] Fix | Delete
width: 50%;
[998] Fix | Delete
border-spacing: 3px;
[999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function