틀:리버티게임 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
imported>Cheongseong9473 편집 요약 없음 |
(Senouis의 25499판 편집을 되돌림) 태그: 편집 취소 |
||
(사용자 6명의 중간 판 14개는 보이지 않습니다) | |||
4번째 줄: | 4번째 줄: | ||
width: 100%; | width: 100%; | ||
display: flex; | display: flex; | ||
} | |||
ul.lnb, ul.menusubList { | |||
margin: 0; | |||
} | } | ||
13번째 줄: | 18번째 줄: | ||
padding: 0.2em 0em; | padding: 0.2em 0em; | ||
transition: 0.2s background linear; | transition: 0.2s background linear; | ||
background: # | background: #80F500; | ||
position: relative; | position: relative; | ||
color: white; | color: white; | ||
34번째 줄: | 39번째 줄: | ||
} | } | ||
.lnb .menuItem a { | .lnb .menuItem a, .lnb .menuItem .menusubLabel { | ||
color: white; | color: white; | ||
text-decoration: none; | text-decoration: none; | ||
46번째 줄: | 51번째 줄: | ||
.lnb .menuItem:hover { | .lnb .menuItem:hover { | ||
background: white; | background: white; | ||
} | } | ||
.lnb .menuItem:hover a { | .lnb .menuItem:hover a, .lnb .menuItem:hover .menusubLabel { | ||
color: | color: #80F500; | ||
} | } | ||
73번째 줄: | 77번째 줄: | ||
} | } | ||
.menusubList | .menusubList .menusubItem { | ||
border-left: 0.2em | border-left: 0.2em #80F500 solid; | ||
background: white; | background: white; | ||
color: black; | color: black; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
text-decoration: none; | text-decoration: none; | ||
86번째 줄: | 89번째 줄: | ||
text-align: initial; | text-align: initial; | ||
transition: 0.2s background linear; | transition: 0.2s background linear; | ||
margin-bottom: 0; | |||
} | |||
.menusubList .menusubItem a { | |||
padding: 0.5em !important; | |||
} | } | ||
. | .menusubItem { | ||
list-style: none; | |||
} | |||
.menusubItem>a { | |||
display: none!important; | display: none!important; | ||
} | } | ||
.menusubList | .menusubList .menusubItem.child { | ||
border-left: 0.4em #80F500 solid; | |||
} | |||
.menusubList .menusubItem.child a { | |||
padding-left: 0.9em; | padding-left: 0.9em; | ||
} | } | ||
.menusubList | .menusubList .menusubItem:hover { | ||
background: | background: #E5FFEE; | ||
} | } | ||
104번째 줄: | 120번째 줄: | ||
.lnb { | .lnb { | ||
flex-direction: column; | flex-direction: column; | ||
background: | background: #80F500; | ||
} | } | ||
.menusubListNav:hover .menusubList { | .menusubListNav:hover .menusubList { | ||
119번째 줄: | 129번째 줄: | ||
} | } | ||
}}{{#vardefine:gameListPage|리버티게임:게임 목록}}< | }}{{#vardefine:gameListPage|리버티게임:게임 목록}}<ul class="lnb" role="navigation"> | ||
<li class="menuItem active">[[리버티게임:대문|대문]]</li> | <li class="menuItem active" role="menuitem">[[리버티게임:대문|대문]]</li> | ||
<li class="menuItem menusubListNav"> | <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> | </li> | ||
</ul></onlyinclude> | |||
리버티게임에서 사용되는 서브 네비게이션입니다. | 리버티게임에서 사용되는 서브 네비게이션입니다. | ||
[[분류:대문에 노출되는 틀]] | [[분류:대문에 노출되는 틀]] |
2024년 4월 16일 (화) 22:30 기준 최신판
리버티게임에서 사용되는 서브 네비게이션입니다.