틀:리버티게임 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
(내용을 "{{#css: body { display: none; color:white; content: '이 내용을 보고 있는 너는 변.태.다!!!! ' } }}"(으)로 바꿈) |
(Senouis의 25499판 편집을 되돌림) 태그: 편집 취소 |
||
(사용자 5명의 중간 판 13개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
{{#css: | <onlyinclude>{{#css: | ||
.lnb { | |||
width: 100%; | |||
display: flex; | |||
} | } | ||
}} | |||
ul.lnb, ul.menusubList { | |||
margin: 0; | |||
} | |||
.lnb .menuItem { | |||
text-align: center; | |||
display: inline-block; | |||
flex: 1; | |||
list-style: none; | |||
padding: 0.2em 0em; | |||
transition: 0.2s background linear; | |||
background: #80F500; | |||
position: relative; | |||
color: white; | |||
text-decoration: none; | |||
transition: 0.2s color linear; | |||
width: 100%; | |||
height: 100%; | |||
display: block; | |||
font-weight: bold; | |||
} | |||
.lnb .menuItem.active { | |||
height: 110%; | |||
} | |||
.lnb .menuItem:first-child { | |||
} | |||
.lnb .menuItem:last-child { | |||
} | |||
.lnb .menuItem a, .lnb .menuItem .menusubLabel { | |||
color: white; | |||
text-decoration: none; | |||
transition: 0.2s color linear; | |||
width: 100%; | |||
height: 100%; | |||
display: block; | |||
font-weight: bold; | |||
} | |||
.lnb .menuItem:hover { | |||
background: white; | |||
} | |||
.lnb .menuItem:hover a, .lnb .menuItem:hover .menusubLabel { | |||
color: #80F500; | |||
} | |||
.menusubList{ | |||
z-index:10; | |||
} | |||
.menusubListNav:hover .menusubList { | |||
visibility: visible; | |||
transform: scale(1) | |||
} | |||
.menusubListNav .menusubList { | |||
transition: 0.3s transform linear; | |||
transform: scale(1, 0); | |||
transform-origin: 50% 0%; | |||
position: absolute; | |||
width: 100%; | |||
top: 1.9em; | |||
box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3); | |||
visibility: hidden; | |||
} | |||
.menusubList .menusubItem { | |||
border-left: 0.2em #80F500 solid; | |||
background: white; | |||
color: black; | |||
box-sizing: border-box; | |||
text-decoration: none; | |||
width: 100%; | |||
height: 0%; | |||
display: block; | |||
font-weight: initial; | |||
text-align: initial; | |||
transition: 0.2s background linear; | |||
margin-bottom: 0; | |||
} | |||
.menusubList .menusubItem a { | |||
padding: 0.5em !important; | |||
} | |||
.menusubItem { | |||
list-style: none; | |||
} | |||
.menusubItem>a { | |||
display: none!important; | |||
} | |||
.menusubList .menusubItem.child { | |||
border-left: 0.4em #80F500 solid; | |||
} | |||
.menusubList .menusubItem.child a { | |||
padding-left: 0.9em; | |||
} | |||
.menusubList .menusubItem:hover { | |||
background: #E5FFEE; | |||
} | |||
@media (max-width: 500px) { | |||
.lnb { | |||
flex-direction: column; | |||
background: #80F500; | |||
} | |||
.menusubListNav:hover .menusubList { | |||
display: block; | |||
position: relative; | |||
top: 0; | |||
} | |||
} | |||
}}{{#vardefine:gameListPage|리버티게임:게임 목록}}<ul class="lnb" role="navigation"> | |||
<li class="menuItem active" role="menuitem">[[리버티게임:대문|대문]]</li> | |||
<li class="menuItem menusubListNav"> | |||
<span class="menusubLabel" role="menuitem" aria-haspopup="menu">게임 목록</span> | |||
<ul class="menusubList" role="menu" aria-label="게임 목록"> | |||
<li class="menusubItem" role="menuitem">{{linkget|리버티게임:게임 목록|배포 중인 게임|색=#80F500}}</li> | |||
<!--<li class="menusubItem" role="menuitem">{{linkget|리버티게임:편집 초심자용 추천 게임|초보 개발자용 편집 개방 게임|색=#80F500}}</li> | |||
<li class="menusubItem" role="menuitem">{{linkget|:분류:백괴클래식|백괴클래식|색=#80F500}}</li> | |||
<li class="menusubItem" role="menuitem">{{linkget|리버티게임:저장소|저장소|색=#80F500}}</li> --> | |||
</ul> | |||
</li> | |||
</ul></onlyinclude> | |||
리버티게임에서 사용되는 서브 네비게이션입니다. | |||
[[분류:대문에 노출되는 틀]] |
2024년 4월 16일 (화) 22:30 기준 최신판
리버티게임에서 사용되는 서브 네비게이션입니다.