人それぞれ、cssの初期値を合わせる為のdefaultのcssを持っていると思います。
そんな訳で、自分の使ってるデフォルトのcssを。
[sourcecode language=”css”]
/*———————————————
Default CSS
author:chibi
———————————————*/
/* important */
body {
font:13px/1.231 arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small;
}
table{
font-size:inherit;font:100%;
}
pre,code,kbd,samp,tt{
font-family:monospace;
*font-size:108%;
line-height:100%;
}
html {
overflow-y: scroll;
}
*{
}
/* clearfix */
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/* Reset */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, address,
form, fieldset, legend, object,img {
margin: 0;
padding: 0;
}
h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
font-size: 100%;
}
a, ins {
text-decoration: none;
}
address, em, cite, dfn, var {
font-style: normal;
}
input, textarea {
font-family: sans-serif;
font-weight: normal;
}
img {
vertical-align: baseline;
}
a img {
border: none;
}
/* Setting */
body {
line-height: 1.5;
color: #333;
background-color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
* html body { /* for IE6 */
font-size: small;
}
*:first-child+html body { /* for IE7 */
font-size: small;
}
ul {
list-style-position: outside;
list-style-type: none;
}
ol {
list-style-position: outside;
}
table {
border-collapse: collapse;
}
legend {
color: #333;
}
div#main p,
div#main ol,
div#main dl,
div#main blockquote,
div#main pre,
{
margin: 3px 0;
}
.clear{
clear:both;
}
/* Option *//*
* html .smallFont {
font-family: ‘メイリオ’, ‘MS Pゴシック’, sans-serif;
}
*:first-child+html .smallFont {
font-family: ‘メイリオ’, ‘MS Pゴシック’, sans-serif;
}
* html ul li dl,
* html ol li dl {
display: inline;
}
*:first-child+html ul li dl,
*:first-child+html ol li dl {
display: inline;
}
*/
/*———————————————
Font Size
20px : 154%
18px : 139%
16px : 124%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
———————————————*/
[/sourcecode]
何回もいじってますが、未だに定まらない。
とりあえず、2008年版ということで。
- Facebook GraphAPI v2.9でいいね・シェア数をPHPで取得して表示 - 2017年9月7日
- phpstormのFilewatcherでautoprefixerを使う方法 - 2017年1月19日
- Custom Field Templateを使用してのプレビューを実装 - 2016年1月14日
- WordPress:WooCommerceを使ってみて分かったこと - 2013年7月5日
- 誰得なプラグイン Ultimate Google Analytics改をひっそりと公開します - 2013年6月4日
- プラグイン『WooCommerce Fields for Japan』を公開しました - 2013年4月21日
- 公式 WordPress.orgプラグインディレクトリでのプラグイン公開のススメ - 2013年4月17日
- WordPress:WooCommerceを日本仕様へと日本語化 - 2013年4月15日
- webクリエイター パソコンを買う。 - 2013年3月16日
- WordPress:『続きを読む』read moreをpタグで囲む - 2013年3月5日
0 comments found
Comments for: cssハック IEなんて大嫌い・・default.css