LIKE U

티스토리 카테고리의 다른 글 수정 CSS 본문

data/tistory

티스토리 카테고리의 다른 글 수정 CSS

mellow D_ 2015. 7. 1. 15:23

style.css에 아래 내용 넣고 수정

 

div.another_category{margin-top:10px;margin-bottom:10 !important;padding:0;border:0 !important;font-family:tahoma}

div.another_category h4{margin:0px !important;background:#fff;color:#333 !important;padding:10px!important;font-size:12px;line-height:normal}

div.another_category h4 a{color:#0000ff !important;font-size:12px !important;margin:0 !important;}

div.another_category table{border:1px solid #ddd;border-top:0;margin:0 !important}

div.another_category table td{display:none; }

div.another_category th a{margin-left:12px;color:#333 !important;padding-left:8px;background:url(images/bu.gif) no-repeat 0 7px;}

div.another_category th a.current{border-bottom:0 !important}

div.another_category th span{color:#ccc !important}

div.another_category th{padding-bottom:18px; background:#f8f8ff;}

div.another_category table th{padding-bottom:18px !important;}

div.another_category tr:first-child th{padding-top:8px !important;}

div.another_category table th a:hover{color:#f00 !important;}

.another_category table th, .another_category table td {background-color: white;}

.another_category td {display:none;}



여기저기 검색하다가 찾아낸거라 출처가..

카테고리의 다른글을 빼는게 제일 예쁜 것 같지만
꼭 필요하다면 위에 있는 소스 수정해서 사용하시면 될 것 같아요.



Comments