23 lines
849 B
CSS
23 lines
849 B
CSS
|
@charset "utf-8";
|
||
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{padding:0;margin:0; list-style-type:none;}
|
||
|
body,button,input,select,textarea{
|
||
|
|
||
|
}
|
||
|
table{border-collapse:collapse;border-spacing:0;}
|
||
|
caption,th{text-align:left;}
|
||
|
fieldset,img{border:none;}
|
||
|
ul,ol{list-style:none;}
|
||
|
h1,h2,h3,h4,h5,h6{}
|
||
|
input,button,textarea,select{vertical-align:middle;}
|
||
|
address,caption,cite,code,dfn,em,i,b,strong,th,var,optgroup{}
|
||
|
small{}
|
||
|
hr{color:#D1D7DC;background-color:#D1D7DC;border:none;height:1px;}
|
||
|
.left{float:left;}
|
||
|
.right{float:right;}
|
||
|
.clearfix:after {content:'\0020';display:block;height:0;clear:both;visibility:hidden;}
|
||
|
.clearfix{zoom:1;}
|
||
|
a {outline: none; text-decoration: none;}
|
||
|
a:active {star:expression(this.onFocus=this.blur());}
|
||
|
:focus { outline:0; }
|
||
|
a:hover{text-decoration:none}
|