Skip to main content
XE CSS
2011.12.07 13:43

기본 CSS 초기화 샘플 모음

조회 수 8583 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
 @charset "utf-8";

/* Common */
html{overflow-y: scroll;}
body{margin:0}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0}
body,input,textarea,select,button,table{font-family:'돋움',dotum,applegothic,sans-serif;font-size:12px}
img,fieldset{border:0}
ul,ol{list-style:none}
em,address{font-style:normal}
a{color:#666;text-decoration:none}
a:hover,a:active,a:focus{color:#666;text-decoration:underline}
legend{display:none}
table,th,td{border:0 none}
hr{display:none}
button{overflow:hidden;border:0;cursor:pointer}
textarea{overflow:hidden;overflow-y:auto;padding:3px 6px;border:1px solid;border-color:#a3a3a3 #d7d7d7 #d7d7d7 #a3a3a3;line-height:18px;color:#868686;letter-spacing:-1px}
.blind{visibility:hidden;overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.chk{width:14px;height:14px;vertical-align:middle}
.input_text{height:16px;padding:3px 4px 2px;border:1px solid #b9b9b9;font-size:12px;line-height:16px;color:#666}
/*.input_text.focus{border:1px solid #0072bc}*/
.input_text2{height:18px;padding:3px 4px 2px;border:2px solid #b9b9b9;font-size:12px;line-height:18px;color:#666}
/*.input_text2.focus1,.input_text3.focus1{border:2px solid #0072bc}*/
.input_text3{height:18px;padding:3px 4px 2px;border:1px solid #b9b9b9;font-size:12px;line-height:16px;color:#666}
.input_txt{width:182px;height:16px;margin-right:2px;*margin-top:-1px;padding:4px 4px 1px;border:1px solid #b9b9b9;background:#fff;color:#bbb;letter-spacing:-1px;vertical-align:top}
.input_tx{height:16px;margin-right:2px;padding:4px 4px 1px;border:1px solid #b9b9b9;background:#fff;color:#666;vertical-align:middle}
/*.input_tx.focus2{border:1px solid #0072bc}*/

img{vertical-align:middle}
select{height:19px;line-height:18px}
input,select{vertical-align:middle}


 


@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* HTML Reset*/
body, input, button, textarea, table{font-family:돋움, Dotum, Tahoma, Geneva, sans-serif}
html, body{height:100%}
html{background:#4c4c4c url(bgBody.gif) center 0 repeat-y}
body{margin:0;padding:0;}
form, fieldset{border:0;margin:0;padding:0}

 

 

 

 


List of Articles
번호 카테고리 제목 글쓴이 날짜 조회 수
3 XE CSS LESS 라는 단어를 아는가? geusgod 2011.12.17 8178
» XE CSS 기본 CSS 초기화 샘플 모음 geusgod 2011.12.07 8583
1 XE CSS XE /common/css/xe.css 파일 분석 및 활용 geusgod 2011.12.06 10159
Board Pagination Prev 1 Next
/ 1