40 lines
783 B
Plaintext
40 lines
783 B
Plaintext
|
## main
|
||
|
|
||
|
# two-step login
|
||
|
input_pass_x -1
|
||
|
input_pass_y -1
|
||
|
|
||
|
background_style center
|
||
|
background_color #181B20
|
||
|
|
||
|
## message
|
||
|
msg_color #9b9081
|
||
|
msg_font gohufont:size=14:bold
|
||
|
msg_x 50%
|
||
|
msg_y 70%
|
||
|
|
||
|
|
||
|
## input panel
|
||
|
input_font gohufont:size=14:bold
|
||
|
input_color #765636
|
||
|
|
||
|
# positions
|
||
|
input_panel_x 48%
|
||
|
input_panel_y 50%
|
||
|
input_name_x 145
|
||
|
input_name_y 218
|
||
|
|
||
|
|
||
|
## labels
|
||
|
username_msg user:
|
||
|
password_msg password:
|
||
|
|
||
|
username_font gohufont:size=14:bold
|
||
|
username_color #9b9081
|
||
|
|
||
|
# positions
|
||
|
username_x 50
|
||
|
username_y 218
|
||
|
password_x 0
|
||
|
password_y 218
|