#1354 투명형 메뉴바 문제 수정 및 데모 콘텐츠의 아이콘 변경

This commit is contained in:
bnu 2015-04-08 14:36:00 +09:00
parent 9680eaa709
commit 3b5cd11a0d
4 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@
<title xml:lang="ko">XEDITION</title>
<description xml:lang="ko">XE 1.8 기본 테마</description>
<version>1.8</version>
<date>2015-04-07</date>
<date>2015-04-08</date>
<author email_address="developer@xpressengine.com" link="https://www.xpressengine.com/">
<name xml:lang="ko">NAVER</name>
</author>
@ -13,7 +13,6 @@
</menu>
<menu name="UNB" maxdepth="1">
<title xml:lang="ko">매거진형 추가 메뉴</title>
<description xml:lang="ko">asdf</description>
</menu>
<menu name="FNB" maxdepth="2">
<title xml:lang="ko">푸터 메뉴</title>

View file

@ -124,7 +124,7 @@ a:hover,a:active,a:focus{text-decoration:none}
/* Onepage Header Type */
.onepage .header_wrap{position:absolute;top:0;left:0;width:100%;z-index:1000}
.onepage .gnb>ul{background:transparent}
.onepage .gnb>ul{background:url(../img/blank.gif) 0 0 repeat}
.onepage .gnb>ul>li>a{line-height:60px;color:#f6f6f6}
.onepage .gnb>ul>li>a:hover,.onepage .gnb>ul>li>a:focus,.onepage .gnb>ul>li>a:focus,.onepage .gnb>ul>li.on>a{color:#fff}
.onepage .shrink .gnb>ul>li>a{color:#888}
@ -138,6 +138,7 @@ a:hover,a:active,a:focus{text-decoration:none}
.onepage .header>h1{padding:20px 0 0}
.onepage .search_area input[type=text]{color:#f6f6f6}
.onepage .shrink .search_area input[type=text]{color:#888}
.onepage .visual.sub.sub_type3 {margin-top:-100px;}
/* Search */
.search_wrap{position:relative;width:1200px;margin:0 auto}

View file

@ -167,7 +167,7 @@
<input type="hidden" name="vid" value="{$vid}" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input type="text" name="is_keyword" value="{$is_keyword}" required="required" title="{$lang->cmd_search}" placeholder="{$lang->cmd_search}" />
<input type="text" name="is_keyword" value="{$is_keyword}" required="required" title="{$lang->cmd_search}" placeholder="Search" />
</form>
<!-- /SEARCH -->
<a href="#" class="btn_close" title="{$lang->cmd_xedition_search_close}" onclick="return false"><i class="xi-close"></i><span class="blind">{$lang->cmd_xedition_search_close}</span></a>

View file

@ -2,32 +2,32 @@
<div class="tit"><h1>FEATURE</h1></div>
<ul>
<li>
<div class="ico"><i class="xi-pen"></i><span class="blind">사이트 제목 바꾸기</span></div>
<div class="ico"><i class="xi-cube"></i></div>
<h2>한개의 폰트, 680개의 아이콘</h2>
<p>웹 콘텐츠의 목적에 맞는 아이콘을 다양한 구성에서 찾아볼 수 있습니다.<br /><a href="https://xpressengine.github.io/XEIcon/library_common.html" target="_blank">라이브러리</a>에서 필요한 아이콘을 찾아보세요!</p>
</li>
<li>
<div class="ico"><i class="xi-sitemap"></i><span class="blind">메뉴 구조 구성하기</span></div>
<div class="ico"><i class="xi-sitemap"></i></div>
<h2>호환성</h2>
<p>XEIcon은 자바스크립트 없이 구현됩니다. <br />또한 다양한 브라우저에서도 동일한 뷰로 웹 페이지를 노출합니다.</p>
</li>
<li>
<div class="ico"><i class="xi-layout-top-left"></i><span class="blind">레이아웃 디자인 바꾸기</span></div>
<div class="ico"><i class="xi-layout-top-left"></i></div>
<h2>최적화</h2>
<p>XpressEngine 뿐 아니라, 다양한 프레임워크에서 동일하게 구현됩니다. 여러 환경에서 자유롭게 이용해보세요!</p>
</li>
<li>
<div class="ico"><i class="xi-home"></i><span class="blind">초기화면 바꾸기</span></div>
<div class="ico"><i class="xi-arrows-alt"></i></div>
<h2>확장성</h2>
<p>백터 아이콘으로 만들어진 XEIcon은 어떤 크기로도 확장이 가능하며 높은 해상도의 화면에서도 선명한 형태를 유지합니다.</p>
</li>
<li>
<div class="ico"><i class="xi-marquee-add"></i><span class="blind">기능과 디자인 추가하기</span></div>
<div class="ico"><i class="xi-pen"></i></div>
<h2>자유로운 변형</h2>
<p>CSS를 통해 아이콘의 색상, 크기 등을 손쉽게 변형할 수 있습니다. <a href="https://xpressengine.github.io/XEIcon/examples.html" target="_blank">LESS SASS</a>로 더 넓어진 활용 범위를 확인하세요!</p>
</li>
<li>
<div class="ico"><i class="xi-paint-brush"></i><span class="blind">레이아웃 꾸미기</span></div>
<div class="ico"><i class="xi-present"></i></div>
<h2>오픈소스</h2>
<p>XEIcon은 OFL 라이선스를 따르는 오픈소스로 모든 사용자에게 무료로 제공됩니다. <a href="https://xpressengine.github.io/XEIcon/license.html" target="_blank">라이선스</a>를 확인해 보세요!</p>
</li>