diff --git a/css/default_shop.css b/css/default_shop.css index 5c1af6d60..698a4fd92 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -457,7 +457,7 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none} #sit_star_sns {position:absolute;top:15px;right:15px;color:#b8afa2;font-size:0.95em;letter-spacing:-0.1em} #sit_star_sns span {display:inline-block;margin:0 5px 0 0;color:#666;letter-spacing:0} #sit_star_sns .sit_star {position:relative;top:-2px;margin:0 5px 0 0} -#sit_star_sns a {position:relative;top:-2px} +#sit_star_sns a {display:inline-block;vertical-align:middle} .sit_ov_tbl {margin-bottom:20px;width:100%;border:0;border-collapse:collapse} .sit_ov_tbl th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;font-weight:normal;text-align:left} diff --git a/mobile/skin/shop/basic/img/sns_fb_s.png b/mobile/skin/shop/basic/img/sns_fb_s.png new file mode 100644 index 000000000..1ce297731 Binary files /dev/null and b/mobile/skin/shop/basic/img/sns_fb_s.png differ diff --git a/mobile/skin/shop/basic/img/sns_goo_s.png b/mobile/skin/shop/basic/img/sns_goo_s.png new file mode 100644 index 000000000..74235887d Binary files /dev/null and b/mobile/skin/shop/basic/img/sns_goo_s.png differ diff --git a/mobile/skin/shop/basic/img/sns_kakao_s.png b/mobile/skin/shop/basic/img/sns_kakao_s.png new file mode 100644 index 000000000..838b9697e Binary files /dev/null and b/mobile/skin/shop/basic/img/sns_kakao_s.png differ diff --git a/mobile/skin/shop/basic/img/sns_twt_s.png b/mobile/skin/shop/basic/img/sns_twt_s.png new file mode 100644 index 000000000..53f691a62 Binary files /dev/null and b/mobile/skin/shop/basic/img/sns_twt_s.png differ diff --git a/shop/item.php b/shop/item.php index 1d521f143..65ad5504b 100644 --- a/shop/item.php +++ b/shop/item.php @@ -136,9 +136,9 @@ $item_relation_count = $row['cnt']; // 소셜 관련 $sns_title = get_text($it['it_name']).' | '.get_text($config['cf_title']); $sns_url = G5_SHOP_URL.'/item.php?it_id='.$it['it_id']; -$sns_share_links .= get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb2.png').' '; -$sns_share_links .= get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt2.png').' '; -$sns_share_links .= get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo2.png'); +$sns_share_links .= get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png').' '; +$sns_share_links .= get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png').' '; +$sns_share_links .= get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); // 상품품절체크 $is_soldout = is_soldout($it['it_id']); diff --git a/skin/shop/basic/img/sns_fb.png b/skin/shop/basic/img/sns_fb.png deleted file mode 100644 index 3422bbad9..000000000 Binary files a/skin/shop/basic/img/sns_fb.png and /dev/null differ diff --git a/skin/shop/basic/img/sns_fb2.png b/skin/shop/basic/img/sns_fb2.png deleted file mode 100644 index 8c8db682b..000000000 Binary files a/skin/shop/basic/img/sns_fb2.png and /dev/null differ diff --git a/skin/shop/basic/img/sns_fb_s.png b/skin/shop/basic/img/sns_fb_s.png new file mode 100644 index 000000000..1ce297731 Binary files /dev/null and b/skin/shop/basic/img/sns_fb_s.png differ diff --git a/skin/shop/basic/img/sns_goo.png b/skin/shop/basic/img/sns_goo.png deleted file mode 100644 index e5754a1e7..000000000 Binary files a/skin/shop/basic/img/sns_goo.png and /dev/null differ diff --git a/skin/shop/basic/img/sns_goo2.png b/skin/shop/basic/img/sns_goo2.png deleted file mode 100644 index c8c4df824..000000000 Binary files a/skin/shop/basic/img/sns_goo2.png and /dev/null differ diff --git a/skin/shop/basic/img/sns_goo_s.png b/skin/shop/basic/img/sns_goo_s.png new file mode 100644 index 000000000..74235887d Binary files /dev/null and b/skin/shop/basic/img/sns_goo_s.png differ diff --git a/skin/shop/basic/img/sns_kakao_s.png b/skin/shop/basic/img/sns_kakao_s.png new file mode 100644 index 000000000..838b9697e Binary files /dev/null and b/skin/shop/basic/img/sns_kakao_s.png differ diff --git a/skin/shop/basic/img/sns_twt.png b/skin/shop/basic/img/sns_twt.png deleted file mode 100644 index e4c3ceebf..000000000 Binary files a/skin/shop/basic/img/sns_twt.png and /dev/null differ diff --git a/skin/shop/basic/img/sns_twt2.png b/skin/shop/basic/img/sns_twt2.png deleted file mode 100644 index 80c97494e..000000000 Binary files a/skin/shop/basic/img/sns_twt2.png and /dev/null differ diff --git a/skin/shop/basic/img/sns_twt_s.png b/skin/shop/basic/img/sns_twt_s.png new file mode 100644 index 000000000..53f691a62 Binary files /dev/null and b/skin/shop/basic/img/sns_twt_s.png differ diff --git a/skin/shop/basic/list.10.skin.php b/skin/shop/basic/list.10.skin.php index 6547b728f..440f09db4 100644 --- a/skin/shop/basic/list.10.skin.php +++ b/skin/shop/basic/list.10.skin.php @@ -83,9 +83,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/list.20.skin.php b/skin/shop/basic/list.20.skin.php index 10ce1e3ef..a9908021e 100644 --- a/skin/shop/basic/list.20.skin.php +++ b/skin/shop/basic/list.20.skin.php @@ -82,9 +82,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/list.30.skin.php b/skin/shop/basic/list.30.skin.php index baf2278b1..a31f05173 100644 --- a/skin/shop/basic/list.30.skin.php +++ b/skin/shop/basic/list.30.skin.php @@ -91,9 +91,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/list.40.skin.php b/skin/shop/basic/list.40.skin.php index d4fcc30c5..bddcc31ca 100644 --- a/skin/shop/basic/list.40.skin.php +++ b/skin/shop/basic/list.40.skin.php @@ -93,9 +93,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/main.10.skin.php b/skin/shop/basic/main.10.skin.php index e7cc72da2..6a68b668a 100644 --- a/skin/shop/basic/main.10.skin.php +++ b/skin/shop/basic/main.10.skin.php @@ -83,9 +83,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/main.20.skin.php b/skin/shop/basic/main.20.skin.php index f5132c19e..96ef4fabd 100644 --- a/skin/shop/basic/main.20.skin.php +++ b/skin/shop/basic/main.20.skin.php @@ -97,9 +97,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/main.30.skin.php b/skin/shop/basic/main.30.skin.php index 35005ddab..f0a1bdb56 100644 --- a/skin/shop/basic/main.30.skin.php +++ b/skin/shop/basic/main.30.skin.php @@ -93,9 +93,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/main.40.skin.php b/skin/shop/basic/main.40.skin.php index 6912a50b9..1d8fa618b 100644 --- a/skin/shop/basic/main.40.skin.php +++ b/skin/shop/basic/main.40.skin.php @@ -97,9 +97,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/main.50.skin.php b/skin/shop/basic/main.50.skin.php index e5a9cc1ac..e5853cf73 100644 --- a/skin/shop/basic/main.50.skin.php +++ b/skin/shop/basic/main.50.skin.php @@ -96,9 +96,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/relation.10.skin.php b/skin/shop/basic/relation.10.skin.php index fd37d543b..29581e1f0 100644 --- a/skin/shop/basic/relation.10.skin.php +++ b/skin/shop/basic/relation.10.skin.php @@ -83,9 +83,9 @@ for ($i=1; $row=sql_fetch_array($result); $i++) { $sns_url = G5_SHOP_URL.'/item.php?it_id='.$row['it_id']; $sns_title = get_text($row['it_name']).' | '.get_text($config['cf_title']); echo "
"; - echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb.png'); - echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt.png'); - echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo.png'); + echo get_sns_share_link('facebook', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_fb_s.png'); + echo get_sns_share_link('twitter', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_twt_s.png'); + echo get_sns_share_link('googleplus', $sns_url, $sns_title, G5_SHOP_SKIN_URL.'/img/sns_goo_s.png'); echo "
\n"; } diff --git a/skin/shop/basic/style.css b/skin/shop/basic/style.css index 92d622be4..f53bcb223 100644 --- a/skin/shop/basic/style.css +++ b/skin/shop/basic/style.css @@ -20,7 +20,7 @@ .sct_noitem {padding:100px 0;text-align:center} .sct img {position:relative} /* 리스트뷰 갤러리뷰 변경 시 ie6,7 에서 이미지 사라지는 문제 해결하기 위해 */ .sct_icon img {margin:0 1px 0 0} -.sct_sns img {margin:0 4px 0 0} +.sct_sns a {display:inline-block;margin:0 4px 0 0} /* 상품 목록 스킨 10 */ .sct_10 .sct_li {position:relative;float:left;margin:0 25px 15px 0}