틀:게임토론 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>Manymaster 편집 요약 없음 |
백괴게임>Manymaster 편집 요약 없음 |
||
4번째 줄: | 4번째 줄: | ||
width:100%; | width:100%; | ||
display:flex; | display:flex; | ||
border-top-left-radius: 10px; | border-top-left-radius: 10px; | ||
border-top-right-radius: 10px; | border-top-right-radius: 10px; | ||
} | } | ||
.lnb . | .lnb .menuItem{ | ||
text-align:center; | text-align:center; | ||
display:inline-block; | display:inline-block; | ||
16번째 줄: | 15번째 줄: | ||
padding:0.2em 0em; | padding:0.2em 0em; | ||
transition:0.2s background linear; | transition:0.2s background linear; | ||
background:#bbddff; | |||
} | } | ||
.lnb . | .lnb .menuItem:first-child{ border-top-left-radius:0.6em; } | ||
.lnb .menuItem:last-child{ border-top-right-radius:0.6em; } | |||
.lnb . | .lnb .menuItem a{ | ||
color:#0b0080; | color:#0b0080; | ||
text-decoration:none; | text-decoration:none; | ||
transition:0.2s color linear; | transition:0.2s color linear; | ||
width:100%; | |||
height:100%; | |||
display:block; | |||
font-weight:bold; | |||
} | } | ||
.lnb . | .lnb .menuItem:hover{ | ||
background:white; | background:white; | ||
} | } | ||
.lnb . | .lnb .menuItem:hover a{ | ||
color:#0b0080; | color:#0b0080; | ||
} | } | ||
83번째 줄: | 42번째 줄: | ||
.lnb{ | .lnb{ | ||
flex-direction:column; | flex-direction:column; | ||
background:#bbddff; | |||
} | } | ||
.lnb. | |||
.lnb .menuItem:first-child{ border-radius:0.6em 0.6em 0 0; } | |||
.lnb .menuItem:last-child{ border-top-right-radius:0em; } | |||
.lnb. | |||
} | } | ||
}} | }} | ||
<div class="lnb"> | <div class="lnb"> | ||
<li class=" | <li class="menuItem">[[백괴게임:대문|'''{{{1|홈}}}''']]</li> | ||
<li class=" | <li class="menuItem">[[{{PAGENAME}}|'''{{{2|돌아가기}}}''']]</li> | ||
<li class=" | <li class="menuItem">[[백괴게임:게임 목록|'''{{{3|끝내기}}}''']]</li> | ||
</div> | </div> | ||
</onlyinclude> | </onlyinclude> | ||
[[분류:백괴게임 관리]] | [[분류:백괴게임 관리]] |