빵카 좁은폭 CSS > 유모어게시판

본문 바로가기

전체공개   잡담 빵카 좁은폭 CSS

페이지정보

글쓴이 Kalashnikov 191501 조회 1,724 조회 날짜 17-02-27 23:09
댓글 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;

  }

}

 

0
추천
  • Kalashnikov

    출석일 :

댓글목록

댓글이 없습니다

게시물 검색
총 3,912 건 , 1 페이지

게시판 베스트 10

새로고침새로고침 위로위로 아래로아래로 PC모드PC모드