Blueprint CSS framework 分析(6)
时间:2010-01-05 20:47来源:网络 作者:秩名 点击:次
--------------------------------------------------------------*/ . small { font-size :. 8em ; margin-bottom : 1.875em ; line-height : 1.875em ;} . large { font-size : 1.2em ; line-height : 2.5em ; mar
| .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } .hide { display: none; } .quiet { color: #666; } .loud { color: #000; } .highlight { background:#ff0; } .added { background:#060; color: #fff; } .removed { background:#900; color: #fff; } .first { margin-left:0; padding-left:0; } .last { margin-right:0; padding-right:0; } .top { margin-top:0; padding-top:0; } .bottombottom { margin-bottom:0; padding-bottom:0; }
froms.css 代码
-
-
-
-
-
-
|
------分隔线----------------------------