リセットCSS-bk01
/*reset*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td, dt, dd,
article, aside, figcaption, figure,
footer, header, menu, nav, section, time, mark, audio, video {
background: transparent;
border: 0;
letter-spacing:0.5px;
margin: 0;
outline: 0;
padding: 0;
}
li {list-style-type: none;}
html,body{
font-family:Arial,Helvetica,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,Osaka,”MS Pゴシック”,sans-serif;
width:100%; height:100%; padding:0; margin:0; color:#444; line-height:1.6; font-size:15px; text-align:left; word-break: break-all;
}
@media only screen and (max-width:641px) {
html,body{font-size:16px;}
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
/*html {scroll-behavior:smooth;}*/
img {vertical-align:bottom; border:0px; max-width:100%; height:auto; width:auto;}
a:link {color:#ff3399; text-decoration:none;}
a:link, .btn-s-gray, .btn-s-blue, .btn-m, .btn-submit, .abs-return :hover {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:visited {color:#ff3399;}
/*–画像hover演出–*/
a:hover img {
opacity:0.7;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
もどる
コメント一覧
伊藤 平山も相当。
oldschool