틀:백괴게임 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>Riemann 잔글 (What those deprecated html tag?) |
백괴게임>Manymaster 편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
< | <onlyinclude> | ||
< | {{#css: | ||
< | .lnb{ | ||
< | width:100%; | ||
display:flex; | |||
background:hsl(200,100%,50%); | |||
} | |||
.lnb .menuItem{ | |||
text-align:center; | |||
display:inline-block; | |||
flex:1; | |||
list-style:none; | |||
padding:0.2em 0em; | |||
transition:0.2s background linear; | |||
} | |||
.lnb .menuItem a{ | |||
color:white; | |||
text-decoration:none; | |||
transition:0.2s color linear; | |||
} | |||
.lnb .menuItem:hover{ | |||
background:white; | |||
} | |||
.lnb .menuItem:hover a{ | |||
color:hsl(200,100%,50%); | |||
} | |||
@media (max-width: 500px) { | |||
.lnb{ | |||
flex-direction:column; | |||
} | |||
} | |||
}} | |||
<div class="lnb"> | |||
<li class="menuItem">[[백괴게임|'''홈''']]</li> | |||
<li class="menuItem">[[백괴게임:게임 목록|'''게임 목록''']]</li> | |||
<li class="menuItem">[[도움말:길라잡이|'''길라잡이''']]</li> | |||
<li class="menuItem">[[도움말:게임 만들기|'''게임 만들기''']]</li> | |||
<li class="menuItem">[[백괴게임:오락실|'''오락실''']]</li> | |||
</div> | |||
</onlyinclude> | |||
백괴게임에서 사용되는 서브 네비게이션입니다. | |||
[[분류:백괴게임 관리]] |