|
|
|
21년 전
|
조회 445
|
|
|
|
21년 전
|
조회 578
|
|
|
|
21년 전
|
조회 979
|
|
|
|
21년 전
|
조회 401
|
|
|
|
21년 전
|
조회 486
|
|
|
|
21년 전
|
조회 396
|
|
|
|
21년 전
|
조회 416
|
|
|
|
21년 전
|
조회 473
|
|
|
|
21년 전
|
조회 359
|
|
|
|
21년 전
|
조회 747
|
|
|
|
21년 전
|
조회 2,316
|
|
|
|
21년 전
|
조회 1,135
|
|
|
|
21년 전
|
조회 649
|
|
|
|
21년 전
|
조회 501
|
|
|
|
21년 전
|
조회 362
|
|
|
|
21년 전
|
조회 688
|
|
|
|
21년 전
|
조회 342
|
|
|
|
21년 전
|
조회 381
|
|
|
|
21년 전
|
조회 446
|
|
|
|
21년 전
|
조회 328
|
댓글 4개
떠벌이님 자세한 답변 감사드립니다..^^
영문 폰트는 이게 가독성이 더 좋은것 같아요... 나도 바꿔야지
한글 : 굴림
영문 : Verdana
자간 : -1
으로 보여집니다. 참고로 현재 스타일시트는 아래와 같습니다.
(주소창에 http://www.sir.co.kr/style.css 를 치시면 다운로드가 가능합니다.)
---------------------------------
/* 기존 */
/*
body, td, p, input, button, textarea, select {
color:#222222; font-family:굴림; font-size:12px;
}
a:link, a:visited, a:active { text-decoration:none; color:#3A4E40; }
a:hover { text-decoration:underline; }
*/
.tablebg { background-color:#DDDDDD; }
.subject { color:#315584; }
.subjectbg { background-color:#EFF3F7; }
.content { color:#404040; }
.contentbg { background-color:#FFFFFF; }
.list { color:#222222; }
.list0 { background-color:#FFFFFF; }
.list1 { background-color:#F5F5F5; }
.input { height:20px; border: 1px solid #777777; }
.textarea { border: 1px solid #777777; }
.button { }
.select { }
.name { font-weight: bold; color:#575757; }
.b { font-weight: bold; }
.ht { height:30px; }
.ht2 { height:20px; }
.price { color:crimson; }
.lfont { font-size:13px; }
.sfont { font-size:11px; }
.w50 { width:50%; }
.w99 { width:99%; }
.arial { font-family:Arial; }
.lh { line-height:150%; }
.lh2 { line-height:200%; }
.box { border:1 solid; border-color:#DDDDDD; background-color:#FDFDFD; }
.main { color:#002200; }
/* 기존 end */
body, td, p, input, button, textarea, select {
color:#333333; LETTER-SPACING: -1px; font-family:Verdana, 돋움; font-size:12px;
}
a:link, a:visited, a:active { text-decoration:none; color:#3A4E40; }
a:hover { text-decoration:underline; }
a.tail:link, a.tail:visited, a.tail:active { text-decoration:none; color:#FFFFFF; }
a.tail:hover { text-decoration:underline; }
.tail { color:#FFFFFF; font-size:11px;}
.build { color:#858585; font-size:11px; line-height:130%;}
.login { height:17px; border: 1px solid #DADADA; }
.logintext { color:#555555; font-size:11px; font-family:vernada}
.search { height:18px; border: 1px solid #AFAFAF; }
.gb {color:#9C820D; font-weight:bold; height:22px;}
.cm {color:#EA6EA8; font-weight:bold; height:22px;}
.contents { line-height:150%; padding-left:45px;}
.bank { line-height:150%; color:#7c8189}
.bu {color:#F66200; font-weight:bold; font-family:verdana; font-size:10px; text-align:center; height:30px;}
.bu2 {color:#7FB716; font-weight:bold; font-family:verdana; font-size:10px; text-align:center;}
.butext { font-size:11px; text-align:center; color:#727272;}
.edit { border-color:#B4B4B4; border-style:solid; border-width:1px; } /* 모든 input에 입력되는 텍스트 폰트*/
.textpoint {color:#B80107; }
.edithidden { border-color:#FFFFFF; border-style:solid; border-width:0px; }
-------------------------------------
이상