/*文件信息,分别为标题、作者、URL、描述、创建日期、最后修改日期- - Title : Author : URL : Description : Created : Modified : - - - - - - - - - - - - - - - - - - - - - */ /* ----- CSS ----- */ *{ } html{ } body{ } /* ----- IDS ----- */ #container{ } #primaryContent{ } #secondaryContent{ } #navigation{ } #footer{ } /* ----- CLASSES 类----- */ .hide{ } .show{ } /* ----- HEADINGS 标题----- */ h1{ } h2{ } h3{ } h4{ } /* ----- PARAGRAPHS 段落----- */ p{ } #primaryContent p{ } #secondaryContent p{ } /* ----- QUOTES 引用----- */ blockquote{ } blockquote p{ } cite{ } blockquote cite{ } /* ----- CODE 代码----- */ pre{ } code{ } p code{ } pre code{ } /* ----- LISTS 列表----- */ li{ } li p{ } ol{ } ul{ } ol li{ } ul li{ } #navigation li{ } #navigation ul{ } #navigation ul li{ } #navigation ol{ } #navigation ol li{ } /* ----- IMAGES 图像----- */ img{ } img a{ } img a:hover{ } /* ----- BREAK 断行----- */ hr{ } /* ----- TEXT FORMATTING 文本格式----- */ strong{ } em{ } b{ } i{ } /* ----- LINKS 连接----- */ a{ } a:hover{ } a:visited, a:active, a:focus{ } a:visited{ } a:active{ } a:focus{ } p a{ } cite a{ } li a{ } dt a{ } dd a{ } /* ----- TABLES 表格----- */ table{ } caption{ } thead{ } tbody{ } tfoot{ } tr{ } tr .alt{ } th{ } td{ } /* ----- FORMS 表单----- */ form{ } fieldset{ } legend{ } label{ } input{ } textarea{ } input, textarea{ } select{ } optgroup{ } option{ } /* ----- DEFINITIONS 自定义列表----- */ dl{ } dt{ } dd{ }