기타

스케피북

by 관리자 posted Oct 06, 2018
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
 

1. 본문 컨텐츠 내용 중 테이블 문자 크기를 조정하는 방법

기본적으로 테이블 내 문자는 html 편집을 통해 조정을 해도 반영되지 않는다. board.css 파일을 수정해야 하며, 파일 경로는 아래와 같다.

파일 경로 : modules/board/skins/sketchbook5/css/board.css

수정해야 할 코드 : .bd table{font-size:14px;line-height:1.5} 

적당히 크기(14px;)를 수정하면 본문에 표시되는 테이블 내의 문자 크기에 반영된다.

 

 

본문글자 : 관리자모드 > 고급 > 에디터터에서 설정만 해주면 됨

 

2. 검색 박스 높이

전체적으로 폰트 크기를 키우니 글씨가 검색 박스를 뚫고 나간다. 할 수 없이 박스 높이를 키우기로.. ㅠ.ㅜ

파일 경로 : modules/board/skins/sketchbook5/css/board.css

수정해야 할 코드 : .bd .itx{height:28px}

 

3. 글 제목 & 날짜 폰트 크기 조절

파일 경로 : modules/board/skins/sketchbook5/css/board.css

수정해야 할 코드 :
.rd_hd .board h1{overflow:hidden;text-overflow:ellipsis;margin:0;padding:0 8px;font-size:17px;line-height:1.5} /* 글 제목 폰트 크기 */
.rd_hd .board .date{font-weight:400;letter-spacing:0 !important;font-size:14px;} /* 글 제목 옆 날짜 폰트 크기 수정 */

 

4. 글 리스트 제목 & 닉네임 폰트 크기 조절

파일 경로 : modules/board/skins/sketchbook5/css/board.css

수정해야 할 코드 :

.bd_tb_lst th,.bd_tb_lst td{padding:8px 12px;font-size:14px;text-align:center;white-space:nowrap} /* 리스트 닉넴 폰트 크기 수정 */
.bd_tb_lst td.title{text-align:left;font-size:14px;white-space:normal;word-break:break-all}  /* 리스트 글제목 폰트 크기 수정 */

 

 

 

위젯

widgets/content/skins/default/css/widget.css

 .widgetZineA li p.text{ margin-left:120px; margin-bottom:4px;}