Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of mehmet emin akyüz | > | Inherited CSS | > | sample1/sample.i.css | > | Download | ||
|
Download |
@charset "utf-8"; /* CSS Document */ a { color:#ff0000; text-decoration:none; } b .n { font-style:normal;} .cls1 {font-size:10px; font-style:italic; } .cls2 {font-size:20px;} .cls3 {font-family:tahoma;} .cls4 {-inherit: .cls1; -inherit:.cls3;} .cls5 {-inherit:.cls2; -inherit:.cls3;} .cls6 { -inherit :.cls5; color:#ff0000; } .cls7 {-inherit: b .n;} th, td { font-family:arial; } #cell1 { -inherit:th; color:#ff0000; } #cell2 { color:#00ff00; -inherit:td; } |