HP Smart Zero Core 4.4 Administrator Guide

Table B-1 Login Screen > Common Attributes > Name (continued)
Type Description
Default
Use Specifies a string to associate with the element. It is used
only in debugging output, such as when a syntax or value
error is found in attribute parsing.
Table B-2 Login Screen > Common Attributes > padding
Type Description
Parameter An absolute (pixel) or percentage value
Example padding: 20;
Default
Use An object will be positioned on the screen as if the screen
were smaller on all sides by the padding value. For example,
if an element would normally be placed at 0,0 with a padding
of 20, it would be placed at 20,20 instead. If specified in the
global element, it will apply to all subsequent elements,
leaving an empty gutter around the screen edge, unless
those elements override the padding with their own padding
value.
Table B-3 Login Screen > Common Attributes > color
Type Description
Parameter RRGGBB 6-digit hex value or rrr,ggg,bbb 0–255,0–255,0–
255 form
Example color: ff8800;
Default 255,255,255 (white)
Use Specifies the color of the element
Table B-4 Login Screen > Common Attributes > alpha
Type Description
Parameter 0–255 integer
Example alpha: 127;
Default 255 (fully opaque)
Use Specifies the opacity of the element. 255 is fully opaque; 0 is
fully transparent. Elements are layered over the background
in the order they are defined.
Customizing the screen background 49