: 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(' .post', 'background_color', 'bg_c', 'background-color')
this.get_color(' .post', 'bg_c', 'bg_c', 'background-color', 'h')
this.get_font_family([' .post-title', ' .post-title a']),
this.get_color([' .post', ' h1', ' h2', ' h3', ' h4', ' h5', ' h6', ' .post-title', ' .post-title a'], 'font_color'),
this.get_font_size(' .post'),
this.get_line_height(' .post'),
this.get_letter_spacing(' .post'),
this.get_text_align(' .post'),
this.get_text_transform(' .post'),
this.get_font_style(' .post'),
this.get_text_decoration(' .post', 'text_decoration_regular'),
this.get_text_shadow([' .post-title', ' .post-title a'])
this.get_font_family([' .post-title', ' .post-title a'], 'f_f', 'h'),
this.get_color([':hover .post', ':hover h1', ':hover h2', ':hover h3', ':hover h4', ':hover h5', ':hover h6', ':hover .post-title', ':hover .post-title a'], 'f_c_h'),
this.get_font_size(' .post', 'f_s', '', 'h'),
this.get_font_style(' .post', 'f_st', 'f_w', 'h'),
this.get_text_decoration(' .post', 't_d_r', 'h'),
this.get_text_shadow([' .post-title', ' .post-title a'], 't_sh', 'h')
this.get_color(' a', 'link_color'),
this.get_text_decoration(' a')
this.get_color(' a', 'link_color', null, null, 'hover'),
this.get_text_decoration(' a', 't_d', 'h')
this.get_margin(' .post')
this.get_margin(' .post', 'm', 'h')
this.get_border(' .post')
this.get_border(' .post', '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_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', '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_shadow(['.module .post-title', '.module .post-title a'], 't_sh_h_t')
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'], 'f_c_t', null, null, 'h'),
this.get_font_size('.module .post-title', 'f_s_t', '', 'h'),
this.get_text_shadow(['.module .post-title', '.module .post-title a'], 't_sh_h_t', 'h')
this.get_font_family(' .highlight-post .post-content', 'font_family_content'),
this.get_color(' .highlight-post .post-content', 'font_color_content'),
this.get_font_size(' .highlight-post .post-content', 'font_size_content'),
this.get_line_height(' .highlight-post .post-content', 'line_height_content'),
this.get_text_shadow(' .highlight-post .post-content', 't_sh_h_c')
this.get_font_family(' .highlight-post .post-content', 'f_f_c', 'h'),
this.get_color(' .highlight-post .post-content', 'f_c_c', null, null, 'h'),
this.get_font_size(' .highlight-post .post-content', 'f_s_c', '', 'h'),
this.get_text_shadow(' .highlight-post .post-content', 't_sh_h_c', 'h')
m_t: this.module_title_custom_style(),
highlgtit: highlightTitle,
highlgtc: highlightContent