기본 css 설정, 브라우저 호환 불가

1911 단어 css
/*                  ,             */
html {background:white;color:black;}
/*                       */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/*               font     */
body,button,input,select,textarea { font:12px \5b8b\4f53,arial,sans-serif;}
input,select,textarea {font-size:100%;}
/*    table cell           */
table { border-collapse:collapse;border-spacing:0;}
/* ie bug:th     text-align */
th {text-align:inherit;}
/*        */
fieldset,img { border:none;}
/* ie6 7 8(q) bug         */
iframe { display:block;}
/*    firefox         */
abbr,acronym { border:none;font-variant:normal;}
/*     del    */
del { text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:500;}
/*         ,li     */
ol,ul { list-style:none;}
/*            ,        */
caption,th { text-align:left;}
/*   yahoo,       ,         */
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:500;}
q:before,q:after { content:'';}
/*         */
sub,sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline;}
sup { top:-0.5em;}
sub { bottom:-0.25em;}
/*      hover          */
a:hover {text-decoration:underline;}
/*         ,       */
ins,a { text-decoration:none;}
/*    ie6 & ie7       */
a:focus,*:focus { outline:none;}
/*      */
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;overflow:hidden;}
.clearfix { zoom:1; /* for ie6 & ie7 */}
.clear {clear:both;display:block; font-size:0; height:0;line-height:0;overflow:hidden;}
/*        ,      js    */
.hide { display:none;}
.block {display:block;}
/*     ,        bug */
.fl,.fr { display:inline;}
.fl {float:left;}
.fr {float:right;}

좋은 웹페이지 즐겨찾기