/*--------------------------------------------------
.tabbertab = the tab content
Add style only after the tabber interface is set up (.tabberlive)
--------------------------------------------------*/

/*****Reset*****/
Reset

/*****Basic Elements*****/
为基本元素定义样式: body, h1-h6, ul, ol, a, p, etc.

/*****Generic Classes*****/
定义一些单独的样式,比如,浮动、去掉元素的底部边距等。
是的,可能他们不够语义化,但是,它们对有效的编码是很有效的。

/*****Basic Layout*****/
定义基本模板: 头部、底部、等,用来定义网站的基本结构

/*****Header*****/
定义头部的所有元素

/*****Content*****/
定义内容区域的所有元素

/*****Footer*****/
底部样式

/*****Etc*****/
继续定义其它样式通过使用注释和对相似元素进行分组,可以更快的找到你需要的内容。