リセットスタイル完成!
2025年4月9日

4月に入って日にちがたちますが…
朝起きたら徐々に寒さを感じない季節になりつつ、6時前の外の景色はもうすっかり明るくなってきてます。
青少年会館の桜の木を眺めながら…
満開になりつつ、暖かい気温が近づいてきましたね。
ただ、明朝と夜はまだ寒さが続いてますね。
季節の変わり目が近づいてきてますが、体調には気を付けてください!
さてと、話題を取り戻して…
リセットスタイル完成!
Webページの中で、絶対に欠かせないリセットスタイルが完成しました!
「Eric Meyer」と「HTML5 Reset Stylesheet」のリセットスタイルを派生してオリジナルリセットCSSを構築しました。
今は、HTML Living Standardの時代に合わせて、リセットスタイルを作成しました。
/*
* 2025 Edition
* HTML Reset Style
* ver 1.0
* Creator: Leonardo
*/
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
border: 0;
line-height: 1;
margin: 0;
padding: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
ol, ul{
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* ************************************************************
*
* Deprecated tags
* If you use the following, please delete the comment.
*
************************************************************ */
/* ------------------------------------------------------------
acronym, applet, basefont, bgsound, big, blink, center, command,
dir, font, frame, frameset, keygen, listing,
marquee, menuitem, multicol, nobr, noembed, noframes,
plaintext, rb, rtc, spacer, strike, tt, xmp {
line-height: 1;
margin: 0;
padding: 0;
}
------------------------------------------------------------ */
まだ、HTML4時代のコーディングがたまに見かけますが、HTML4時代のタグを入れておきました。
もしよかったら、ぜひ使ってみてください。
また、バージョンアップしていきますので、よろしくお願いします。
では、また明日!