틀:백괴게임 메뉴: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
백괴게임>Bd3076
편집 요약 없음
백괴게임>Bd3076
편집 요약 없음
38번째 줄: 38번째 줄:
   }
   }
    
    
   .lnb .menuItem a{
   .lnb .menuItem_center a{
     color:white;
     color:white;
     text-decoration:none;
     text-decoration:none;
44번째 줄: 44번째 줄:
   }
   }


   .lnb .menuItem:hover{
   .lnb .menuItem_center:hover{
     background:white;
     background:white;
   }
   }


   .lnb .menuItem:hover a{
   .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%);
   }
   }

2018년 1월 31일 (수) 19:48 판



백괴게임에서 사용되는 서브 네비게이션입니다.