Use configured resolution for login/outgame/ingame
[ryzomcore.git] / web / private_php / ams / configs / ingame_layout.ini
blobf19d4326582d714f6b379e387262224ef73c6f84
1 ; This is the ingame layout config file
2 ; Here you can easily change colors of specific elements in the ingame templates.
4 ;-------------------------------------------------------------------------------
6 [basic]
8 ;second menu bar bg color
9 second_menu_bg_color = "#00000040"
11 ;title bg color
12 title_bg_color = "#303030"
14 ;default info text color
15 info_color = "#00CED1"
17 ;notification color
18 notification_color = "red"
20 ;Account (user/admin/mod) name color
21 team_color = "red"
22 user_color = "green"
23 mod_color = "orange"
24 admin_color = "red"
26 ;main table bg color
27 main_tbl_color = "#00000030"
29 ;normal table bg color
30 normal_tbl_color = "#00000060"
32 ;table bg color for team replies
33 team_reply_tbl_color = "#F8C8C140"
35 ;table bg color for hidden replies
36 hidden_reply_tbl_color = "#CFFEFF40"
38 ;table bg color for closed reply
39 closed_tbl_color = "#FFE69960"
41 ;table header tr bg color
42 table_header_tr_color = "#00000090"
44 ;pagination current page bg
45 pagination_current_page_bg = "#00CED190"
47 ;-------------------------------------------------------------------------------