빵카 좁은폭 CSS

페이지 정보

profile_image
작성자Kalashnikov 조회 2,272회 작성일 2017-02-27 23:09:54 댓글 0

본문

@media screen and (max-width: 640px) {

  #right_block {    

    display: none;

  }

  #left_block {    

    position: absolute;    

    left: -190px;    

    transition: left 1s;    

    background-color: #2A3F54;

  }

  #left_block:hover {    

    left: 0px;

  }

  #center_block {    

    margin: 0 0 0 0;

  }

  #center_block div:nth-child(0) {    

    display: none;

  }

  .board_block {    

    margin-top: -20px;    

    margin-left: 21px;    

    margin-right: 0;

  }

  .emoticon_block {    

    overflow-x: hidden;    

    overflow-y: scroll;    

    height: 45px;

  }

  .add_block {    

    display: none;

  }

  .info_point {    

    display: none;

  }

  .info_datetime {    

    display: none;

  }

  table tr:nth-child(1) td:nth-child(2) {    

    padding-left: 10px;

  }

  table tr td div a {    

    display: none;

  }

  div.top_line table tr td img {    

    border-radius: 9999px;

  }

}

 

댓글목록

등록된 댓글이 없습니다.

전체 28,375건 606 페이지
게시물 검색