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