묻고답하기
위젯 최근게시판 글꼴 변경하고 싶어요
2011.09.15 11:04
위젯 최근게시판 글꼴을 변경하고 싶은데요..
어딜 수정해야 할까요..
고수님 도와주세요~ 자세하게~
요건 white.css
.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;}
.latest_white h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;}
.latest_white ul { margin:0; padding:0; }
.latest_white ul li { height:20px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;}
.latest_white ul li .title a { color:#555555; text-decoration:none; }
.latest_white ul li .title a:hover { text-decoration:none; }
.latest_white ul li .title span.comment { color:#FE6700; font:.9em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.9em Tahoma; }
.latest_white ul li .date { color:#999999; font:.9em Tohoma; white-space:nowrap; margin-right:8px;}
.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;}
.latest_white a.more { text-decoration:none;}
.latest_white a.more:hover { text-decoration:none;}
그리고 a태그로 감싸서 해당 게시물로 링크를 걸어주고 있지요.
그러니까 아래 소스에서 색상 값을 수정하면 될 것 같군요.
.latest_white ul li .title a { color:#555555; text-decoration:none; }
* 추가 답변.
앜 성격이 급해도 탈이란께요.
저 소스에서 { color:#555555; text-decoration:none;font-family:'폰트명';}
이렇게 추가해주세요 ㅎㅎㅎ
에구구 이상한 짓 해서 죄송합니다