틀:백괴게임 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>Bd3076 편집 요약 없음 |
백괴게임>Bd3076 편집 요약 없음 |
||
38번째 줄: | 38번째 줄: | ||
} | } | ||
.lnb . | .lnb .menuItem_center a{ | ||
color:white; | color:white; | ||
text-decoration:none; | text-decoration:none; | ||
44번째 줄: | 44번째 줄: | ||
} | } | ||
.lnb . | .lnb .menuItem_center:hover{ | ||
background:white; | background:white; | ||
} | } | ||
.lnb . | .lnb .menuItem_center:hover a{ | ||
color:hsl(200,100%,50%); | |||
} | |||
.lnb .menuItem_leftside a{ | |||
color:white; | |||
text-decoration:none; | |||
transition:0.2s color linear; | |||
} | |||
.lnb .menuItem_leftside:hover{ | |||
background:white; | |||
} | |||
.lnb .menuItem_leftside:hover a{ | |||
color:hsl(200,100%,50%); | |||
} | |||
.lnb .menuItem_rightside a{ | |||
color:white; | |||
text-decoration:none; | |||
transition:0.2s color linear; | |||
} | |||
.lnb .menuItem_rightside:hover{ | |||
background:white; | |||
} | |||
.lnb .menuItem_rightside:hover a{ | |||
color:hsl(200,100%,50%); | color:hsl(200,100%,50%); | ||
} | } |