Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
themify-...
/
js
/
module-s...
/
src
•
File:
post.mjs
•
Content:
const {BaseStyles} = await import('../../editor/base-styles.mjs'); export class Module extends BaseStyles { static get_styles() { const general = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color('', 'background_color_general', 'bg_c', 'background-color') ], h: [ this.get_color('', 'b_c_g', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family('', 'font_family_general'), this.get_color_type([' span', ' a:not(.post-edit-link)', ' p']), this.get_font_size('', 'font_size_general'), this.get_line_height('', 'line_height_general'), this.get_letter_spacing(' .post'), this.get_text_align(' .post', 'text_align_general'), this.get_text_transform('', 'text_transform_general'), this.get_font_style('', 'font_general', 'font_bold'), this.get_text_shadow() ], h: [ this.get_font_family('', 'f_f_g', 'h'), this.get_color_type([' span', ' a:not(.post-edit-link)', ' p'], 'h'), this.get_font_size('', 'f_s_g', '', 'h'), this.get_font_style('', 'f_g', 'f_b', 'h'), this.get_text_shadow('', 't_sh', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding('', 'general_padding') ], h: [ this.get_padding('', 'g_p', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin('', 'general_margin') ], h: [ this.get_margin('', 'g_m', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border('', 'general_border') ], h: [ this.get_border('', 'g_b', 'h') ] }) ]), // Filter this.get_expand('f_l',[ this.get_tab({ n: [ this.get_blend() ], h: [ this.get_blend('', '', 'h') ] }) ]), // Height & Min Height this.get_expand('ht', [ this.get_height() ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius() ], h: [ this.get_border_radius('', 'r_c', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow() ], h: [ this.get_box_shadow('', 'sh', 'h') ] }) ]), this.get_expand('zi', [ this.get_zindex('', 'custom_parallax_scroll_zindex') ] ), // this.get_expand('disp', this.get_self_align()), this.get_expand('tr', [ this.get_tab({ n: [ this.get_transform() ], h: [ this.get_transform('', 'tr', 'h') ] }) ]) ], postContainer = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .post', 'background_color', 'bg_c', 'background-color') ], h: [ this.get_color(' .post', 'bg_c', 'bg_c', 'background-color', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .post') ], h: [ this.get_padding(' .post', 'p', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin_top_bottom_opposity(' .post', 'article_margin_top', 'article_margin_bottom') ], h: [ this.get_margin_top_bottom_opposity(' .post:hover', 'a_h_margin_top', 'a_h_margin_bottom') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .post') ], h: [ this.get_border(' .post', 'b', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .post', 'r_c_cn') ], h: [ this.get_border_radius(' .post', 'r_c_cn', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .post', 'sh_cn') ], h: [ this.get_box_shadow(' .post', 'sh_cn', 'h') ] }) ]) ], postTitle = [ // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(['.module .post-title', '.module .post-title a'], 'font_family_title'), this.get_color(['.module .post-title', '.module .post-title a'], 'font_color_title'), this.get_font_size(['.module .post-title', '.module .post-title a'], 'font_size_title'), this.get_line_height('.module .post-title', 'line_height_title'), this.get_letter_spacing('.module .post-title', 'letter_spacing_title'), this.get_text_transform('.module .post-title', 'text_transform_title'), this.get_font_style(['.module .post-title', '.module .post-title a'], 'font_style_title', 'font_weight_title'), this.get_text_decoration('.module .post-title', 'text_decoration_regular_title'), this.get_text_shadow(['.module .post-title', '.module .post-title a'], 't_sh_t') ], h: [ this.get_font_family(['.module .post-title', '.module .post-title a'], 'f_f_t', 'h'), this.get_color(['.module .post-title', '.module .post-title a'], 'font_color_title', null, null, 'hover'), this.get_font_size(['.module .post-title', '.module .post-title a'], 'f_s_t', '', 'h'), this.get_font_style(['.module .post-title', '.module .post-title a'], 'f_st_t', 'f_w_t', 'h'), this.get_text_decoration('.module .post-title', 't_d_r_t', 'h'), this.get_text_shadow(['.module .post-title', '.module .post-title a'], 't_sh_t', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding('.module .post-title', 'p_t') ], h: [ this.get_padding('.module .post-title', 'p_t', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin('.module .post-title', 'm_t') ], h: [ this.get_margin('.module .post-title', 'm_t', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border('.module .post-title', 'b_t') ], h: [ this.get_border('.module .post-title', 'b_t', 'h') ] }) ]) ], postMeta = [ // Font this.get_seperator('f'), this.get_tab({ n: [ this.get_font_family([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'font_family_meta'), this.get_color([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'font_color_meta'), this.get_font_size([' .post-content .post-meta', ' .post-date'], 'font_size_meta'), this.get_font_style([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'f_fs_m', 'f_fw_m'), this.get_line_height([' .post-content .post-meta', ' .post-date'], 'line_height_meta'), this.get_text_decoration([' .post-content .post-meta', ' .post-date'], 't_d_m'), this.get_text_shadow([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 't_sh_m') ], h: [ this.get_font_family([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'f_f_m', 'h'), this.get_color([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'font_color_meta', null, null, 'hover'), this.get_font_size([' .post-content .post-meta', ' .post-date'], 'f_s_m', '', 'h'), this.get_font_style([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 'f_fs_m', 'f_fw_m', 'h'), this.get_text_decoration([' .post-content .post-meta', ' .post-date'], 't_d_m', 'h'), this.get_text_shadow([' .post-content .post-meta', ' .post-content .post-meta a', ' .post-date'], 't_sh_m', 'h') ] }) ], postDate = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .post .post-date', 'pd_b_c', 'bg_c', 'background-color') ], h: [ this.get_color(' .post .post-date', 'pd_b_c', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family([' .post .post-date', ' .post .post-date a'], 'font_family_date'), this.get_color([' .post .post-date', ' .post .post-date a', ' .post .post-date span'], 'font_color_date'), this.get_font_size('.module .post .post-date', 'font_size_date'), this.get_font_style([' .post .post-date', ' .post .post-date a'], 'f_fs_d', 'f_fw_d'), this.get_line_height('.module .post .post-date', 'line_height_date'), this.get_text_shadow([' .post .post-date', ' .post .post-date a'], 't_sh_d') ], h: [ this.get_font_family([' .post .post-date', ' .post .post-date a'], 'f_f_d', 'h'), this.get_color([' .post .post-date', ' .post .post-date a', ' .post .post-date span'], 'f_c_d', null, null, 'h'), this.get_font_size('.module .post .post-date', 'f_s_d', '', 'h'), this.get_font_style([' .post .post-date', ' .post .post-date a'], 'f_fs_d', 'f_fw_d', 'h'), this.get_text_shadow([' .post .post-date', ' .post .post-date a'], 't_sh_d', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .post .post-date', 'p_d') ], h: [ this.get_padding(' .post .post-date', 'p_d', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .post .post-date', 'm_d') ], h: [ this.get_margin(' .post .post-date', 'm_d', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .post .post-date', 'b_d') ], h: [ this.get_border(' .post .post-date', 'b_d', 'h') ] }) ]) ], postContent = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .post-content .entry-content', 'background_color_content', 'bg_c', 'background-color') ], h: [ this.get_color(' .post-content .entry-content', 'b_c_c', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .post-content .entry-content', 'font_family_content'), this.get_color([' .post-content .entry-content', ' .post-content .entry-content p'], 'font_color_content'), this.get_font_size(' .post-content .entry-content', 'font_size_content'), this.get_font_style(' .post-content .entry-content', 'f_fs_c', 'f_fw_c'), this.get_line_height(' .post-content .entry-content', 'line_height_content'), this.get_text_align(' .post-content .entry-content', 't_a_c'), this.get_text_shadow(' .post-content .entry-content', 't_sh_c') ], h: [ this.get_font_family(' .post-content .entry-content', 'f_f_c', 'h'), this.get_color([' .post-content .entry-content', ' .post-content .entry-content p'], 'f_c_c', null, null, 'h'), this.get_font_size(' .post-content .entry-content', 'f_s_c', '', 'h'), this.get_font_style(' .post-content .entry-content', 'f_fs_c', 'f_fw_c', 'h'), this.get_text_shadow(' .post-content .entry-content', 't_sh_c', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .post-content .entry-content', 'c_p') ], h: [ this.get_padding(' .post-content .entry-content', 'c_p', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .post-content .entry-content', 'c_m') ], h: [ this.get_margin(' .post-content .entry-content', 'c_m', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .post-content .entry-content', 'c_b') ], h: [ this.get_border(' .post-content .entry-content', 'c_b', 'h') ] }) ]) ], featuredImage = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .post-image', 'b_c_f_i', 'bg_c', 'background-color') ], h: [ this.get_color(' .post-image', 'b_c_f_i', 'bg_c', 'background-color', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .post-image', 'p_f_i') ], h: [ this.get_padding(' .post-image', 'p_f_i', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .post-image', 'm_f_i') ], h: [ this.get_margin(' .post-image', 'm_f_i', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .post-image', 'b_f_i') ], h: [ this.get_border(' .post-image', 'b_f_i', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius([' .post-image', ' .post-image img'], 'f_i_r_c') ], h: [ this.get_border_radius([' .post-image', ' .post-image img'], 'f_i_r_c', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .post-image', 'f_i_sh') ], h: [ this.get_box_shadow(' .post-image', 'f_i_sh', 'h') ] }) ]) ], readMore = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .more-link', 'b_c_r_m', 'bg_c', 'background-color') ], h: [ this.get_color(' .more-link', 'b_c_r_m', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .more-link', 'f_f_g'), this.get_color('.module .more-link', 'f_c_r_m'), this.get_font_size(' .more-link', 'f_s_r_m'), this.get_line_height(' .more-link', 'l_h_r_m'), this.get_letter_spacing(' .more-link', 'l_s_r_m'), this.get_text_align(' .more-link', 't_a_r_m'), this.get_text_transform(' .more-link', 't_t_r_m'), this.get_font_style(' .more-link', 'f_st_r_m', 'f_b_r_m'), this.get_text_shadow(' .more-link', 't_sh_r_m') ], h: [ this.get_font_family(' .more-link', 'f_f_g', 'h'), this.get_color('.module .more-link:hover', 'f_c_r_m_h', 'h'), this.get_font_size(' .more-link', 'f_s_r_m', '', 'h'), this.get_font_style(' .more-link', 'f_st_r_m', 'f_b_r_m', 'h'), this.get_text_shadow(' .more-link', 't_sh_r_m', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .more-link', 'r_m_p') ], h: [ this.get_padding(' .more-link', 'r_m_p', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .more-link', 'r_m_m') ], h: [ this.get_margin(' .more-link', 'r_m_m', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .more-link', 'r_m_b') ], h: [ this.get_border(' .more-link', 'r_m_b', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .more-link', 'r_c_r_m') ], h: [ this.get_border_radius(' .more-link', 'r_c_r_m', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .more-link', 'sh_r_m') ], h: [ this.get_box_shadow(' .more-link', 'sh_r_m', 'h') ] }) ]) ], pgContainer = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .pagenav', 'b_c_pg_c', 'bg_c', 'background-color') ], h: [ this.get_color(' .pagenav', 'b_c_pg_c', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .pagenav', 'f_f_pg_c'), this.get_color(' .pagenav', 'f_c_pg_c'), this.get_font_size(' .pagenav', 'f_s_pg_c'), this.get_line_height(' .pagenav', 'l_h_pg_c'), this.get_letter_spacing(' .pagenav', 'l_s_pg_c'), this.get_text_align(' .pagenav', 't_a_pg_c'), this.get_font_style(' .pagenav', 'f_st_pg_c', 'f_b_pg_c') ], h: [ this.get_font_family(' .pagenav', 'f_f_pg_c', 'h'), this.get_color(' .pagenav', 'f_c_pg_c', 'h'), this.get_font_size(' .pagenav', 'f_s_pg_c', '', 'h'), this.get_font_style(' .pagenav', 'f_st_pg_c', 'f_b_pg_c', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .pagenav', 'p_pg_c') ], h: [ this.get_padding(' .pagenav', 'p_pg_c', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .pagenav', 'm_pg_c') ], h: [ this.get_margin(' .pagenav', 'm_pg_c', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .pagenav', 'b_pg_c') ], h: [ this.get_border(' .pagenav', 'b_pg_c', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .pagenav', 'r_c_pg_c') ], h: [ this.get_border_radius(' .pagenav', 'r_c_pg_c', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .pagenav', 'sh_pg_c') ], h: [ this.get_box_shadow(' .pagenav', 'sh_pg_c', 'h') ] }) ]) ], pgNumbers = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .pagenav a', 'b_c_pg_n', 'bg_c', 'background-color') ], h: [ this.get_color(' .pagenav a', 'b_c_pg_n', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .pagenav a', 'f_f_pg_n'), this.get_color(' .pagenav a', 'f_c_pg_n'), this.get_font_size(' .pagenav a', 'f_s_pg_n'), this.get_line_height(' .pagenav a', 'l_h_pg_n'), this.get_letter_spacing(' .pagenav a', 'l_s_pg_n'), this.get_font_style(' .pagenav a', 'f_st_pg_n', 'f_b_pg_n') ], h: [ this.get_font_family(' .pagenav a', 'f_f_pg_n', 'h'), this.get_color(' .pagenav a:hover', 'f_c_pg_n_h', null, null, ''), this.get_font_size(' .pagenav a', 'f_s_pg_n', '', 'h'), this.get_font_style(' .pagenav a', 'f_st_pg_n', 'f_b_pg_n', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .pagenav a', 'p_pg_n') ], h: [ this.get_padding(' .pagenav a', 'p_pg_n', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .pagenav a', 'm_pg_n') ], h: [ this.get_margin(' .pagenav a', 'm_pg_n', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .pagenav a', 'b_pg_n') ], h: [ this.get_border(' .pagenav a', 'b_pg_n', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .pagenav a', 'r_c_pg_n') ], h: [ this.get_border_radius(' .pagenav a', 'r_c_pg_n', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .pagenav a', 'sh_pg_n') ], h: [ this.get_box_shadow(' .pagenav a', 'sh_pg_n', 'h') ] }) ]) ], pgActiveNumbers = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .pagenav .current', 'b_c_pg_a_n', 'bg_c', 'background-color') ], h: [ this.get_color(' .pagenav .current', 'b_c_pg_a_n', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .pagenav .current', 'f_f_pg_a_n'), this.get_color(' .pagenav .current', 'f_c_pg_a_n'), this.get_font_size(' .pagenav .current', 'f_s_pg_a_n'), this.get_line_height(' .pagenav .current', 'l_h_pg_a_n'), this.get_letter_spacing(' .pagenav .current', 'l_s_pg_a_n'), this.get_font_style(' .pagenav .current', 'f_st_pg_a_n', 'f_b_pg_a_n') ], h: [ this.get_font_family(' .pagenav .current', 'f_f_pg_a_n', 'h'), this.get_color(' .pagenav .current', 'f_c_pg_a_n', 'h'), this.get_font_size(' .pagenav .current', 'f_s_pg_a_n', '', 'h'), this.get_font_style(' .pagenav .current', 'f_st_pg_a_n', 'f_b_pg_a_n', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .pagenav .current', 'p_pg_a_n') ], h: [ this.get_padding(' .pagenav .current', 'p_pg_a_n', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .pagenav .current', 'm_pg_a_n') ], h: [ this.get_margin(' .pagenav .current', 'm_pg_a_n', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .pagenav .current', 'b_pg_a_n') ], h: [ this.get_border(' .pagenav .current', 'b_pg_a_n', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .pagenav .current', 'r_c_pg_a_n') ], h: [ this.get_border_radius(' .pagenav .current', 'r_c_pg_a_n', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .pagenav .current', 'sh_pg_a_n') ], h: [ this.get_box_shadow(' .pagenav .current', 'sh_pg_a_n', 'h') ] }) ]) ], ptFilter = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .post-filter li a', 'b_c_pt_f', 'bg_c', 'background-color') ], h: [ this.get_color(' .post-filter li a', 'b_c_pt_f', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .post-filter li a', 'f_f_pt_f'), this.get_color(' .post-filter li a', 'f_c_pt_f'), this.get_font_size(' .post-filter li a', 'f_s_pt_f'), this.get_line_height(' .post-filter li a', 'l_h_pt_f'), this.get_letter_spacing(' .post-filter li a', 'l_s_pt_f'), this.get_font_style(' .post-filter li a', 'f_st_pt_f', 'f_b_pt_f'), this.get_text_align(' .post-filter', 't_a_pt_f'), this.get_text_shadow(' .post-filter li a', 't_sh_pt_f') ], h: [ this.get_font_family(' .post-filter li a', 'f_f_pt_f', 'h'), this.get_color(' .post-filter li a:hover', 'f_c_pt_f_h', null, null, 'h'), this.get_font_size(' .post-filter li a', 'f_s_pt_f', '', 'h'), this.get_font_style(' .post-filter li a', 'f_st_pt_f', 'f_b_pt_f', 'h'), this.get_text_shadow(' .post-filter li a', 't_sh_pt_f', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .post-filter li a', 'p_pt_f') ], h: [ this.get_padding(' .post-filter li a', 'p_pt_f', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .post-filter li a', 'm_pt_f') ], h: [ this.get_margin(' .post-filter li a', 'm_pt_f', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .post-filter li a', 'b_pt_f') ], h: [ this.get_border(' .post-filter li a', 'b_pt_f', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .post-filter li a', 'r_c_pt_f') ], h: [ this.get_border_radius(' .post-filter li a', 'r_c_pt_f', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .post-filter li a', 'sh_pt_f') ], h: [ this.get_box_shadow(' .post-filter li a', 'sh_pt_f', 'h') ] }) ]) ], ptaFilter = [ // Background this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .post-filter li.active a', 'b_c_pta_f', 'bg_c', 'background-color') ], h: [ this.get_color(' .post-filter li.active a', 'b_c_pta_f', 'bg_c', 'background-color', 'h') ] }) ]), // Font this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .post-filter li.active a', 'f_f_pta_f'), this.get_color(' .post-filter li.active a', 'f_c_pta_f'), this.get_font_size(' .post-filter li.active a', 'f_s_pta_f'), this.get_line_height(' .post-filter li.active a', 'l_h_pta_f'), this.get_letter_spacing(' .post-filter li.active a', 'l_s_pta_f'), this.get_font_style(' .post-filter li.active a', 'f_st_pta_f', 'f_b_pta_f'), this.get_text_shadow(' .post-filter li.active a', 't_sh_pta_f') ], h: [ this.get_font_family(' .post-filter li.active a', 'f_f_pta_f', 'h'), this.get_color(' .post-filter li.active a:hover', 'f_c_pta_f_h', null, null, 'h'), this.get_font_size(' .post-filter li.active a', 'f_s_pta_f', '', 'h'), this.get_font_style(' .post-filter li.active a', 'f_st_pta_f', 'f_b_pta_f', 'h'), this.get_text_shadow(' .post-filter li.active a', 't_sh_pta_f', 'h') ] }) ]) ], loadMoreButton = [ this.get_expand('bg', [ this.get_tab({ n: [ this.get_color(' .load-more-button', 'b_c_l_m_b', 'bg_c', 'background-color') ], h: [ this.get_color(' .load-more-button', 'b_c_l_m_b', 'bg_c', 'background-color', 'h') ] }) ]), this.get_expand('f', [ this.get_tab({ n: [ this.get_font_family(' .load-more-button', 'f_f_l_m_b'), this.get_color(' .load-more-button', 'f_c_l_m_b'), this.get_font_size(' .load-more-button', 'f_s_l_m_b'), this.get_font_style(' .load-more-button', 'f_st_l_m_b', 'f_fw_l_m_b'), this.get_line_height(' .load-more-button', 'l_h_l_m_b'), this.get_letter_spacing(' .load-more-button', 'l_s_l_m_b'), this.get_text_transform(' .load-more-button', 't_t_l_m_b'), this.get_text_align(' .tf_load_more', 't_a_l_m_b'), this.get_text_shadow(' .load-more-button', 't_sh_l_b') ], h: [ this.get_font_family(' .load-more-button', 'f_f_l_m_b', 'h'), this.get_color(' .load-more-button', 'f_c_l_m_b', null, null, 'h'), this.get_font_size(' .load-more-button', 'f_s_l_m_b', '', 'h'), this.get_font_style(' .load-more-button', 'f_st_l_m_b', 'f_fw_l_m_b', 'h'), this.get_text_shadow(' .load-more-button', 't_sh_l_b', 'h') ] }) ]), // Padding this.get_expand('p', [ this.get_tab({ n: [ this.get_padding(' .load-more-button', 'l_m_b_p') ], h: [ this.get_padding(' .load-more-button', 'l_m_b_p', 'h') ] }) ]), // Margin this.get_expand('m', [ this.get_tab({ n: [ this.get_margin(' .load-more-button', 'l_m_b_m') ], h: [ this.get_margin(' .load-more-button', 'l_m_b_m', 'h') ] }) ]), // Border this.get_expand('b', [ this.get_tab({ n: [ this.get_border(' .load-more-button', 'l_m_b_b') ], h: [ this.get_border(' .load-more-button', 'l_m_b_b', 'h') ] }) ]), // Rounded Corners this.get_expand('r_c', [ this.get_tab({ n: [ this.get_border_radius(' .load-more-button', 'l_m_b_r_c') ], h: [ this.get_border_radius(' .load-more-button', 'l_m_b_r_c', 'h') ] }) ]), // Shadow this.get_expand('sh', [ this.get_tab({ n: [ this.get_box_shadow(' .load-more-button', 'l_m_b_b_sh') ], h: [ this.get_box_shadow(' .load-more-button', 'l_m_b_b_sh', 'h') ] }) ]) ]; return { type: 'tabs', options: { g: general, m_t: this.module_title_custom_style(), conter: postContainer, title: postTitle, fimg: featuredImage, meta: postMeta, date: postDate, content: postContent, rmore: readMore, lmorebtn: loadMoreButton, pagincont: pgContainer, paginnum: pgNumbers, paginactiv: pgActiveNumbers, postf: ptFilter, postfact: ptaFilter } }; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List