틀:게임토론 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>Riemann 잔글 (하지만 cellpadding, cellspacing도 오래 되긴 마찬가지.) |
백괴게임>Manymaster 편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude> | <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">[[{{PAGENAME}}|'''돌아가기''']]</li> | |||
<li class="menuItem">[[백괴게임:게임 목록|'''끝내기''']]</li> | |||
</div> | |||
</onlyinclude> | |||
백괴게임에서 사용되는 서브 네비게이션입니다. | |||
[[분류:백괴게임 관리]] |