From db084bb4730f6ca892b7da8a3bb4732de33ef061 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 6 Mar 2014 17:33:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20=EC=9E=AC?= =?UTF-8?q?=EC=83=9D/=EC=A0=95=EC=A7=80/=EC=9D=B4=EC=A0=84/=EB=8B=A4?= =?UTF-8?q?=EC=9D=8C=20=EB=B2=84=ED=8A=BC=20css=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=9D=B4=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/default_shop.css | 15 --------------- skin/shop/basic/style.css | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/css/default_shop.css b/css/default_shop.css index d8fc91c29..8126a3c2c 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -113,21 +113,6 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline} /* Mobile화면으로 */ #mobile_cng {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center} -/* 재생/정지/이전/다음 버튼 */ -.sctrl {margin:0;padding:0;list-style:none;zoom:1} -.sctrl:after {display:block;visibility:hidden;clear:both;content:""} -.sctrl li {position:relative;float:left;margin:0 0 0 -1px} -.sctrl button {position:relative;margin:0;padding:0;width:21px;height:21px;border:0;cursor:pointer;overflow:hidden} -.sctrl button span {position:absolute;top:0;left:0;width:19px;height:19px;border:1px solid #ccc;background:url('../shop/img/is_button.gif')} -.sctrl button.sctrl_play span {background-position:-60px 0} -.sctrl button.sctrl_play span.sctrl_on {background-position:-60px -30px} -.sctrl button.sctrl_stop span {background-position:-90px 0} -.sctrl button.sctrl_stop span.sctrl_on {background-position:-90px -30px} -.sctrl button.sctrl_prev span {background-position:-120px 0} -.sctrl button.sctrl_prev span.sctrl_on {background-position:-120px -30px} -.sctrl button.sctrl_next span {background-position:-150px 0} -.sctrl button.sctrl_next span.sctrl_on {background-position:-150px -30px} - /* 목록 바로가기 */ .sanchor {margin:0 0 10px;padding:0;zoom:1} .sanchor:after {display:block;visibility:hidden;clear:both;content:""} diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index 9086a7ca3..1e967f5aa 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -107,6 +107,21 @@ .sct_icon img {margin:0 1px 0 0} .sct_sns a {display:inline-block;margin:0 4px 0 0} +/* 재생/정지/이전/다음 버튼 */ +.sctrl {margin:0;padding:0;list-style:none;zoom:1} +.sctrl:after {display:block;visibility:hidden;clear:both;content:""} +.sctrl li {position:relative;float:left;margin:0 0 0 -1px} +.sctrl button {position:relative;margin:0;padding:0;width:21px;height:21px;border:0;cursor:pointer;overflow:hidden} +.sctrl button span {position:absolute;top:0;left:0;width:19px;height:19px;border:1px solid #ccc;background:url('img/is_button.gif')} +.sctrl button.sctrl_play span {background-position:-60px 0} +.sctrl button.sctrl_play span.sctrl_on {background-position:-60px -30px} +.sctrl button.sctrl_stop span {background-position:-90px 0} +.sctrl button.sctrl_stop span.sctrl_on {background-position:-90px -30px} +.sctrl button.sctrl_prev span {background-position:-120px 0} +.sctrl button.sctrl_prev span.sctrl_on {background-position:-120px -30px} +.sctrl button.sctrl_next span {background-position:-150px 0} +.sctrl button.sctrl_next span.sctrl_on {background-position:-150px -30px} + /* 상품 목록 스킨 10 */ .sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0} .sct_10 .sct_last {margin:0 0 15px !important}