/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
@charaset "UTF-8"; /* ReCSS */ html,body { font-size:16px; font-family:Arial,helvetica,"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";} html,body,h1,h2,h3,h4,h5,h6,li,dl,dt,dd { margin:0; padding:0; font-size:100%;} img {border:none;} a { outline:none; color:#009;} a:hover {color:#009;} ol,ul { margin:0; padding:0 0 0 2em;} table { border-collapse:collapse; border-spacing:0;} p { margin:0 0 1em; padding:0;} .cancel {clear:both;} .clearfix::after { content:"."; height:0; display:block; visibility:hidden; clear:both;} .clearfix {min-height:1%;} * html .clearfix {height:1%;} hr { visibility:hidden; margin:0; clear:both;} .alpha { opacity:.8; filter: alpha(opacity=80); -ms-filter: alpha(opacity=80);} /* frame */ #wrapper {margin:0 auto; width:900px; background:url(img/);} #header {} #footer {clear:both;} address , .vcard {margin:0; padding:10px 0; font-size:12px; font-weight:700; font-style:normal;} /* outline */ /* According to the Extention icon View */ .iconpdf , .iconxls , .icondoc , .iconmail , .extlink {padding: 5px 15px 5px 0; background-position:100% 50%; background-repeat:no-repeat;} .iconpdf {background-image:url(../icon/icon_pdf.png);} .iconxls {background-image:url(../icon/icon_xls.png);} .icondoc {background-image:url(../icon/icon_doc.png);} .iconmail {background-image:url(../icon/icon_mailto.png);} .extlink {background-image:url(../icon/icon_external.png);} /* Always written on the bottom */ br {*letter-spacing:0;}