HP ThinPro - Login Screen Customization
9
Example background
To create the following custom desktop background:
1. Enter the gradient attribute:
gradient {
colors: 0.0,6688ff 0.33,446688 1.0,88dddd;
}
2. Enter the two text attributes:
text {
text: Big Business, LLC; color: white;
font: unfonts-core; max-height: 300;
max-width: 800; alignment: left vcenter;
font-size: 300;
position: 100,100;
shadow-offset: 5,3;
}
text {
text: Escaping the small pond; color: white;
font: DejaVuSans-ExtraLight; max-height: 150;
max-width: 600; alignment: left vcenter; font-size: 200;
position: 100,200;
}










