반응형
http://www.iabf.or.kr//Lab/share/css/base.css
@charset "euc-kr";
/*
* default definition
*/
body {
margin: 0;
padding: 0;
font-size: 0.75em;
line-height: 1.5em;
/*
font-family: Dotum, "돋움", sans-serif;
*/
font-family: "Malgun Gothic", "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;
}
* html body {
/*
font-size: 12px;
*/
}
form {
margin: 0;
padding: 0;
}
hr {
display: none;
}
p, div, th, td, select, input {
color: #333;
}
a:link, a:visited {
color: #555;
text-decoration: none;
}
a:active, a:hover {
color: #777;
text-decoration: none;
}
img,
input.type-image {
border: 0 none;
}
input.type-text,
textarea {
border: 1px solid #ddd;
background: #fff;
padding: 1px;
}
input.type-text:hover,
input.type-text:focus,
textarea:hover,
textarea:focus,
select:hover,
select:active {
background-color: #ffd;
}
input, select, textarea {
vertical-align: middle;
font-size: 1em;
color: #333;
}
select {
font-size: 11px;
font-family: Dotum, "돋움", sans-serif;
}
span.button,
img.button,
a.button {
cursor: pointer;
vertical-align: middle;
}
반응형
'개발도 하냐?' 카테고리의 다른 글
중앙부처 사이트 웹 표준 안 지킨다 (0) | 2008.12.12 |
---|---|
ERP, ISP, ITA ? (0) | 2008.11.29 |
산출물관리지침(한국전산원) (0) | 2008.10.11 |
PLT 6 마르미 III 개발 방법론 (0) | 2008.10.11 |
웹표준준수 실무개발 방법론 (0) | 2008.10.01 |