From ca51542b1671f104773d4353337d722bfe1a2763 Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 14 Feb 2014 14:57:09 +0900 Subject: [PATCH] =?UTF-8?q?g5=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=ED=8C=9D=EC=97=85=EB=A0=88=EC=9D=B4=EC=96=B4=20=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/mobile.css | 7 +++++++ mobile/head.php | 7 +++++++ mobile/newwin.inc.php | 48 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 mobile/newwin.inc.php diff --git a/css/mobile.css b/css/mobile.css index 1019c216b..5f5647302 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -45,6 +45,13 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} #hd:after {display:block;visibility:hidden;clear:both;content:""} #hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:1px} +#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden} +.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff} +.hd_pops_con {margin:0 0 30px} +.hd_pops_footer {position:absolute;bottom:0;left:0;padding:10px 0;width:100%;background:#000;color:#fff;text-align:right} +.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff} + #logo {float:left;padding:15px 0;margin-left:5px} #hd_sch_open {position:absolute;top:10px;right:10px;padding:0 10px;height:2.6em;border:0;background:#333;color:#fff;font-size:1em;letter-spacing:-0.1em;vertical-align:top;-webkit-appearance:none} diff --git a/mobile/head.php b/mobile/head.php index de217d74c..01c70c8d4 100644 --- a/mobile/head.php +++ b/mobile/head.php @@ -14,6 +14,13 @@ include_once(G5_LIB_PATH.'/popular.lib.php');

본문 바로가기
+ + +
+

팝업레이어 알림

+ +
+
메인메뉴 바로가기
diff --git a/mobile/newwin.inc.php b/mobile/newwin.inc.php new file mode 100644 index 000000000..1f2af0357 --- /dev/null +++ b/mobile/newwin.inc.php @@ -0,0 +1,48 @@ + + + +
+
+ +
+ +
+팝업레이어 알림이 없습니다.'; +?> + + + \ No newline at end of file