-
Notifications
You must be signed in to change notification settings - Fork 55
skinpredefined
태터에서 기본적으로 내보내는 스타일
/* 현재 페이지 */ .selected { background-color:#ccc; }
/* 이미지 버튼 */ .ib { cursor: pointer; }
/* 입력 텍스트 */
.text { border:1px solid #999; }
/* 트리 테이블 */
.branch2 { }
/* 트리 셀 */ .branch3 {cursor: pointer;height: 10px;}
/* 카테고리 옆 개수 스타일 */ .c_cnt { font:9px Tahoma; color : #999; }
/* 현재 선택된 카테고리 */ .selected { background-color:#ccc; }
/* 달력 월 표시 */ .cal_month { font-size : 11px; height: 18px; }
/* 달력 요일 표시(th 영역) */ .cal_week1 { font-size : 11px; height:18px; }
/* 달력 일요일 표시(th 영역) */ .cal_week2 { color: #f30; font-size:12px; text-align: center; }
/* 달력 지난 달 날짜 표시(td) */ .cal_day1 { color: #000; font-size:12px; text-align:center; }
/* 달력 다음 달 날짜 표시(td) */ .cal_day2 { color: #000; font-size : 11px; text-align: center; }
/* 달력 이번 달 날짜 표시(td) */ .cal_day3 { font-size : 11px; text-align: center; }
/* 달력 오늘 날짜 표시(td) */ .cal_day4 { text-align: center; font-size : 11px; background-color:#ccc; font-weight:bold; }
/* 달력 글쓴 날 링크 스타일 */ a.cal_click:link { font-weight: bold; color : #333; }
a.cal_click:visited { font-weight: bold; color : #333; }
a.cal_click:hover { font-weight: bold; color : #333; }
/* 달력 Week(tr 영역) */ .cal_week { }
_.cal_current_week { }_
/* 달력 Day(span 영역) */ .cal_day { }
/* 달력 Day, 일요일 (span 영역) */ .cal_day_sunday { }
/* "비밀 댓글" */ .hiddenComment { background-color:#ccc; }
/* 종류별 코멘트 */
/* [##rp_rep_class##] */ .rp_general {}
.rp_admin {}
.rp_secret {}
/* [##guest_rep_class##] */
.guest_general {}
.guest_admin {}
.guest_secret {} /* 참고로 방명록에는 비밀글이 없음 */
하드코딩되는 스타일이 있는데 아래의 스타일로 오버라이딩 가능하도록 수정 예정
/* 이미지 아래 캡션 스타일 */ .cap1 { color: #876; text-align: center; }
/* 그림 */ .imageblock {}
/* 왼쪽 */ .left {}
/* 가운데 */ .center {}
/* 오른쪽 */ .right {}
/* 그림 2개 배치 */ .dual {}
/* 그림 3개 배치 */ .triple {}
/* 동영상 */ .mov {}
/* more / less */
.moreless_fold {}
.moreless_top {}
.moreless_content {}
.moreless_bottm {}
/* 16. 키워드 스타일 */
.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }
/* 17. 최신글 옆 개수 스타일 */
.ps_cnt { font:10px Tahoma; color : #999; }
- Source | Wiki Front | Main | Notice