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