#define TP (33/1280) #define LP (40/720) #define RP (40/720) #define TEXT_COLOR 0 0 0 255 collections { group { name: "help"; parts { part { name: "bg"; type: RECT; mouse_events: 0; description { state: "default" 0.0; color: 255 255 255 255; } } part { name: "help_msg"; type: TEXTBLOCK; scale: 1; description { state: "default" 0.0; rel1 { relative: LP TP; } rel2 { relative: 1-RP 1; } text { style: "loc_style"; align: 0 0; } align: 0 0; } } } } styles { style { name: "loc_style"; base: "font=SLP:style=Medium font_size=32"; tag: "br" "\n"; tag: "title" "+ font=SLP:style=Bold color=#000000"; tag: "msg" "+ color=#808080 wrap=word"; } } }