1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/** == 噗浪聊天室 - 超大畫面+向右收起 == **/

/* 整體畫面放大與調整 */
#game_window {width:1500px;height:900px;}
#game_box {width:1160px;height:900px;}
#game_setup {width:335px;height:140px;}
#game_chat_logs {height:685px; width:335px;bottom:-5px;}
#game_input {width:300px;height:65px;right:1200px;bottom:0px;}
#game_password {width:280px; height:100px;right:420px}

/* 放大後按鈕重排版_左 */
#game_help {right:1173px;top:103px;width:25px;height:25px;}
#game_help.game_circle::before {width:25px;height:25px;image-rendering: -webkit-optimize-contrast;}
#game_save_chat_logs {left:272px;top:103px;width:25px;height:25px;}
#game_save_chat_logs.game_circle::before {width:25px;height:25px;image-rendering: -webkit-optimize-contrast;}
#game_chat_audio {right:1234px;top:103px;width:25px;height:25px;}
#game_chat_audio::before {width:26px;height:26px;image-rendering: -webkit-optimize-contrast;}

#game_input_can_send {right:1170px;bottom:9px;}
#game_chat_color {left:305px;bottom:39px;width:25px;height:25px;}
#game_chat_color.game_circle::before {width:25px;height:25px;image-rendering: -webkit-optimize-contrast;}
#game_chat_color input {left:30px; top:-2px;}

/* 放大後按鈕重排版_右 */
#game_can_move {bottom:3px; right:1px;}
#game_climb {bottom:38px; right:1px;}
#game_action {top:67px; right:145px}
#game_camera_auto {top:812px;right:165px;}

#game_sit_down {bottom:0px;left:-35px}
#game_fly {bottom:0px;left:-70px}
#game_action_1 {bottom:0px;left:-105px}
#game_action_2 {bottom:0px;left:-140px}
#game_action_3 {bottom:0px;left:-175px}

/* 遊戲畫面向右收起_配合大畫面 */
#game_window { right:-1160px; transition:right 2s; }
#game_window:hover { right:10px; }