제가 사용하는 Basic Style 입니다.
2008년에 처음 작성하여 실무에 적용하면서 꾸준히 수정해온 것 입니다.
앞으로도 수정을 하면 이 포스트에 최신 코드로 갱신합니다.
<< base.css >>
2008년에 처음 작성하여 실무에 적용하면서 꾸준히 수정해온 것 입니다.
앞으로도 수정을 하면 이 포스트에 최신 코드로 갱신합니다.
<< base.css >>
@charset "utf-8";
/* Basic Style START (dohoons, 200803, 200908, 201011, 201106) */
html, body { height:100%; -webkit-text-size-adjust:none; }
body, input, select, button, textarea, h1, h2, h3, h4, h5, h6, table { font:normal 12px/1.5 dotum,"돋움",Arial,AppleGothic,Sans-serif; color:#666; }
html, body, div, form, input, select, button, textarea, legend, fieldset, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, address, p, th, td, caption { margin:0; padding:0; }
ol, ul, li { list-style:none; }
img, fieldset { border:0 none; }
input, select, textarea { vertical-align:middle; resize:none; position:relative; }
input, textarea { -webkit-appearance:none; -webkit-border-radius:0; }
input[type="checkbox"] { -webkit-appearance:checkbox; }
input[type="radio"] { -webkit-appearance:radio; -webkit-border-radius:10px; }
button { border:0 none; background:transparent; cursor:pointer; }
hr { display:none; }
legend, .hide { width:0; height:0; visibility:hidden; font-size:0; line-height:0; position:absolute; top:0; left:0; overflow:hidden; }
table caption { width:0; height:0; visibility:hidden; text-indent:-9999px; font-size:0; line-height:0; }
table { border-collapse:collapse; border-spacing:0; }
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption { display:block; }
a:link, a:visited { text-decoration:none; color:#666; }
a:active, a:hover, a:focus { text-decoration:underline; }
input.basic { height:19px; line-height:19px; padding:0 5px; border:1px solid #cacaca; *margin-top:-1px; _margin-top:-2px; }
textarea.basic { border:1px solid #cacaca; padding:5px; overflow:scroll; overflow-x:hidden; *margin-top:-1px; _margin-top:-2px; }
select.basic { height:21px; }
/* Basic Style END */
"웹표준" 카테고리의 다른 글
- Basic Style (css reset) (0) 2011/06/21
- 파이어폭스3.5 정식 출시 (0) 2009/07/01
- IE7 이하, line-height 문제 (0) 2009/06/22
- CSS Quiz 2! 에 도전~ (0) 2009/03/27
- 새롭게 바뀐 네이버(naver)의 웹표준 (4) 2009/01/30
TAG css reset
Trackback
Trackback Address :: http://dohoons.com/blog/trackback/421
Comments