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

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-conte.../plugins/themify-.../js/module-s.../src
File: post.mjs
const {BaseStyles} = await import('../../editor/base-styles.mjs');
[0] Fix | Delete
export class Module extends BaseStyles {
[1] Fix | Delete
static get_styles() {
[2] Fix | Delete
const general = [
[3] Fix | Delete
// Background
[4] Fix | Delete
this.get_expand('bg', [
[5] Fix | Delete
this.get_tab({
[6] Fix | Delete
n: [
[7] Fix | Delete
this.get_color('', 'background_color_general', 'bg_c', 'background-color')
[8] Fix | Delete
],
[9] Fix | Delete
h: [
[10] Fix | Delete
this.get_color('', 'b_c_g', 'bg_c', 'background-color', 'h')
[11] Fix | Delete
]
[12] Fix | Delete
})
[13] Fix | Delete
]),
[14] Fix | Delete
// Font
[15] Fix | Delete
this.get_expand('f', [
[16] Fix | Delete
this.get_tab({
[17] Fix | Delete
n: [
[18] Fix | Delete
this.get_font_family('', 'font_family_general'),
[19] Fix | Delete
this.get_color_type([' span', ' a:not(.post-edit-link)', ' p']),
[20] Fix | Delete
this.get_font_size('', 'font_size_general'),
[21] Fix | Delete
this.get_line_height('', 'line_height_general'),
[22] Fix | Delete
this.get_letter_spacing(' .post'),
[23] Fix | Delete
this.get_text_align(' .post', 'text_align_general'),
[24] Fix | Delete
this.get_text_transform('', 'text_transform_general'),
[25] Fix | Delete
this.get_font_style('', 'font_general', 'font_bold'),
[26] Fix | Delete
this.get_text_shadow()
[27] Fix | Delete
],
[28] Fix | Delete
h: [
[29] Fix | Delete
this.get_font_family('', 'f_f_g', 'h'),
[30] Fix | Delete
this.get_color_type([' span', ' a:not(.post-edit-link)', ' p'], 'h'),
[31] Fix | Delete
this.get_font_size('', 'f_s_g', '', 'h'),
[32] Fix | Delete
this.get_font_style('', 'f_g', 'f_b', 'h'),
[33] Fix | Delete
this.get_text_shadow('', 't_sh', 'h')
[34] Fix | Delete
]
[35] Fix | Delete
})
[36] Fix | Delete
]),
[37] Fix | Delete
// Padding
[38] Fix | Delete
this.get_expand('p', [
[39] Fix | Delete
this.get_tab({
[40] Fix | Delete
n: [
[41] Fix | Delete
this.get_padding('', 'general_padding')
[42] Fix | Delete
],
[43] Fix | Delete
h: [
[44] Fix | Delete
this.get_padding('', 'g_p', 'h')
[45] Fix | Delete
]
[46] Fix | Delete
})
[47] Fix | Delete
]),
[48] Fix | Delete
// Margin
[49] Fix | Delete
this.get_expand('m', [
[50] Fix | Delete
this.get_tab({
[51] Fix | Delete
n: [
[52] Fix | Delete
this.get_margin('', 'general_margin')
[53] Fix | Delete
],
[54] Fix | Delete
h: [
[55] Fix | Delete
this.get_margin('', 'g_m', 'h')
[56] Fix | Delete
]
[57] Fix | Delete
})
[58] Fix | Delete
]),
[59] Fix | Delete
// Border
[60] Fix | Delete
this.get_expand('b', [
[61] Fix | Delete
this.get_tab({
[62] Fix | Delete
n: [
[63] Fix | Delete
this.get_border('', 'general_border')
[64] Fix | Delete
],
[65] Fix | Delete
h: [
[66] Fix | Delete
this.get_border('', 'g_b', 'h')
[67] Fix | Delete
]
[68] Fix | Delete
})
[69] Fix | Delete
]),
[70] Fix | Delete
// Filter
[71] Fix | Delete
this.get_expand('f_l',[
[72] Fix | Delete
this.get_tab({
[73] Fix | Delete
n: [
[74] Fix | Delete
this.get_blend()
[75] Fix | Delete
],
[76] Fix | Delete
h: [
[77] Fix | Delete
this.get_blend('', '', 'h')
[78] Fix | Delete
]
[79] Fix | Delete
})
[80] Fix | Delete
]),
[81] Fix | Delete
// Height & Min Height
[82] Fix | Delete
this.get_expand('ht', [
[83] Fix | Delete
this.get_height()
[84] Fix | Delete
]),
[85] Fix | Delete
// Rounded Corners
[86] Fix | Delete
this.get_expand('r_c', [
[87] Fix | Delete
this.get_tab({
[88] Fix | Delete
n: [
[89] Fix | Delete
this.get_border_radius()
[90] Fix | Delete
],
[91] Fix | Delete
h: [
[92] Fix | Delete
this.get_border_radius('', 'r_c', 'h')
[93] Fix | Delete
]
[94] Fix | Delete
})
[95] Fix | Delete
]),
[96] Fix | Delete
// Shadow
[97] Fix | Delete
this.get_expand('sh', [
[98] Fix | Delete
this.get_tab({
[99] Fix | Delete
n: [
[100] Fix | Delete
this.get_box_shadow()
[101] Fix | Delete
],
[102] Fix | Delete
h: [
[103] Fix | Delete
this.get_box_shadow('', 'sh', 'h')
[104] Fix | Delete
]
[105] Fix | Delete
})
[106] Fix | Delete
]),
[107] Fix | Delete
this.get_expand('zi', [
[108] Fix | Delete
this.get_zindex('', 'custom_parallax_scroll_zindex')
[109] Fix | Delete
]
[110] Fix | Delete
),
[111] Fix | Delete
// this.get_expand('disp', this.get_self_align()),
[112] Fix | Delete
this.get_expand('tr', [
[113] Fix | Delete
this.get_tab({
[114] Fix | Delete
n: [
[115] Fix | Delete
this.get_transform()
[116] Fix | Delete
],
[117] Fix | Delete
h: [
[118] Fix | Delete
this.get_transform('', 'tr', 'h')
[119] Fix | Delete
]
[120] Fix | Delete
})
[121] Fix | Delete
])
[122] Fix | Delete
],
[123] Fix | Delete
postContainer = [
[124] Fix | Delete
// Background
[125] Fix | Delete
this.get_expand('bg', [
[126] Fix | Delete
this.get_tab({
[127] Fix | Delete
n: [
[128] Fix | Delete
this.get_color(' .post', 'background_color', 'bg_c', 'background-color')
[129] Fix | Delete
],
[130] Fix | Delete
h: [
[131] Fix | Delete
this.get_color(' .post', 'bg_c', 'bg_c', 'background-color', 'h')
[132] Fix | Delete
]
[133] Fix | Delete
})
[134] Fix | Delete
]),
[135] Fix | Delete
// Padding
[136] Fix | Delete
this.get_expand('p', [
[137] Fix | Delete
this.get_tab({
[138] Fix | Delete
n: [
[139] Fix | Delete
this.get_padding(' .post')
[140] Fix | Delete
],
[141] Fix | Delete
h: [
[142] Fix | Delete
this.get_padding(' .post', 'p', 'h')
[143] Fix | Delete
]
[144] Fix | Delete
})
[145] Fix | Delete
]),
[146] Fix | Delete
// Margin
[147] Fix | Delete
this.get_expand('m', [
[148] Fix | Delete
this.get_tab({
[149] Fix | Delete
n: [
[150] Fix | Delete
this.get_margin_top_bottom_opposity(' .post', 'article_margin_top', 'article_margin_bottom')
[151] Fix | Delete
],
[152] Fix | Delete
h: [
[153] Fix | Delete
this.get_margin_top_bottom_opposity(' .post:hover', 'a_h_margin_top', 'a_h_margin_bottom')
[154] Fix | Delete
]
[155] Fix | Delete
})
[156] Fix | Delete
]),
[157] Fix | Delete
// Border
[158] Fix | Delete
this.get_expand('b', [
[159] Fix | Delete
this.get_tab({
[160] Fix | Delete
n: [
[161] Fix | Delete
this.get_border(' .post')
[162] Fix | Delete
],
[163] Fix | Delete
h: [
[164] Fix | Delete
this.get_border(' .post', 'b', 'h')
[165] Fix | Delete
]
[166] Fix | Delete
})
[167] Fix | Delete
]),
[168] Fix | Delete
// Rounded Corners
[169] Fix | Delete
this.get_expand('r_c', [
[170] Fix | Delete
this.get_tab({
[171] Fix | Delete
n: [
[172] Fix | Delete
this.get_border_radius(' .post', 'r_c_cn')
[173] Fix | Delete
],
[174] Fix | Delete
h: [
[175] Fix | Delete
this.get_border_radius(' .post', 'r_c_cn', 'h')
[176] Fix | Delete
]
[177] Fix | Delete
})
[178] Fix | Delete
]),
[179] Fix | Delete
// Shadow
[180] Fix | Delete
this.get_expand('sh', [
[181] Fix | Delete
this.get_tab({
[182] Fix | Delete
n: [
[183] Fix | Delete
this.get_box_shadow(' .post', 'sh_cn')
[184] Fix | Delete
],
[185] Fix | Delete
h: [
[186] Fix | Delete
this.get_box_shadow(' .post', 'sh_cn', 'h')
[187] Fix | Delete
]
[188] Fix | Delete
})
[189] Fix | Delete
])
[190] Fix | Delete
],
[191] Fix | Delete
postTitle = [
[192] Fix | Delete
// Font
[193] Fix | Delete
this.get_expand('f', [
[194] Fix | Delete
this.get_tab({
[195] Fix | Delete
n: [
[196] Fix | Delete
this.get_font_family(['.module .post-title', '.module .post-title a'], 'font_family_title'),
[197] Fix | Delete
this.get_color(['.module .post-title', '.module .post-title a'], 'font_color_title'),
[198] Fix | Delete
this.get_font_size(['.module .post-title', '.module .post-title a'], 'font_size_title'),
[199] Fix | Delete
this.get_line_height('.module .post-title', 'line_height_title'),
[200] Fix | Delete
this.get_letter_spacing('.module .post-title', 'letter_spacing_title'),
[201] Fix | Delete
this.get_text_transform('.module .post-title', 'text_transform_title'),
[202] Fix | Delete
this.get_font_style(['.module .post-title', '.module .post-title a'], 'font_style_title', 'font_weight_title'),
[203] Fix | Delete
this.get_text_decoration('.module .post-title', 'text_decoration_regular_title'),
[204] Fix | Delete
this.get_text_shadow(['.module .post-title', '.module .post-title a'], 't_sh_t')
[205] Fix | Delete
],
[206] Fix | Delete
h: [
[207] Fix | Delete
this.get_font_family(['.module .post-title', '.module .post-title a'], 'f_f_t', 'h'),
[208] Fix | Delete
this.get_color(['.module .post-title', '.module .post-title a'], 'font_color_title', null, null, 'hover'),
[209] Fix | Delete
this.get_font_size(['.module .post-title', '.module .post-title a'], 'f_s_t', '', 'h'),
[210] Fix | Delete
this.get_font_style(['.module .post-title', '.module .post-title a'], 'f_st_t', 'f_w_t', 'h'),
[211] Fix | Delete
this.get_text_decoration('.module .post-title', 't_d_r_t', 'h'),
[212] Fix | Delete
this.get_text_shadow(['.module .post-title', '.module .post-title a'], 't_sh_t', 'h')
[213] Fix | Delete
]
[214] Fix | Delete
})
[215] Fix | Delete
]),
[216] Fix | Delete
// Padding
[217] Fix | Delete
this.get_expand('p', [
[218] Fix | Delete
this.get_tab({
[219] Fix | Delete
n: [
[220] Fix | Delete
this.get_padding('.module .post-title', 'p_t')
[221] Fix | Delete
],
[222] Fix | Delete
h: [
[223] Fix | Delete
this.get_padding('.module .post-title', 'p_t', 'h')
[224] Fix | Delete
]
[225] Fix | Delete
})
[226] Fix | Delete
]),
[227] Fix | Delete
// Margin
[228] Fix | Delete
this.get_expand('m', [
[229] Fix | Delete
this.get_tab({
[230] Fix | Delete
n: [
[231] Fix | Delete
this.get_margin('.module .post-title', 'm_t')
[232] Fix | Delete
],
[233] Fix | Delete
h: [
[234] Fix | Delete
this.get_margin('.module .post-title', 'm_t', 'h')
[235] Fix | Delete
]
[236] Fix | Delete
})
[237] Fix | Delete
]),
[238] Fix | Delete
// Border
[239] Fix | Delete
this.get_expand('b', [
[240] Fix | Delete
this.get_tab({
[241] Fix | Delete
n: [
[242] Fix | Delete
this.get_border('.module .post-title', 'b_t')
[243] Fix | Delete
],
[244] Fix | Delete
h: [
[245] Fix | Delete
this.get_border('.module .post-title', 'b_t', 'h')
[246] Fix | Delete
]
[247] Fix | Delete
})
[248] Fix | Delete
])
[249] Fix | Delete
],
[250] Fix | Delete
postMeta = [
[251] Fix | Delete
// Font
[252] Fix | Delete
this.get_seperator('f'),
[253] Fix | Delete
this.get_tab({
[254] Fix | Delete
n: [
[255] Fix | Delete
this.get_font_family([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'font_family_meta'),
[256] Fix | Delete
this.get_color([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'font_color_meta'),
[257] Fix | Delete
this.get_font_size([' .post-content .post-meta', ' .post-date'], 'font_size_meta'),
[258] Fix | Delete
this.get_font_style([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'f_fs_m', 'f_fw_m'),
[259] Fix | Delete
this.get_line_height([' .post-content .post-meta', ' .post-date'], 'line_height_meta'),
[260] Fix | Delete
this.get_text_decoration([' .post-content .post-meta', ' .post-date'], 't_d_m'),
[261] Fix | Delete
this.get_text_shadow([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 't_sh_m')
[262] Fix | Delete
],
[263] Fix | Delete
h: [
[264] Fix | Delete
this.get_font_family([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'f_f_m', 'h'),
[265] Fix | Delete
this.get_color([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'font_color_meta', null, null, 'hover'),
[266] Fix | Delete
this.get_font_size([' .post-content .post-meta', ' .post-date'], 'f_s_m', '', 'h'),
[267] Fix | Delete
this.get_font_style([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'f_fs_m', 'f_fw_m', 'h'),
[268] Fix | Delete
this.get_text_decoration([' .post-content .post-meta', ' .post-date'], 't_d_m', 'h'),
[269] Fix | Delete
this.get_text_shadow([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 't_sh_m', 'h')
[270] Fix | Delete
]
[271] Fix | Delete
})
[272] Fix | Delete
],
[273] Fix | Delete
postDate = [
[274] Fix | Delete
// Background
[275] Fix | Delete
this.get_expand('bg', [
[276] Fix | Delete
this.get_tab({
[277] Fix | Delete
n: [
[278] Fix | Delete
this.get_color(' .post .post-date', 'pd_b_c', 'bg_c', 'background-color')
[279] Fix | Delete
],
[280] Fix | Delete
h: [
[281] Fix | Delete
this.get_color(' .post .post-date', 'pd_b_c', 'bg_c', 'background-color', 'h')
[282] Fix | Delete
]
[283] Fix | Delete
})
[284] Fix | Delete
]),
[285] Fix | Delete
// Font
[286] Fix | Delete
this.get_expand('f', [
[287] Fix | Delete
this.get_tab({
[288] Fix | Delete
n: [
[289] Fix | Delete
this.get_font_family([' .post .post-date', ' .post .post-date a'], 'font_family_date'),
[290] Fix | Delete
this.get_color([' .post .post-date', ' .post .post-date a', ' .post .post-date span'], 'font_color_date'),
[291] Fix | Delete
this.get_font_size('.module .post .post-date', 'font_size_date'),
[292] Fix | Delete
this.get_font_style([' .post .post-date', ' .post .post-date a'], 'f_fs_d', 'f_fw_d'),
[293] Fix | Delete
this.get_line_height('.module .post .post-date', 'line_height_date'),
[294] Fix | Delete
this.get_text_shadow([' .post .post-date', ' .post .post-date a'], 't_sh_d')
[295] Fix | Delete
],
[296] Fix | Delete
h: [
[297] Fix | Delete
this.get_font_family([' .post .post-date', ' .post .post-date a'], 'f_f_d', 'h'),
[298] Fix | Delete
this.get_color([' .post .post-date', ' .post .post-date a', ' .post .post-date span'], 'f_c_d', null, null, 'h'),
[299] Fix | Delete
this.get_font_size('.module .post .post-date', 'f_s_d', '', 'h'),
[300] Fix | Delete
this.get_font_style([' .post .post-date', ' .post .post-date a'], 'f_fs_d', 'f_fw_d', 'h'),
[301] Fix | Delete
this.get_text_shadow([' .post .post-date', ' .post .post-date a'], 't_sh_d', 'h')
[302] Fix | Delete
]
[303] Fix | Delete
})
[304] Fix | Delete
]),
[305] Fix | Delete
// Padding
[306] Fix | Delete
this.get_expand('p', [
[307] Fix | Delete
this.get_tab({
[308] Fix | Delete
n: [
[309] Fix | Delete
this.get_padding(' .post .post-date', 'p_d')
[310] Fix | Delete
],
[311] Fix | Delete
h: [
[312] Fix | Delete
this.get_padding(' .post .post-date', 'p_d', 'h')
[313] Fix | Delete
]
[314] Fix | Delete
})
[315] Fix | Delete
]),
[316] Fix | Delete
// Margin
[317] Fix | Delete
this.get_expand('m', [
[318] Fix | Delete
this.get_tab({
[319] Fix | Delete
n: [
[320] Fix | Delete
this.get_margin(' .post .post-date', 'm_d')
[321] Fix | Delete
],
[322] Fix | Delete
h: [
[323] Fix | Delete
this.get_margin(' .post .post-date', 'm_d', 'h')
[324] Fix | Delete
]
[325] Fix | Delete
})
[326] Fix | Delete
]),
[327] Fix | Delete
// Border
[328] Fix | Delete
this.get_expand('b', [
[329] Fix | Delete
this.get_tab({
[330] Fix | Delete
n: [
[331] Fix | Delete
this.get_border(' .post .post-date', 'b_d')
[332] Fix | Delete
],
[333] Fix | Delete
h: [
[334] Fix | Delete
this.get_border(' .post .post-date', 'b_d', 'h')
[335] Fix | Delete
]
[336] Fix | Delete
})
[337] Fix | Delete
])
[338] Fix | Delete
],
[339] Fix | Delete
postContent = [
[340] Fix | Delete
// Background
[341] Fix | Delete
this.get_expand('bg', [
[342] Fix | Delete
this.get_tab({
[343] Fix | Delete
n: [
[344] Fix | Delete
this.get_color(' .post-content .entry-content', 'background_color_content', 'bg_c', 'background-color')
[345] Fix | Delete
],
[346] Fix | Delete
h: [
[347] Fix | Delete
this.get_color(' .post-content .entry-content', 'b_c_c', 'bg_c', 'background-color', 'h')
[348] Fix | Delete
]
[349] Fix | Delete
})
[350] Fix | Delete
]),
[351] Fix | Delete
// Font
[352] Fix | Delete
this.get_expand('f', [
[353] Fix | Delete
this.get_tab({
[354] Fix | Delete
n: [
[355] Fix | Delete
this.get_font_family(' .post-content .entry-content', 'font_family_content'),
[356] Fix | Delete
this.get_color([' .post-content .entry-content', ' .post-content .entry-content p'], 'font_color_content'),
[357] Fix | Delete
this.get_font_size(' .post-content .entry-content', 'font_size_content'),
[358] Fix | Delete
this.get_font_style(' .post-content .entry-content', 'f_fs_c', 'f_fw_c'),
[359] Fix | Delete
this.get_line_height(' .post-content .entry-content', 'line_height_content'),
[360] Fix | Delete
this.get_text_align(' .post-content .entry-content', 't_a_c'),
[361] Fix | Delete
this.get_text_shadow(' .post-content .entry-content', 't_sh_c')
[362] Fix | Delete
],
[363] Fix | Delete
h: [
[364] Fix | Delete
this.get_font_family(' .post-content .entry-content', 'f_f_c', 'h'),
[365] Fix | Delete
this.get_color([' .post-content .entry-content', ' .post-content .entry-content p'], 'f_c_c', null, null, 'h'),
[366] Fix | Delete
this.get_font_size(' .post-content .entry-content', 'f_s_c', '', 'h'),
[367] Fix | Delete
this.get_font_style(' .post-content .entry-content', 'f_fs_c', 'f_fw_c', 'h'),
[368] Fix | Delete
this.get_text_shadow(' .post-content .entry-content', 't_sh_c', 'h')
[369] Fix | Delete
]
[370] Fix | Delete
})
[371] Fix | Delete
]),
[372] Fix | Delete
// Padding
[373] Fix | Delete
this.get_expand('p', [
[374] Fix | Delete
this.get_tab({
[375] Fix | Delete
n: [
[376] Fix | Delete
this.get_padding(' .post-content .entry-content', 'c_p')
[377] Fix | Delete
],
[378] Fix | Delete
h: [
[379] Fix | Delete
this.get_padding(' .post-content .entry-content', 'c_p', 'h')
[380] Fix | Delete
]
[381] Fix | Delete
})
[382] Fix | Delete
]),
[383] Fix | Delete
// Margin
[384] Fix | Delete
this.get_expand('m', [
[385] Fix | Delete
this.get_tab({
[386] Fix | Delete
n: [
[387] Fix | Delete
this.get_margin(' .post-content .entry-content', 'c_m')
[388] Fix | Delete
],
[389] Fix | Delete
h: [
[390] Fix | Delete
this.get_margin(' .post-content .entry-content', 'c_m', 'h')
[391] Fix | Delete
]
[392] Fix | Delete
})
[393] Fix | Delete
]),
[394] Fix | Delete
// Border
[395] Fix | Delete
this.get_expand('b', [
[396] Fix | Delete
this.get_tab({
[397] Fix | Delete
n: [
[398] Fix | Delete
this.get_border(' .post-content .entry-content', 'c_b')
[399] Fix | Delete
],
[400] Fix | Delete
h: [
[401] Fix | Delete
this.get_border(' .post-content .entry-content', 'c_b', 'h')
[402] Fix | Delete
]
[403] Fix | Delete
})
[404] Fix | Delete
])
[405] Fix | Delete
],
[406] Fix | Delete
featuredImage = [
[407] Fix | Delete
// Background
[408] Fix | Delete
this.get_expand('bg', [
[409] Fix | Delete
this.get_tab({
[410] Fix | Delete
n: [
[411] Fix | Delete
this.get_color(' .post-image', 'b_c_f_i', 'bg_c', 'background-color')
[412] Fix | Delete
],
[413] Fix | Delete
h: [
[414] Fix | Delete
this.get_color(' .post-image', 'b_c_f_i', 'bg_c', 'background-color', 'h')
[415] Fix | Delete
]
[416] Fix | Delete
})
[417] Fix | Delete
]),
[418] Fix | Delete
// Padding
[419] Fix | Delete
this.get_expand('p', [
[420] Fix | Delete
this.get_tab({
[421] Fix | Delete
n: [
[422] Fix | Delete
this.get_padding(' .post-image', 'p_f_i')
[423] Fix | Delete
],
[424] Fix | Delete
h: [
[425] Fix | Delete
this.get_padding(' .post-image', 'p_f_i', 'h')
[426] Fix | Delete
]
[427] Fix | Delete
})
[428] Fix | Delete
]),
[429] Fix | Delete
// Margin
[430] Fix | Delete
this.get_expand('m', [
[431] Fix | Delete
this.get_tab({
[432] Fix | Delete
n: [
[433] Fix | Delete
this.get_margin(' .post-image', 'm_f_i')
[434] Fix | Delete
],
[435] Fix | Delete
h: [
[436] Fix | Delete
this.get_margin(' .post-image', 'm_f_i', 'h')
[437] Fix | Delete
]
[438] Fix | Delete
})
[439] Fix | Delete
]),
[440] Fix | Delete
// Border
[441] Fix | Delete
this.get_expand('b', [
[442] Fix | Delete
this.get_tab({
[443] Fix | Delete
n: [
[444] Fix | Delete
this.get_border(' .post-image', 'b_f_i')
[445] Fix | Delete
],
[446] Fix | Delete
h: [
[447] Fix | Delete
this.get_border(' .post-image', 'b_f_i', 'h')
[448] Fix | Delete
]
[449] Fix | Delete
})
[450] Fix | Delete
]),
[451] Fix | Delete
// Rounded Corners
[452] Fix | Delete
this.get_expand('r_c', [
[453] Fix | Delete
this.get_tab({
[454] Fix | Delete
n: [
[455] Fix | Delete
this.get_border_radius([' .post-image', ' .post-image img'], 'f_i_r_c')
[456] Fix | Delete
],
[457] Fix | Delete
h: [
[458] Fix | Delete
this.get_border_radius([' .post-image', ' .post-image img'], 'f_i_r_c', 'h')
[459] Fix | Delete
]
[460] Fix | Delete
})
[461] Fix | Delete
]),
[462] Fix | Delete
// Shadow
[463] Fix | Delete
this.get_expand('sh', [
[464] Fix | Delete
this.get_tab({
[465] Fix | Delete
n: [
[466] Fix | Delete
this.get_box_shadow(' .post-image', 'f_i_sh')
[467] Fix | Delete
],
[468] Fix | Delete
h: [
[469] Fix | Delete
this.get_box_shadow(' .post-image', 'f_i_sh', 'h')
[470] Fix | Delete
]
[471] Fix | Delete
})
[472] Fix | Delete
])
[473] Fix | Delete
],
[474] Fix | Delete
readMore = [
[475] Fix | Delete
// Background
[476] Fix | Delete
this.get_expand('bg', [
[477] Fix | Delete
this.get_tab({
[478] Fix | Delete
n: [
[479] Fix | Delete
this.get_color(' .more-link', 'b_c_r_m', 'bg_c', 'background-color')
[480] Fix | Delete
],
[481] Fix | Delete
h: [
[482] Fix | Delete
this.get_color(' .more-link', 'b_c_r_m', 'bg_c', 'background-color', 'h')
[483] Fix | Delete
]
[484] Fix | Delete
})
[485] Fix | Delete
]),
[486] Fix | Delete
// Font
[487] Fix | Delete
this.get_expand('f', [
[488] Fix | Delete
this.get_tab({
[489] Fix | Delete
n: [
[490] Fix | Delete
this.get_font_family(' .more-link', 'f_f_g'),
[491] Fix | Delete
this.get_color('.module .more-link', 'f_c_r_m'),
[492] Fix | Delete
this.get_font_size(' .more-link', 'f_s_r_m'),
[493] Fix | Delete
this.get_line_height(' .more-link', 'l_h_r_m'),
[494] Fix | Delete
this.get_letter_spacing(' .more-link', 'l_s_r_m'),
[495] Fix | Delete
this.get_text_align(' .more-link', 't_a_r_m'),
[496] Fix | Delete
this.get_text_transform(' .more-link', 't_t_r_m'),
[497] Fix | Delete
this.get_font_style(' .more-link', 'f_st_r_m', 'f_b_r_m'),
[498] Fix | Delete
this.get_text_shadow(' .more-link', 't_sh_r_m')
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function