: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
const {BaseStyles} = await import('../../editor/base-styles.mjs');
export class Module extends BaseStyles {
this.get_color('', 'background_color', 'bg_c', 'background-color')
this.get_color('', 'bg_c', 'bg_c', 'background-color', 'h')
this.get_color_type([' .tab-content', ' .tab-nav a']),
this.get_letter_spacing(),
this.get_text_transform(),
this.get_text_decoration('', 'text_decoration_regular'),
this.get_font_family('', 'f_f', 'h'),
this.get_color_type([':hover .tab-content', ':hover .tab-nav a'], '', 'f_c_t_h', 'f_c_h', 'f_g_c_h'),
this.get_font_size('', 'f_s', '', 'h'),
this.get_font_style('', 'f_st', 'f_w', 'h'),
this.get_text_decoration('', 't_d_r', 'h'),
this.get_text_shadow('', 't_sh', 'h')
this.get_color(['.ui a', '.ui .tab-nav a'], 'link_color'),
this.get_text_decoration('.ui a')
this.get_color(['.ui a', '.ui .tab-nav a'], 'link_color', null, null, 'hover'),
this.get_text_decoration('.ui a', 't_d', 'h')
this.get_padding('', 'p', 'h')
this.get_margin('', 'm', 'h')
this.get_border('', 'b', 'h')
this.get_blend('', '', 'h')
this.get_border_radius('', 'r_c', 'h')
this.get_box_shadow('', 'sh', 'h')
// this.get_expand('disp', this.get_self_align()),
this.get_zindex('', 'custom_parallax_scroll_zindex')
this.get_transform('', 'tr', 'h')
this.get_image('>.tab-nav li', 'bg_i', 'background_color_title', 'bg_r', 'bg_p')
this.get_image('>.tab-nav li', 'bg_i', 'b_c_t', 'bg_r', 'bg_p', 'h')
this.get_font_family('.ui.ui>.tab-nav a', 'font_family_title'),
this.get_color('.ui>.tab-nav a', 'font_color_title', 'f_c'),
this.get_font_size('.ui>.tab-nav a', 'font_size_title'),
this.get_line_height('.ui>.tab-nav a', 'line_height_title'),
this.get_letter_spacing('.ui>.tab-nav a', 'letter_spacing_title'),
this.get_text_align(['>.tab-nav', '>.tab-nav li'], 'title_text_align'),
this.get_text_transform('.ui>.tab-nav a', 't_t_t'),
this.get_font_style('.ui>.tab-nav a', 'f_sy_t', 'f_t_b'),
this.get_text_shadow('.ui>.tab-nav a', 't_sh_t')
this.get_font_family('.ui>.tab-nav a', 'f_f_t', 'h'),
this.get_color('>.tab-nav li:hover a', 'f_c_t_h'),
this.get_font_size('.ui>.tab-nav a', 'f_s_t', '', 'h'),
this.get_font_style('.ui>.tab-nav a', 'f_sy_t', 'f_t_b', 'h'),
this.get_text_shadow('.ui>.tab-nav a', 't_sh_t', 'h')
this.get_padding('.ui>.tab-nav a', 't_p')
this.get_padding('.ui>.tab-nav a', 't_p', 'h')
this.get_margin('>.tab-nav li', 't_m')
this.get_margin('>.tab-nav li', 't_m', 'h')
this.get_expand('acttab', [
this.get_color('>.tab-nav .current a', 'active_font_color_title', 'colact'),
this.get_image('>.tab-nav .current', 'bg_i', 'active_background_color_title', 'bg_r', 'bg_p'),
this.get_border('>.tab-nav .current', 'active_tab_border')
this.get_color('>.tab-nav .current a:hover', 'active_hover_font_color_title', 'colact'),
this.get_image('>.tab-nav .current:hover', 'bg_i_h', 'active_hover_background_color_title', 'bg_r_h', 'bg_i_h'),
this.get_border('>.tab-nav .current', 't_b','h')
this.get_border('>.tab-nav li', 'title_border')
this.get_border('>.tab-nav li', 't_b', 'h')
this.get_border_radius('>.tab-nav li', 't_r_c')
this.get_border_radius('>.tab-nav li', 't_r_c', 'h')
this.get_box_shadow('>.tab-nav li', 't_b_sh')
this.get_box_shadow('>.tab-nav li', 't_b_sh', 'h')
this.get_color('>.tab-nav em', 'icon_color'),
this.get_font_size('.ui .tab-nav li em', 'icon_size')
this.get_color('>.tab-nav em', 'i_c', null, null, 'h'),
this.get_font_size('>.tab-nav em', 'i_s', '', 'h')
this.get_expand('acttab', [
this.get_color('>.tab-nav .current em', 'active_tab_icon_color')
this.get_color('>.tab-nav .current em', 'a_t_i_c', null, null, 'h')
this.get_color('>.tab-content', 'background_color_content', 'bg_c', 'background-color')
this.get_color('>.tab-content', 'b_c_c', 'bg_c', 'background-color', 'h')
this.get_font_family('>.tab-content', 'font_family_content'),
this.get_color('>.tab-content', 'font_color_content'),
this.get_font_size('>.tab-content', 'font_size_content'),
this.get_font_style('>.tab-content', 'f_fs_c', 'f_fw_c'),
this.get_line_height('>.tab-content', 'line_height_content'),
this.get_text_shadow('>.tab-content', 't_sh_c')
this.get_font_family('>.tab-content', 'f_f_c', 'h'),
this.get_color('>.tab-content', 'f_c_c',null,null,'h'),
this.get_font_size('>.tab-content', 'f_s_c', '', 'h'),
this.get_font_style('>.tab-content', 'f_fs_c', 'f_fw_c', 'h'),
this.get_text_shadow('>.tab-content', 't_sh_c', 'h')
this.get_padding('>.tab-content', 'p_c')
this.get_padding('>.tab-content', 'p_c', 'h')
this.get_border('>.tab-content', 'b_c')
this.get_border('>.tab-content', 'b_c', 'h')
this.get_border_radius('>.tab-content', 't_c_r_c')
this.get_border_radius('>.tab-content', 't_c_r_c', 'h')
this.get_box_shadow('>.tab-content', 't_c_b_sh')
this.get_box_shadow('>.tab-content', 't_c_b_sh', 'h')
this.get_color('>.tab-nav-current-active', 'b_c_m_t', 'bg_c', 'background-color')
this.get_color('>.tab-nav-current-active', 'b_c_m_t', 'bg_c', 'background-color', 'h')
this.get_font_family('>.tab-nav-current-active', 'f_f_m_t'),
this.get_color('>.tab-nav-current-active', 'f_c_m_t'),
this.get_font_size('>.tab-nav-current-active', 'f_s_m_t'),
this.get_font_style('>.tab-nav-current-active', 'f_fs_m_t', 'f_fw_m_t'),
this.get_line_height('>.tab-nav-current-active', 'l_h_m_t'),
this.get_text_shadow('>.tab-nav-current-active', 't_sh_m_t')
this.get_font_family('>.tab-nav-current-active', 'f_f_m_t', 'h'),
this.get_color('>.tab-nav-current-active:hover', 'f_c_m_t_h'),
this.get_font_size('>.tab-nav-current-active', 'f_s_m_t', '', 'h'),
this.get_font_style('>.tab-nav-current-active', 'f_fs_m_t', 'f_fw_m_t', 'h'),
this.get_text_shadow('>.tab-nav-current-active', 't_sh_m_t', 'h')
this.get_padding('>.tab-nav-current-active', 'p_m_t')
this.get_padding('>.tab-nav-current-active', 'p_m_t', 'h')
this.get_border('>.tab-nav-current-active', 'b_m_t')
this.get_border('>.tab-nav-current-active', 'b_m_t', 'h')
this.get_border_radius('>.tab-nav-current-active', 'r_c_m_t')
this.get_border_radius('>.tab-nav-current-active', 'r_c_m_t', 'h')
this.get_box_shadow('>.tab-nav-current-active', 'b_sh_m_t')
this.get_box_shadow('>.tab-nav-current-active', 'b_sh_m_t', 'h')
this.get_color(' .tb_tab_timerbar', 'timerbg', 'bg_c', 'background-color')
this.get_color(' .tb_tab_timerbar', 'timerbg', 'bg_c', 'background-color', 'h')
this.get_height( ' .tb_tab_timerbar', 'timerh' )
m_t: this.module_title_custom_style(),