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-conte.../plugins/custom-t.../css
File: ctf-styles.css
border: 1px solid rgba(0,0,0,0.15);
[500] Fix | Delete
[501] Fix | Delete
color: inherit;
[502] Fix | Delete
text-decoration: none;
[503] Fix | Delete
line-height: 1;
[504] Fix | Delete
[505] Fix | Delete
-moz-border-radius: 2px;
[506] Fix | Delete
-webkit-border-radius: 2px;
[507] Fix | Delete
border-radius: 2px;
[508] Fix | Delete
[509] Fix | Delete
-moz-transition: background 0.1s ease-in-out;
[510] Fix | Delete
-webkit-transition: background 0.1s ease-in-out;
[511] Fix | Delete
-o-transition: background 0.1s ease-in-out;
[512] Fix | Delete
transition: background 0.1s ease-in-out;
[513] Fix | Delete
}
[514] Fix | Delete
#ctf .ctf-tweet-text-media-wrap:hover,
[515] Fix | Delete
#ctf .ctf-tweet-text-media-wrap:focus{
[516] Fix | Delete
background: #eee;
[517] Fix | Delete
background: rgba(0,0,0,0.05);
[518] Fix | Delete
border: 1px solid #ddd;
[519] Fix | Delete
border: 1px solid rgba(0,0,0,0.1);
[520] Fix | Delete
[521] Fix | Delete
-moz-transition: background 0.1s ease-in-out;
[522] Fix | Delete
-webkit-transition: background 0.1s ease-in-out;
[523] Fix | Delete
-o-transition: background 0.1s ease-in-out;
[524] Fix | Delete
transition: background 0.1s ease-in-out;
[525] Fix | Delete
}
[526] Fix | Delete
.ctf-multi-media-icon .ctf-tweet-text-media,
[527] Fix | Delete
.ctf-quoted-tweet-text .ctf-tweet-text-media{
[528] Fix | Delete
margin-left: 3px;
[529] Fix | Delete
}
[530] Fix | Delete
[531] Fix | Delete
/* Load more */
[532] Fix | Delete
#ctf #ctf-more{
[533] Fix | Delete
display: block;
[534] Fix | Delete
border: none;
[535] Fix | Delete
background: #eee;
[536] Fix | Delete
background: rgba(0,0,0,0.05);
[537] Fix | Delete
width: 100%;
[538] Fix | Delete
min-height: 30px;
[539] Fix | Delete
padding: 5px 0;
[540] Fix | Delete
margin: 0;
[541] Fix | Delete
position: relative;
[542] Fix | Delete
text-align: center;
[543] Fix | Delete
box-sizing: border-box;
[544] Fix | Delete
outline: none;
[545] Fix | Delete
text-decoration: none;
[546] Fix | Delete
[547] Fix | Delete
-moz-border-radius: 5px;
[548] Fix | Delete
-webkit-border-radius: 5px;
[549] Fix | Delete
border-radius: 5px;
[550] Fix | Delete
[551] Fix | Delete
-moz-transition: background 0.1s ease-in-out;
[552] Fix | Delete
-webkit-transition: background 0.1s ease-in-out;
[553] Fix | Delete
-o-transition: background 0.1s ease-in-out;
[554] Fix | Delete
transition: background 0.1s ease-in-out;
[555] Fix | Delete
}
[556] Fix | Delete
#ctf #ctf-more:hover{
[557] Fix | Delete
background: #ddd;
[558] Fix | Delete
background: rgba(0,0,0,0.1);
[559] Fix | Delete
-moz-transition: background 0.1s ease-in-out;
[560] Fix | Delete
-webkit-transition: background 0.1s ease-in-out;
[561] Fix | Delete
-o-transition: background 0.1s ease-in-out;
[562] Fix | Delete
transition: background 0.1s ease-in-out;
[563] Fix | Delete
}
[564] Fix | Delete
#ctf #ctf-more.ctf-loading span{
[565] Fix | Delete
-moz-transition: opacity 0.5s ease-in-out;
[566] Fix | Delete
-webkit-transition: opacity 0.5s ease-in-out;
[567] Fix | Delete
-o-transition: opacity 0.5s ease-in-out;
[568] Fix | Delete
transition: opacity 0.5s ease-in-out;
[569] Fix | Delete
}
[570] Fix | Delete
#ctf #ctf-more.ctf-loading span{
[571] Fix | Delete
filter: alpha(opacity=0);
[572] Fix | Delete
opacity: 0;
[573] Fix | Delete
}
[574] Fix | Delete
#ctf .ctf-loader {
[575] Fix | Delete
width: 20px;
[576] Fix | Delete
height: 20px;
[577] Fix | Delete
[578] Fix | Delete
position: absolute;
[579] Fix | Delete
top: 50%;
[580] Fix | Delete
left: 50%;
[581] Fix | Delete
margin: -10px 0 0 -10px;
[582] Fix | Delete
background-color: unset;
[583] Fix | Delete
background-color: rgba(0,0,0,0.5);
[584] Fix | Delete
[585] Fix | Delete
border-radius: 100%;
[586] Fix | Delete
-webkit-animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
[587] Fix | Delete
animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
[588] Fix | Delete
}
[589] Fix | Delete
@-webkit-keyframes ctf-sk-scaleout {
[590] Fix | Delete
0% { -webkit-transform: scale(0) }
[591] Fix | Delete
100% {
[592] Fix | Delete
-webkit-transform: scale(1.0);
[593] Fix | Delete
opacity: 0;
[594] Fix | Delete
}
[595] Fix | Delete
}
[596] Fix | Delete
@keyframes ctf-sk-scaleout {
[597] Fix | Delete
0% {
[598] Fix | Delete
-webkit-transform: scale(0);
[599] Fix | Delete
transform: scale(0);
[600] Fix | Delete
} 100% {
[601] Fix | Delete
-webkit-transform: scale(1.0);
[602] Fix | Delete
transform: scale(1.0);
[603] Fix | Delete
opacity: 0;
[604] Fix | Delete
}
[605] Fix | Delete
}
[606] Fix | Delete
[607] Fix | Delete
/* Credit link */
[608] Fix | Delete
.ctf-credit-link{
[609] Fix | Delete
width: 100%;
[610] Fix | Delete
clear: both;
[611] Fix | Delete
padding: 5px 0;
[612] Fix | Delete
margin-top: 5px;
[613] Fix | Delete
text-align: center;
[614] Fix | Delete
font-size: 12px;
[615] Fix | Delete
}
[616] Fix | Delete
.ctf-credit-link .fa,
[617] Fix | Delete
.ctf-credit-link svg {
[618] Fix | Delete
margin-right: 4px;
[619] Fix | Delete
}
[620] Fix | Delete
[621] Fix | Delete
/* SVGs */
[622] Fix | Delete
#ctf svg { box-sizing: unset; }
[623] Fix | Delete
#ctf svg:not(:root).svg-inline--fa,
[624] Fix | Delete
#ctf_lightbox svg:not(:root).svg-inline--fa{
[625] Fix | Delete
box-sizing: unset;
[626] Fix | Delete
overflow: visible;
[627] Fix | Delete
width: 1em;
[628] Fix | Delete
}
[629] Fix | Delete
#ctf .svg-inline--fa.fa-w-16,
[630] Fix | Delete
#ctf .svg-inline--fa.fa-w-16{
[631] Fix | Delete
width: 16px;
[632] Fix | Delete
}
[633] Fix | Delete
#ctf .svg-inline--fa.fa-w-20 {
[634] Fix | Delete
width: 20px;
[635] Fix | Delete
}
[636] Fix | Delete
#ctf .ctf-context .ctf-retweet-icon svg{
[637] Fix | Delete
width: 1.2em;
[638] Fix | Delete
height: 1.2em;
[639] Fix | Delete
}
[640] Fix | Delete
#ctf .svg-inline--fa,
[641] Fix | Delete
#ctf_lightbox .svg-inline--fa{
[642] Fix | Delete
display: inline-block;
[643] Fix | Delete
font-size: inherit;
[644] Fix | Delete
height: 1em;
[645] Fix | Delete
overflow: visible;
[646] Fix | Delete
vertical-align: -.125em;
[647] Fix | Delete
}
[648] Fix | Delete
[649] Fix | Delete
#ctf #ctf .ctf-photo-hover span.fa-arrows-alt,
[650] Fix | Delete
#ctf .ctf-photo-hover svg.fa-arrows-alt {
[651] Fix | Delete
display: none;
[652] Fix | Delete
}
[653] Fix | Delete
[654] Fix | Delete
/* Default styles */
[655] Fix | Delete
#ctf.ctf-styles .ctf-author-screenname,
[656] Fix | Delete
#ctf.ctf-styles .ctf-screename-sep,
[657] Fix | Delete
#ctf.ctf-styles .ctf-context,
[658] Fix | Delete
#ctf.ctf-styles .ctf-tweet-meta{
[659] Fix | Delete
font-size: 12px;
[660] Fix | Delete
}
[661] Fix | Delete
[662] Fix | Delete
/* Errors */
[663] Fix | Delete
#ctf .ctf-error{
[664] Fix | Delete
width: 100%;
[665] Fix | Delete
text-align: center;
[666] Fix | Delete
}
[667] Fix | Delete
#ctf .ctf-error p,
[668] Fix | Delete
#ctf .ctf-error iframe,
[669] Fix | Delete
#ctf .ctf-error code{
[670] Fix | Delete
padding: 0;
[671] Fix | Delete
margin: 0 2px;
[672] Fix | Delete
}
[673] Fix | Delete
#ctf .ctf-error-user p{
[674] Fix | Delete
padding-bottom: 5px;
[675] Fix | Delete
}
[676] Fix | Delete
#ctf .ctf-error-user{
[677] Fix | Delete
width: 100%;
[678] Fix | Delete
}
[679] Fix | Delete
#ctf .ctf-error-admin{
[680] Fix | Delete
margin-top: 15px;
[681] Fix | Delete
display: inline-block;
[682] Fix | Delete
}
[683] Fix | Delete
#ctf .ctf-error code{
[684] Fix | Delete
display: block;
[685] Fix | Delete
padding: 4px;
[686] Fix | Delete
}
[687] Fix | Delete
.ctf_smash_error{
[688] Fix | Delete
border: 1px solid #ddd;
[689] Fix | Delete
background: #eee;
[690] Fix | Delete
color: #333;
[691] Fix | Delete
margin: 10px 0 0;
[692] Fix | Delete
padding: 10px 15px;
[693] Fix | Delete
font-size: 13px;
[694] Fix | Delete
text-align: center;
[695] Fix | Delete
clear: both;
[696] Fix | Delete
[697] Fix | Delete
-moz-border-radius: 4px;
[698] Fix | Delete
-webkit-border-radius: 4px;
[699] Fix | Delete
border-radius: 4px;
[700] Fix | Delete
}
[701] Fix | Delete
.ctf_smash_error p{
[702] Fix | Delete
padding: 5px 0 !important;
[703] Fix | Delete
margin: 0 !important;
[704] Fix | Delete
line-height: 1.3 !important;
[705] Fix | Delete
}
[706] Fix | Delete
.ctf_smash_error span{
[707] Fix | Delete
font-size: 12px;
[708] Fix | Delete
}
[709] Fix | Delete
[710] Fix | Delete
/* Out of tweets */
[711] Fix | Delete
#ctf .ctf-out-of-tweets{
[712] Fix | Delete
width: 100%;
[713] Fix | Delete
}
[714] Fix | Delete
#ctf .ctf-out-of-tweets{
[715] Fix | Delete
display: block;
[716] Fix | Delete
border: 1px solid rgba(0,0,0,0.1);
[717] Fix | Delete
background: none;
[718] Fix | Delete
background: none;
[719] Fix | Delete
width: 100%;
[720] Fix | Delete
min-height: 30px;
[721] Fix | Delete
padding: 5px 0;
[722] Fix | Delete
margin: 0;
[723] Fix | Delete
position: relative;
[724] Fix | Delete
text-align: center;
[725] Fix | Delete
box-sizing: border-box;
[726] Fix | Delete
[727] Fix | Delete
-moz-border-radius: 5px;
[728] Fix | Delete
-webkit-border-radius: 5px;
[729] Fix | Delete
border-radius: 5px;
[730] Fix | Delete
}
[731] Fix | Delete
#ctf .ctf-out-of-tweets p,
[732] Fix | Delete
#ctf .ctf-out-of-tweets iframe{
[733] Fix | Delete
margin: 0 2px;
[734] Fix | Delete
padding: 0;
[735] Fix | Delete
}
[736] Fix | Delete
#ctf .ctf-out-of-tweets p{
[737] Fix | Delete
padding: 3px;
[738] Fix | Delete
display: none;
[739] Fix | Delete
}
[740] Fix | Delete
[741] Fix | Delete
/* Mobile / Narrow */
[742] Fix | Delete
#ctf.ctf-narrow .ctf-author-avatar,
[743] Fix | Delete
#ctf.ctf-narrow .ctf-author-avatar img{
[744] Fix | Delete
width: 38px;
[745] Fix | Delete
height: 38px;
[746] Fix | Delete
}
[747] Fix | Delete
#ctf.ctf-narrow .ctf-tweet-content,
[748] Fix | Delete
#ctf.ctf-narrow .ctf-tweet-actions,
[749] Fix | Delete
#ctf.ctf-narrow .ctf-quoted-tweet{
[750] Fix | Delete
margin-left: 48px;
[751] Fix | Delete
}
[752] Fix | Delete
#ctf.ctf-narrow .ctf-context {
[753] Fix | Delete
margin-left: 49px;
[754] Fix | Delete
}
[755] Fix | Delete
#ctf.ctf-narrow .ctf-author-box{
[756] Fix | Delete
margin-left: 46px;
[757] Fix | Delete
}
[758] Fix | Delete
#ctf.ctf-narrow .ctf-author-avatar {
[759] Fix | Delete
margin-left: -46px;
[760] Fix | Delete
}
[761] Fix | Delete
#ctf.ctf-narrow .ctf-tweet-content{
[762] Fix | Delete
padding: 3px 0 5px 0;
[763] Fix | Delete
}
[764] Fix | Delete
#ctf.ctf-narrow .ctf-tweet-actions {
[765] Fix | Delete
float: left;
[766] Fix | Delete
clear: both;
[767] Fix | Delete
}
[768] Fix | Delete
[769] Fix | Delete
/* Super narrow */
[770] Fix | Delete
#ctf.ctf-super-narrow .ctf-context,
[771] Fix | Delete
#ctf.ctf-super-narrow .ctf-tweet-content,
[772] Fix | Delete
#ctf.ctf-super-narrow .ctf-tweet-actions,
[773] Fix | Delete
#ctf.ctf-super-narrow .ctf-quoted-tweet {
[774] Fix | Delete
margin-left: 0;
[775] Fix | Delete
}
[776] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-box{
[777] Fix | Delete
min-height: 32px;
[778] Fix | Delete
margin-bottom: 2px;
[779] Fix | Delete
}
[780] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-avatar,
[781] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-avatar img{
[782] Fix | Delete
width: 32px;
[783] Fix | Delete
height: 32px;
[784] Fix | Delete
}
[785] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-box{
[786] Fix | Delete
margin-left: 38px;
[787] Fix | Delete
float: left;
[788] Fix | Delete
clear: both;
[789] Fix | Delete
}
[790] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-avatar {
[791] Fix | Delete
margin-left: -38px;
[792] Fix | Delete
margin-top: 0;
[793] Fix | Delete
}
[794] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-screenname,
[795] Fix | Delete
#ctf.ctf-super-narrow .ctf-screename-sep {
[796] Fix | Delete
display: none;
[797] Fix | Delete
}
[798] Fix | Delete
#ctf.ctf-super-narrow .ctf-context {
[799] Fix | Delete
padding-bottom: 5px;
[800] Fix | Delete
}
[801] Fix | Delete
#ctf.ctf-super-narrow .ctf-author-name{
[802] Fix | Delete
display: inline-block;
[803] Fix | Delete
}
[804] Fix | Delete
#ctf.ctf-super-narrow .ctf-tweet-content{
[805] Fix | Delete
float: left;
[806] Fix | Delete
clear: both;
[807] Fix | Delete
}
[808] Fix | Delete
#ctf.ctf-super-narrow .ctf-credit-link{
[809] Fix | Delete
font-size: 10px;
[810] Fix | Delete
}
[811] Fix | Delete
#ctf.ctf-super-narrow .ctf-header-bio{
[812] Fix | Delete
margin: 0 !important;
[813] Fix | Delete
padding-top: 5px;
[814] Fix | Delete
}
[815] Fix | Delete
#ctf.ctf-super-narrow .ctf-header-user{
[816] Fix | Delete
min-height: 48px;
[817] Fix | Delete
}
[818] Fix | Delete
#ctf.ctf-super-narrow .ctf-header-text{
[819] Fix | Delete
padding-top: 10px;
[820] Fix | Delete
}
[821] Fix | Delete
#ctf.ctf-super-narrow .ctf-header-follow{
[822] Fix | Delete
margin-top: 5px;
[823] Fix | Delete
}
[824] Fix | Delete
#ctf.ctf-super-narrow .ctf-more span{
[825] Fix | Delete
display: block;
[826] Fix | Delete
margin-top: 3px;
[827] Fix | Delete
}
[828] Fix | Delete
[829] Fix | Delete
/* On mobile make the min-width 100% */
[830] Fix | Delete
@media all and (max-width: 640px){
[831] Fix | Delete
#ctf.ctf-width-resp{
[832] Fix | Delete
width: 100% !important;
[833] Fix | Delete
}
[834] Fix | Delete
}
[835] Fix | Delete
[836] Fix | Delete
/*Box Shadow*/
[837] Fix | Delete
.ctf.ctf-boxed-style[data-boxshadow="true"] .ctf-item{
[838] Fix | Delete
box-shadow: 0 0 10px 0 rgba(0,0,0, 0.15);
[839] Fix | Delete
}
[840] Fix | Delete
[841] Fix | Delete
/*Text Header*/
[842] Fix | Delete
[data-header-size="large"] .ctf-header-type-text{
[843] Fix | Delete
font-size: 48px;
[844] Fix | Delete
}
[845] Fix | Delete
[data-header-size="medium"] .ctf-header-type-text{
[846] Fix | Delete
font-size: 42px;
[847] Fix | Delete
}
[848] Fix | Delete
[data-header-size="small"] .ctf-header-type-text{
[849] Fix | Delete
font-size: 36px;
[850] Fix | Delete
}
[851] Fix | Delete
[852] Fix | Delete
[853] Fix | Delete
.ctf-list.ctf-boxed-style .ctf-item,
[854] Fix | Delete
#ctf.ctf-list.ctf-boxed-style .ctf-header{
[855] Fix | Delete
margin-bottom: 25px;
[856] Fix | Delete
}
[857] Fix | Delete
[858] Fix | Delete
/* Header text */
[859] Fix | Delete
#ctf .ctf-header-text{
[860] Fix | Delete
float: left;
[861] Fix | Delete
width: 100%;
[862] Fix | Delete
padding-top: 5px;
[863] Fix | Delete
}
[864] Fix | Delete
#ctf .ctf-no-bio .ctf-header-text{
[865] Fix | Delete
padding-top: 13px;
[866] Fix | Delete
}
[867] Fix | Delete
#ctf .ctf-header a{
[868] Fix | Delete
text-decoration: none;
[869] Fix | Delete
}
[870] Fix | Delete
#ctf .ctf-header-text .ctf-header-user,
[871] Fix | Delete
#ctf .ctf-header-text p{
[872] Fix | Delete
float: left;
[873] Fix | Delete
clear: both;
[874] Fix | Delete
width: auto;
[875] Fix | Delete
margin: 0 0 0 60px !important;
[876] Fix | Delete
padding: 0 !important;
[877] Fix | Delete
text-align: left;
[878] Fix | Delete
}
[879] Fix | Delete
#ctf .ctf-header-name{
[880] Fix | Delete
font-weight: bold;
[881] Fix | Delete
margin-right: 6px;
[882] Fix | Delete
}
[883] Fix | Delete
#ctf .ctf-header-text .ctf-header-bio{
[884] Fix | Delete
padding: 0 !important;
[885] Fix | Delete
word-break: break-word;
[886] Fix | Delete
}
[887] Fix | Delete
#ctf .ctf-header-text .ctf-verified{
[888] Fix | Delete
margin-right: 5px;
[889] Fix | Delete
}
[890] Fix | Delete
[891] Fix | Delete
/*Color Palletes*/
[892] Fix | Delete
[893] Fix | Delete
/***** LIGHT ****/
[894] Fix | Delete
/*Text COLOR*/
[895] Fix | Delete
#ctf.ctf_palette_light .ctf-author-name,
[896] Fix | Delete
#ctf.ctf_palette_light .ctf-tweet-text,
[897] Fix | Delete
#ctf.ctf_palette_light .ctf-header-name,
[898] Fix | Delete
#ctf.ctf_palette_light .ctf-header-type-text{
[899] Fix | Delete
color: #444;
[900] Fix | Delete
}
[901] Fix | Delete
[902] Fix | Delete
/*Text2 COLOR*/
[903] Fix | Delete
#ctf.ctf_palette_light .ctf-author-screenname,
[904] Fix | Delete
#ctf.ctf_palette_light .ctf-header-counts,
[905] Fix | Delete
#ctf.ctf_palette_light .ctf-header-bio{
[906] Fix | Delete
color: #444;
[907] Fix | Delete
[908] Fix | Delete
}
[909] Fix | Delete
/*Link COLOR*/
[910] Fix | Delete
#ctf.ctf_palette_light .ctf-tweet-text a{
[911] Fix | Delete
color: inherit;
[912] Fix | Delete
}
[913] Fix | Delete
[914] Fix | Delete
/*Background COLOR*/
[915] Fix | Delete
#ctf.ctf_palette_light .ctf-item{
[916] Fix | Delete
background: transparent;
[917] Fix | Delete
}
[918] Fix | Delete
/*Accent COLOR*/
[919] Fix | Delete
#ctf.ctf_palette_light .ctf-corner-logo{
[920] Fix | Delete
color: #1B95E0;
[921] Fix | Delete
}
[922] Fix | Delete
/*Accent2 COLOR*/
[923] Fix | Delete
#ctf.ctf_palette_light .ctf-verified{
[924] Fix | Delete
color: #77C7F7;
[925] Fix | Delete
}
[926] Fix | Delete
/*Button COLOR*/
[927] Fix | Delete
#ctf.ctf_palette_light .ctf-more{
[928] Fix | Delete
background: rgba(0,0,0,0.5);
[929] Fix | Delete
color: #444;
[930] Fix | Delete
}
[931] Fix | Delete
/*Actions COLOR*/
[932] Fix | Delete
#ctf.ctf_palette_light .ctf-tweet-actions a{
[933] Fix | Delete
color: #444;
[934] Fix | Delete
}
[935] Fix | Delete
[936] Fix | Delete
[937] Fix | Delete
[938] Fix | Delete
/***** DARK ****/
[939] Fix | Delete
#ctf.ctf_palette_dark{
[940] Fix | Delete
background: #20222C;
[941] Fix | Delete
}
[942] Fix | Delete
#ctf.ctf_palette_dark.ctf.ctf-boxed-style .ctf-item{
[943] Fix | Delete
background: rgba(255,255,255,0.1)!important;
[944] Fix | Delete
}
[945] Fix | Delete
/*Text COLOR*/
[946] Fix | Delete
#ctf.ctf_palette_dark .ctf-author-name,
[947] Fix | Delete
#ctf.ctf_palette_dark .ctf-tweet-text,
[948] Fix | Delete
#ctf.ctf_palette_dark .ctf-header-name,
[949] Fix | Delete
#ctf.ctf_palette_dark .ctf-header-type-text{
[950] Fix | Delete
color: #fff;
[951] Fix | Delete
}
[952] Fix | Delete
[953] Fix | Delete
/*Text2 COLOR*/
[954] Fix | Delete
#ctf.ctf_palette_dark .ctf-author-screenname,
[955] Fix | Delete
#ctf.ctf_palette_dark .ctf-header-counts,
[956] Fix | Delete
#ctf.ctf_palette_dark .ctf-header-bio{
[957] Fix | Delete
color: #fff;
[958] Fix | Delete
[959] Fix | Delete
}
[960] Fix | Delete
/*Link COLOR*/
[961] Fix | Delete
#ctf.ctf_palette_dark .ctf-tweet-text a{
[962] Fix | Delete
color: inherit;
[963] Fix | Delete
}
[964] Fix | Delete
[965] Fix | Delete
/*Background COLOR*/
[966] Fix | Delete
#ctf.ctf_palette_dark .ctf-item{
[967] Fix | Delete
background: transparent;
[968] Fix | Delete
}
[969] Fix | Delete
/*Accent COLOR*/
[970] Fix | Delete
#ctf.ctf_palette_dark .ctf-corner-logo{
[971] Fix | Delete
color: #1B95E0;
[972] Fix | Delete
}
[973] Fix | Delete
/*Accent2 COLOR*/
[974] Fix | Delete
#ctf.ctf_palette_dark .ctf-verified{
[975] Fix | Delete
color: #77C7F7;
[976] Fix | Delete
}
[977] Fix | Delete
/*Button COLOR*/
[978] Fix | Delete
#ctf.ctf_palette_dark .ctf-more{
[979] Fix | Delete
background: rgba(255,255,255,0.2);
[980] Fix | Delete
color: #fff;
[981] Fix | Delete
}
[982] Fix | Delete
/*Actions COLOR*/
[983] Fix | Delete
#ctf.ctf_palette_dark .ctf-tweet-actions a{
[984] Fix | Delete
color: rgba(255,255,255,0.8);
[985] Fix | Delete
}
[986] Fix | Delete
[987] Fix | Delete
[988] Fix | Delete
/* Rebranded Styles */
[989] Fix | Delete
.ctf-rebranded .ctf-header-follow svg {
[990] Fix | Delete
width: 13px;
[991] Fix | Delete
height: 13px;
[992] Fix | Delete
transform: translate(3px, 2px);
[993] Fix | Delete
}
[994] Fix | Delete
.ctf-rebranded .ctf-header-follow svg path {
[995] Fix | Delete
fill: white;
[996] Fix | Delete
}
[997] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function