@charset "utf-8";

body {-webkit-text-size-adjust:none}

/* BASIC */
html {margin:0; padding:0;}
body {height:100%;}
html {overflow-y:scroll;}
body, p, ul, ol, li, dl, dt, dd, form, table, th, td, fieldset, input, textarea, select, button, 
h1, h2, h3, h4, h5, h6, pre {margin:0; padding:0; -webkit-text-size-adjust:none; 
font-family: "돋움", Dotum, Droid Sans, AppleSDGothicNeo, AppleGothic, Helvetica, Sans-serif;  } 
/* 아이폰 가로모드 글자 크기 확대 방지: -webkit-text-size-adjust:none; */ 
body, input, textarea, select, button {color:#585858; font-size:12px; font-family: Dotum; }


header, footer, nav, aside, section, article {display:block;}
fieldset, img {border:0;}
img {-ms-interpolation-mode:bicubic !important; border:0;}
table {padding:0; border-spacing:0px; border:0; border-collapse:collapse;}
ul, ol {list-style:none;}
a {color:#585858; text-decoration:none;}
a:link {color:#606060; text-decoration:none;}
a:hover {color:#ffa172;}

.clear { clear:both; }

 

'PROGRAM > CSS' 카테고리의 다른 글

자바스크립트 CSS 속성 비교표  (0) 2013.02.18
구글 나눔 웹폰트 적용방법  (0) 2013.02.08
마우스 오버 / 아웃 이미지  (0) 2013.01.30
에릭마이어 CSS초기화  (0) 2013.01.22
font 속기 속성  (0) 2013.01.02