html&php

CSS

Zyss 2017. 1. 25. 09:17
반응형
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,button {margin:0;padding:0;outline:0;border:0;}
table {border-collapse:collapse;border-spacing:0;margin:0;padding:0;}
fieldset,img {border:0;margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym,img {border:0;}
img,input,button {vertical-align:middle;}
button {cursor:pointer;}

body,div,td,input,form,select,textarea,pre{font-size:12px; font-family:맑은고딕,돋움,Tahoma; word-break:break-all; color:#777777;}
body{_text-align:center;}
body, html {}
a,label{cursor:pointer;}
A:link{text-decoration:none; color:#666;}
A:visited{text-decoration:none; color:#666;}
A:hover{text-decoration:none; color:#0099ff;}
.clear{display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important;}

body 
{scrollbar-face-color:#DCDCDC;
scrollbar-highlight-color: #CCCCCC;
scrollbar-shadow-color: #CCCCCC;
scrollbar-3dlight-color: #F2F2F2;
scrollbar-darkshadow-color: #F2F2F2;
scrollbar-track-color: #F2F2F2;
scrollbar-arrow-color: #777777; 
overflow:auto; 
}
반응형