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