CSS_Util
Utility functions for building CSS.
Tags
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