: 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_font_family(' .slide-content'),
this.get_color_type([' .tb_text_wrap', ' .slide-content a']),
this.get_font_size(' .slide-content'),
this.get_line_height(' .slide-content'),
this.get_letter_spacing(' .slide-content'),
this.get_text_align(' .slide-content'),
this.get_text_transform(' .slide-content'),
this.get_font_style(' .slide-content'),
this.get_text_decoration(' .slide-content', 'text_decoration_regular'),
this.get_text_shadow([' .slide-content', '.module .slide-title', '.module .slide-title a'])
this.get_font_family(' .slide-content', 'f_f', 'h'),
this.get_color_type([':hover .tb_text_wrap', ':hover .slide-content a'], '', 'f_c_t_h', 'f_c_h', 'f_g_c_h'),
this.get_font_size(' .slide-content', 'f_s', '', 'h'),
this.get_font_style(' .slide-content', 'f_st', 'f_w', 'h'),
this.get_text_decoration(' .slide-content', 't_d_r', 'h'),
this.get_text_shadow([' .slide-content', '.module .slide-title', '.module .slide-title a'], 't_sh', 'h')
this.get_color('.module a', 'link_color'),
this.get_text_decoration(' a')
this.get_color('.module a', 'link_color', null, null, 'hover'),
this.get_text_decoration(' 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_color([' .slide-inner-wrap', '.slider-caption-overlay .slide-content'], 'b_c_container', 'bg_c', 'background-color')
this.get_color([' .slide-inner-wrap', '.slider-caption-overlay .slide-content'], 'b_c_c', 'bg_c', 'background-color', 'h')
this.get_padding(' .slide-inner-wrap', 'p_container')
this.get_padding(' .slide-inner-wrap', 'p_c', 'h')
this.get_margin(' .slide-inner-wrap', 'm_container')
this.get_margin(' .slide-inner-wrap', 'm_c', 'h')
this.get_border(' .slide-inner-wrap', 'b_container')
this.get_border(' .slide-inner-wrap', 'b_c', 'h')
this.get_border_radius(' .slide-inner-wrap', 'r_c_sc')
this.get_border_radius(' .slide-inner-wrap', 'r_c_sc', 'h')
this.get_box_shadow(' .slide-inner-wrap', 'b_sh_sc')
this.get_box_shadow(' .slide-inner-wrap', 'b_sh_sc', 'h')
this.get_font_family(['.module .slide-title', '.module .slide-title a'], 'font_family_title'),
this.get_color(['.module .slide-content .slide-title', '.module .slide-content .slide-title a'], 'font_color_title'),
this.get_font_size('.module .slide-title', 'font_size_title'),
this.get_line_height('.module .slide-title', 'line_height_title'),
this.get_letter_spacing('.module .slide-title', 'letter_spacing_title'),
this.get_text_transform('.module .slide-title', 'text_transform_title'),
this.get_font_style(['.module .slide-title', '.module .slide-title a'], 'font_title', 'font_title_bold')
this.get_font_family(['.module .slide-title', '.module .slide-title a'], 'f_f_t', 'h'),
this.get_color(['.module .slide-content .slide-title', '.module .slide-content .slide-title a'], 'f_c_t_t', null, null, 'h'),
this.get_font_size('.module .slide-title', 'f_s_t', '', 'h'),
this.get_font_style(['.module .slide-title', '.module .slide-title a'], 'f_t', 'f_t_b', 'h')
this.get_margin('.module .slide-title', 'm_title'),
this.get_text_shadow(['.module .slide-title', '.module .slide-title a'], 't_sh_t')
this.get_margin('.module .slide-title', 'm_t', 'h'),
this.get_text_shadow(['.module .slide-content .slide-title', '.module .slide-content .slide-title a'], 't_sh_t', 'h')
this.get_color(' .slide-image img', 'i_bg_c', 'bg_c', 'background-color')
this.get_color(' .slide-image img', 'i_bg_c', 'bg_c', 'background-color', 'h')
this.get_padding(' .slide-image img', 'i_p')
this.get_padding(' .slide-image img', 'i_p', 'h')
this.get_margin(' .slide-image', 'i_m')
this.get_margin(' .slide-image', 'i_m', 'h')
this.get_border(' .slide-image img', 'i_b')
this.get_border(' .slide-image img', 'i_b', 'h')
this.get_border_radius(' .slide-image img', 'i_r_c')
this.get_border_radius(' .slide-image img', 'i_r_c', 'h')
this.get_box_shadow(' .slide-image img', 'i_b_sh')
this.get_box_shadow(' .slide-image img', 'i_b_sh', 'h')
this.get_font_family('.module .slide-content', 'font_family_content'),
this.get_color('.module .slide-content', 'font_color_content'),
this.get_font_size('.module .slide-content', 'font_size_content'),
this.get_font_style('.module .slide-content', 'f_fs_c', 'f_fw_c'),
this.get_line_height('.module .slide-content', 'line_height_content'),
this.get_text_shadow(['.module .slide-content', '.module .slide-title', '.module .slide-title a'], 't_sh_c')
this.get_font_family('.module .slide-content', 'f_f_c', 'h'),
this.get_color('.module .slide-content', 'f_c_c', null, null, 'h'),
this.get_font_size('.module .slide-content', 'f_s_c', '', 'h'),
this.get_font_style('.module .slide-content', 'f_fs_c', 'f_fw_c', 'h'),
this.get_text_shadow(['.module .slide-content', '.module .slide-title', '.module .slide-title a'], 't_sh_c', 'h')
this.get_multi_columns_count(' .slide-content')
this.get_multi_columns_count(' .slide-content', 'c', 'h')
this.get_padding(' .slide-content', 'p_content')
this.get_padding(' .slide-content', 'p_c', 'h')
this.get_color([' .carousel-prev', ' .carousel-next'], 'b_c_arrows_controls', 'bg_c', 'background-color'),
this.get_color([' .carousel-prev', ' .carousel-next'], 'f_c_arrows_controls'),
this.get_width([' .carousel-prev', ' .carousel-next'], 'w_arr_ctrl'),
this.get_height([' .carousel-prev', ' .carousel-next'], 'h_arr_ctrl')
this.get_color([' .carousel-prev:hover', ' .carousel-next:hover'], 'b_c_h_arrows_controls', 'bg_c', 'background-color'),
this.get_color([' .carousel-prev:hover', ' .carousel-next:hover'], 'f_c_ar_c_h')
this.get_expand('pager', [
this.get_color('.module .carousel-pager a', 'f_c_pager_controls')
this.get_color(['.module .carousel-pager a:hover', '.module .carousel-pager a.selected'], 'f_c_h_pager_controls')
m_t: this.module_title_custom_style(),