18 Ekim 2009
stylizer 4.2 css reset
Yazar: Mehmet Büküm | Kategori: css
/*+reset {*/
*
{
position: relative;
margin: 0;
padding: 0;
}
BODY
{
font-size: 100%;
font-family: sans-serif;
line-height: 1.5;
/*[empty]letter-spacing:;*/
/*+reset-optimize:yes;*/
}
H1, H2, H3, H4, H5, H6, ADDRESS, CAPTION, CITE, CODE, DFN, TH, VAR, KBD, PRE, SAMP, TT, SELECT, INPUT, BUTTON, TEXTAREA
{
font-size: inherit;
font-family: inherit;
font-style: inherit;
font-weight: inherit;
letter-spacing: inherit;
#font-family: expression(this.singleExFf?this.singleExFf:(function(t)\7b return(t.singleExFf=t.parentNode.currentStyle.fontFamily)\7d )(this));
#font-style: expression(this.singleExFs?this.singleExFs:(function(t)\7b return(t.singleExFs=t.parentNode.currentStyle.letterSpacing)\7d )(this));
#font-weight: expression(this.singleExFw?this.singleExFw:(function(t)\7b return(t.singleExFw=t.parentNode.currentStyle.fontWeight)\7d )(this));
#letter-spacing: expression(this.singleExLs?this.singleExLs:(function(t)\7b return(t.singleExLs=t.parentNode.currentStyle.letterSpacing)\7d )(this));
}
TH
{
text-align: left;
}
TABLE
{
border-spacing: 0;
}
TR, TD, TH
{
position: static;
}
INPUT[type=hidden]
{
display: none !important;
}
FIELDSET, IMG
{
border: 0;
}
/*+}*/