Bitcoin and Altcoin Wallets 6.2.5

customizer.php

Customizer integration.

Tags
since
4.1.0
author

Alexandros Georgiou info@dashed-slug.net

Table of Contents

WALLETS_BORDER_COLOR  = '#000000'
Color for the border of the UIs.
WALLETS_BORDER_PADDING_PX  = '20'
Padding in pixels around the border of the UIs.
WALLETS_BORDER_RADIUS_PX  = '0'
Corner radius in pixels for the border of the UIs. Allows for rounded corners.
WALLETS_BORDER_SHADOW_BLUR_RADIUS_PX  = '0'
Shadow radius in pixels.
WALLETS_BORDER_SHADOW_COLOR  = '#000000'
Shadow color in hex.
WALLETS_BORDER_SHADOW_OFFSET_X_PX  = '0'
Horizontal offset of shadow in pixels.
WALLETS_BORDER_SHADOW_OFFSET_Y_PX  = '0'
Vertical offset of shadow in pixels.
WALLETS_BORDER_STYLE  = 'solid'
Style for the border of the UIs.
WALLETS_BORDER_WIDTH_PX  = '1'
Width in pixels for the border of the UIs.
WALLETS_FONT_COLOR  = '#202020'
Font color in hex.
WALLETS_FONT_LABEL_COLOR  = '#000000'
Font color for field labels, in hex.
WALLETS_FONT_LABEL_SIZE_PT  = '14'
Font size for field labels, in points.
WALLETS_FONT_SIZE_PT  = '12'
Font size in points.
WALLETS_GENERAL_OPACITY_LOADING  = '0.5'
Opacity of a UI while it is loading data, from 0 to 1.
WALLETS_ICON_SHADOW_BLUR_RADIUS_PX  = '0'
Radius for shadow behind currency logos/icons, in pixels. For no shadow, leave at 0.
WALLETS_ICON_SHADOW_COLOR  = '#000000'
Color for shadow behind currency logos/icons, in hex.
WALLETS_ICON_SHADOW_OFFSET_X_PX  = '0'
Horizontal offset for shadow behind currency logos/icons, in pixels.
WALLETS_ICON_SHADOW_OFFSET_Y_PX  = '0'
Vertical offset for shadow behind currency logos/icons, in pixels.
WALLETS_ICON_WIDTH_PX  = '64'
Width for currency logos/icons, in pixels. Since logos are usually square, this is also the height.
WALLETS_TXCOLORS_CANCELLED  = '#f8f828'
Background color, in hex, for rows showing transactions with CANCELLE status.
WALLETS_TXCOLORS_DONE  = '#58b858'
Background color, in hex, for rows showing transactions with DONE status.
WALLETS_TXCOLORS_FAILED  = '#d85848'
Background color, in hex, for rows showing transactions with FAILED status.
WALLETS_TXCOLORS_PENDING  = '#808080'
Background color, in hex, for rows showing transactions with PENDING status.

Constants

WALLETS_BORDER_COLOR

Color for the border of the UIs.

public string WALLETS_BORDER_COLOR = '#000000'

Color value in hex, must start with #.

WALLETS_BORDER_PADDING_PX

Padding in pixels around the border of the UIs.

public string|number WALLETS_BORDER_PADDING_PX = '20'

WALLETS_BORDER_RADIUS_PX

Corner radius in pixels for the border of the UIs. Allows for rounded corners.

public string|number WALLETS_BORDER_RADIUS_PX = '0'

WALLETS_BORDER_SHADOW_BLUR_RADIUS_PX

Shadow radius in pixels.

public string|number WALLETS_BORDER_SHADOW_BLUR_RADIUS_PX = '0'

WALLETS_BORDER_SHADOW_COLOR

Shadow color in hex.

public string WALLETS_BORDER_SHADOW_COLOR = '#000000'

WALLETS_BORDER_SHADOW_OFFSET_X_PX

Horizontal offset of shadow in pixels.

public string|number WALLETS_BORDER_SHADOW_OFFSET_X_PX = '0'

WALLETS_BORDER_SHADOW_OFFSET_Y_PX

Vertical offset of shadow in pixels.

public string|number WALLETS_BORDER_SHADOW_OFFSET_Y_PX = '0'

WALLETS_BORDER_STYLE

Style for the border of the UIs.

public string WALLETS_BORDER_STYLE = 'solid'

Can be a valid CSS value, such as solid, dashed, etc.

WALLETS_BORDER_WIDTH_PX

Width in pixels for the border of the UIs.

public string|number WALLETS_BORDER_WIDTH_PX = '1'

WALLETS_FONT_COLOR

Font color in hex.

public string WALLETS_FONT_COLOR = '#202020'

WALLETS_FONT_LABEL_COLOR

Font color for field labels, in hex.

public string WALLETS_FONT_LABEL_COLOR = '#000000'

WALLETS_FONT_LABEL_SIZE_PT

Font size for field labels, in points.

public string|number WALLETS_FONT_LABEL_SIZE_PT = '14'

WALLETS_FONT_SIZE_PT

Font size in points.

public string|number WALLETS_FONT_SIZE_PT = '12'

WALLETS_GENERAL_OPACITY_LOADING

Opacity of a UI while it is loading data, from 0 to 1.

public string|number WALLETS_GENERAL_OPACITY_LOADING = '0.5'

WALLETS_ICON_SHADOW_BLUR_RADIUS_PX

Radius for shadow behind currency logos/icons, in pixels. For no shadow, leave at 0.

public string|number WALLETS_ICON_SHADOW_BLUR_RADIUS_PX = '0'

WALLETS_ICON_SHADOW_COLOR

Color for shadow behind currency logos/icons, in hex.

public string WALLETS_ICON_SHADOW_COLOR = '#000000'

WALLETS_ICON_SHADOW_OFFSET_X_PX

Horizontal offset for shadow behind currency logos/icons, in pixels.

public string|number WALLETS_ICON_SHADOW_OFFSET_X_PX = '0'

WALLETS_ICON_SHADOW_OFFSET_Y_PX

Vertical offset for shadow behind currency logos/icons, in pixels.

public string|number WALLETS_ICON_SHADOW_OFFSET_Y_PX = '0'

WALLETS_ICON_WIDTH_PX

Width for currency logos/icons, in pixels. Since logos are usually square, this is also the height.

public string|number WALLETS_ICON_WIDTH_PX = '64'

WALLETS_TXCOLORS_CANCELLED

Background color, in hex, for rows showing transactions with CANCELLE status.

public string WALLETS_TXCOLORS_CANCELLED = '#f8f828'

WALLETS_TXCOLORS_DONE

Background color, in hex, for rows showing transactions with DONE status.

public string WALLETS_TXCOLORS_DONE = '#58b858'

WALLETS_TXCOLORS_FAILED

Background color, in hex, for rows showing transactions with FAILED status.

public string WALLETS_TXCOLORS_FAILED = '#d85848'

WALLETS_TXCOLORS_PENDING

Background color, in hex, for rows showing transactions with PENDING status.

public string WALLETS_TXCOLORS_PENDING = '#808080'

Search results