"resource/layout/accountmenu.layout" { controls { view_profile_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_view_profile" } view_account_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_details" } view_wallet_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_wallet" } view_preferences_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_preferences" } change_user_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_changeuser" } sign_out_button { controlname="Button" style="account_menu_button" labelText="#steam_menu_account_logout" } account_name_label { controlname="Label" style="account_menu_label" labelText="%account%" } wallet_amount_label { controlname="Label" style="account_menu_label" labelText="%wallet%" } } styles { AccountMenuStyle { bgcolor = DarkGreenBG inset = "1 0 1 1" render_bg { 1="fill( x0, y0, x1, y0 + 1, LightGreenBG )" // top 2="fill( x0, y1 - 1, x1, y1, LightGreenBG )" // bottom 3="fill( x0, y0, x0 + 1, y1, LightGreenBG )" // left 4="fill( x1 - 1, y0, x1, y1, LightGreenBG )" // right } } account_menu_button { font-size=13 font-weight=regular textcolor="OffWhite" font-style="" render_bg{} } account_menu_label { font-size=13 font-weight=regular textcolor="Friends.OnlineColor" font-style="" render_bg{} } account_menu_button:hover { textcolor="White" bgcolor="none" } } layout { place { control="view_profile_button" align=left margin-left=4 margin-top=4 height=24 width=max } place { control="view_account_button" align=left margin-left=4 margin-top=28 height=24 width=max } place { control="change_user_button" align=left margin-left=4 margin-top=52 height=24 width=max } place { control="sign_out_button" align=left margin-left=4 margin-top=76 height=24 width=max } place { control="view_preferences_button" align=left margin-left=4 margin-top=100 height=24 width=max } place { control="view_wallet_button" align=left margin-left=4 margin-top=124 height=24 width=max } } }