YC5 명칭 변경에 따른 로고 수정
This commit is contained in:
@ -59,7 +59,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
#hd_nb li {float:left;border-right:1px solid #e9e9e9}
|
||||
#hd_nb_last {border:0 !important}
|
||||
|
||||
#logo {padding:23px 0;text-align:center}
|
||||
#logo {padding:35px 0;text-align:center}
|
||||
|
||||
#hd_aside {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||
#hd_aside h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
@ -170,7 +170,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
/* 하단 레이아웃 */
|
||||
#ft {clear:both;padding:0 0 40px;border-top:1px solid #e9e9e9}
|
||||
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#ft div {position:relative;margin:0 auto;padding:0 0 0 250px;width:750px}
|
||||
#ft div {position:relative;margin:0 auto;padding:0 0 0 200px;width:750px}
|
||||
#ft_logo {position:absolute;top:20px;left:0}
|
||||
#ft ul {margin:0 0 15px;padding:20px 0 0;zoom:1}
|
||||
#ft ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
@ -22,9 +22,11 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
|
||||
#header {margin:0 0 1em;padding:1em 0;border-bottom:1px solid #e9e9e9;text-align:center}
|
||||
#header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
|
||||
#hd_ct {position:absolute;top:1em;left:1em;padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;font-size:1em;text-decoration:none;letter-spacing:-0.1em;vertical-align:top;line-height:2.6em;cursor:pointer;-webkit-appearance:none}
|
||||
#logo {padding:10px 0}
|
||||
|
||||
#hd_sch_open {position:absolute;top:1em;right:1em;padding:0 1em;height:2.6em;border:0;background:#333;color:#fff;font-size:1em;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
#hd_ct {position:absolute;top:1em;left:1em;padding:0 0.7em;height:2.6em;border:0;background:#333;color:#fff;font-size:1em;text-decoration:none;letter-spacing:-0.1em;vertical-align:top;line-height:2.6em;cursor:pointer;-webkit-appearance:none}
|
||||
|
||||
#hd_sch_open {position:absolute;top:1em;right:1em;padding:0 0.7em;height:2.6em;border:0;background:#333;color:#fff;font-size:1em;letter-spacing:-0.1em;vertical-align:top;cursor:pointer;-webkit-appearance:none}
|
||||
|
||||
#hd_sch {display:none;z-index:10;position:absolute;top:0;left:0;padding:2.2em 0;width:100%;background:#f5f6fa;text-align:center}
|
||||
#hd_sch h2 {margin:0 0 1em}
|
||||
|
||||
@ -12,7 +12,8 @@ include_once(G4_LIB_PATH.'/popular.lib.php');
|
||||
|
||||
<div id="skip_to_container"><a href="#container">본문 바로가기</a></div>
|
||||
|
||||
<a href="<?php echo G4_SHOP_URL; ?>/"><img src="<?php echo G4_DATA_URL; ?>/common/mobile_logo_img" alt="<?php echo $config['cf_title']; ?> 메인"></a>
|
||||
<div id="logo"><a href="<?php echo G4_SHOP_URL; ?>/"><img src="<?php echo G4_DATA_URL; ?>/common/mobile_logo_img" alt="<?php echo $config['cf_title']; ?> 메인"></a></div>
|
||||
|
||||
<a href="<?php echo G4_SHOP_URL; ?>/category.php" target="_blank" id="hd_ct">전체분류</a>
|
||||
<button type="button" id="hd_sch_open">검색<span class="sound_only"> 열기</span></button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user