CSS_Util

Utility functions for building CSS.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

version
1.0

Table of Contents

build_background_style()  : mixed
build_border_style()  : mixed
build_font_style()  : mixed

Methods

build_background_style()

public static build_background_style(mixed $bg_color[, mixed $important = false ]) : mixed
Parameters
$bg_color : mixed
$important : mixed = false
Return values
mixed

build_border_style()

public static build_border_style(mixed $option[, mixed $borders = 'all' ][, mixed $important = false ]) : mixed
Parameters
$option : mixed
$borders : mixed = 'all'
$important : mixed = false
Return values
mixed

build_font_style()

public static build_font_style(mixed $option[, mixed $important = false ]) : mixed
Parameters
$option : mixed
$important : mixed = false
Return values
mixed

Search results