From ff2d5373f0d40c5303bab942a6235461fbf14ca0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 12 Feb 2018 02:53:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=88=EB=A9=94=EC=8B=9C=EC=A7=80,=20?= =?UTF-8?q?=EA=B8=B0=EB=B3=B8=ED=8B=80=20=EC=99=84=EC=84=B1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmp_msg/msg.css | 61 +++++++++++++++++++++++++ tmp_msg/msg.html | 37 +++++++++------ tmp_msg/msg.js | 94 +++++++++++++-------------------------- tmp_msg/sender_list.json | 3 ++ tmp_msg/tmp_template.html | 85 +++++++++++++++-------------------- twe/css/common.css | 7 ++- 6 files changed, 160 insertions(+), 127 deletions(-) create mode 100644 tmp_msg/sender_list.json diff --git a/tmp_msg/msg.css b/tmp_msg/msg.css index e69de29b..3d6650a6 100644 --- a/tmp_msg/msg.css +++ b/tmp_msg/msg.css @@ -0,0 +1,61 @@ +@charset "UTF-8"; + +/*임시용 */ + +#container{ + width:1000px; + margin:auto; + font-size:13px; +} +/*임시용 끝*/ + +#message_board section{ + width:498px; +} + +.msg_plate{ + width:100%; + border:groove 0.1em; + height:64px; + font-size:13px; + word-break:break-all; + color:white; +} + +.msg_plate_private{ + background-color:#cc6600; +} + +.msg_plate_public{ + background-color:#000055; + +} + +.msg_plate_national, .msg_plate_diplomacy{ + background-color:#336600; + +} + +.msg_icon{ + float:left; + width:64px; + height:64px; + border-right:groove 0.1em; +} + +.msg_time{ + font-size:0.7em; + font-weight:normal; +} + +.msg_header{ + font-weight: bold; +} + +#msg_input{ + color:white; + background-color:black; + font-size:13px; + width:720px; + height:15px; +} \ No newline at end of file diff --git a/tmp_msg/msg.html b/tmp_msg/msg.html index 3e398dc7..12a55e35 100644 --- a/tmp_msg/msg.html +++ b/tmp_msg/msg.html @@ -1,7 +1,7 @@ -JSON 지도 +JSON 메시지 @@ -9,7 +9,7 @@ - +