2013-08-03 03:00:39 +00:00
|
|
|
; This is the ingame layout config file
|
|
|
|
; Here you can easily change colors of specific elements in the ingame templates.
|
|
|
|
|
2013-08-03 16:59:21 +00:00
|
|
|
;-------------------------------------------------------------------------------
|
|
|
|
|
2013-08-03 03:00:39 +00:00
|
|
|
[basic]
|
|
|
|
|
2013-08-03 16:59:21 +00:00
|
|
|
;second menu bar bg color
|
|
|
|
second_menu_bg_color = "#00000040"
|
|
|
|
|
|
|
|
;title bg color
|
|
|
|
title_bg_color = "#303030"
|
|
|
|
|
2013-08-03 03:00:39 +00:00
|
|
|
;default info text color
|
|
|
|
info_color = "#00CED1"
|
|
|
|
|
2013-08-29 20:19:37 +00:00
|
|
|
;notification color
|
|
|
|
notification_color = "red"
|
|
|
|
|
2013-08-06 02:31:01 +00:00
|
|
|
;Account (user/admin/mod) name color
|
2013-08-03 16:59:21 +00:00
|
|
|
team_color = "red"
|
2013-08-06 02:31:01 +00:00
|
|
|
user_color = "green"
|
|
|
|
mod_color = "orange"
|
|
|
|
admin_color = "red"
|
2013-08-03 16:59:21 +00:00
|
|
|
|
|
|
|
;main table bg color
|
|
|
|
main_tbl_color = "#00000030"
|
|
|
|
|
|
|
|
;normal table bg color
|
|
|
|
normal_tbl_color = "#00000060"
|
|
|
|
|
|
|
|
;table bg color for team replies
|
|
|
|
team_reply_tbl_color = "#F8C8C140"
|
|
|
|
|
|
|
|
;table bg color for hidden replies
|
|
|
|
hidden_reply_tbl_color = "#CFFEFF40"
|
|
|
|
|
|
|
|
;table bg color for closed reply
|
|
|
|
closed_tbl_color = "#FFE69960"
|
|
|
|
|
|
|
|
;table header tr bg color
|
|
|
|
table_header_tr_color = "#00000090"
|
|
|
|
|
2013-08-06 02:31:01 +00:00
|
|
|
;pagination current page bg
|
|
|
|
pagination_current_page_bg = "#00CED190"
|
|
|
|
|
2013-08-03 16:59:21 +00:00
|
|
|
;-------------------------------------------------------------------------------
|