HP t505 Administrator Guide - Page 85

Table D-2, Login Screen > Common Attributes > color

Page 85 highlights

Table D-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 D-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 D-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. Table D-5 Login Screen > Common Attributes > size Type Parameter Example Default Use Description WWxHH, where WW is the width in absolute pixels or in a percentage of screen width and HH is the height in absolute pixels or in a percentage of the screen height. size: 256x128; The natural size of the element; for example, the pixel size of an image. Specifies the size of the element. Elements will be scaled to match the specified size. Customizing the screen background 73

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163

Table D-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 D-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 D-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.
Table D-5
Login Screen > Common Attributes > size
Type
Description
Parameter
WWxHH, where WW is the width in absolute pixels or in a
percentage of screen width and HH is the height in absolute
pixels or in a percentage of the screen height.
Example
size: 256x128;
Default
The natural size of the element; for example, the pixel size of
an image.
Use
Specifies the size of the element. Elements will be scaled to
match the specified size.
Customizing the screen background
73