@charset "utf-8"; /*------------------------------------- Base Style version: 1.0 author: Shawphy email: shawphy@gmail.com website: http://shawphy.com/ -------------------------------------*/ /* =Reset -------------------------------------*/ body{background:#fff!important;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td,*{ margin: 0; padding: 0; outline: 0; font-family:Verdana,Tahoma,Arial,sans-serif,"宋体"; color:#333; font-size: 12px; text-align: left; vertical-align:baseline; font-weight: normal; line-height: 18px; } strong{ font-weight: bold; } ul,ol,li{ list-style: none; } a,a:link,a:visited{ color:rgb(79,129,189); } a:active{ color:black; } a:hover{ color:white; background: rgb(79,129,189); } .clear { clear:both; } /* =Layout -------------------------------------*/ #header{ min-width:960px; height:20px; border-bottom: 1px dashed #ccc; } #header #headerMain{ width:960px; margin:0 auto; } #header,#sidebar,#content{ margin-bottom: 10px; } #wrapper{ position:relative; width:960px; margin:0 auto; } #sidebar{ float:left; width:239px; border-right: 1px dashed #ccc; padding-left: 20px; } #docs #content{ position:absolute; right:0px; } #content{ width:95%; padding-left: 20px; } #split #content{ padding:0 10px; float:none; } /* =Typegraphy -------------------------------------*/ ul,ol{ margin-left: 15px; } hr{ width: 95%; margin: 0 auto; border:1px solid #aaa; } #sidebar{ font-size: 14px; } #sidebar ul,#sidebar ul ul li div,#sidebar ul ul li h3{ display:none; } #sidebar ul ul{ display:block; } #sidebar ul ul li h2{ display:block; background: #fff; font-size: 12px; text-align: left; } #sidebar h2{ padding: 4px; cursor:pointer; background: rgb(219,229,241); font-size: 14px; text-align: center; } #sidebar h2:hover{ color:white; background: rgb(79,129,189); } #sidebar h2:hover em{ color:#ddd; } #sidebar h2 span{ display:none; } #content ul li{ margin-left: 15px; list-style: disc; } #content ol li{ margin-left: 15px; list-style: decimal; } #content p{ margin-left: 5px; } #content h2{ margin: 5px auto; padding: 5px; background:rgb(79,129,189); color: #fff; font-weight: bold; font-size: 14px; } #content h2 span{ color:#f0f0f0; float:right; width: 300px; } #content h3{ margin: 5px auto; padding: 5px; background: rgb(149,179,215); color: #fff; } #content h4{ margin: 5px auto; margin-left: 5px; padding: 5px; background: rgb(219,229,241); } #content h4 strong{ width: 150px; display:inline-block; } #content h4 span{ width: 230px; display:inline-block; } #content .desc p{ font-size: 14px; } #content .longdesc p{ font-size: 12px; line-height:1.5; margin:10px 0; } #content .longdesc strong{ font-size: 14px; } #content .longdesc a{ font-size: 12px; } #content .longdesc{ margin-top: 5px; } #content pre{ margin: 0px; padding: 0px; border: 1px dashed rgb(79,129,189); display:block; } em.optional{ color: #999; } #content h2 em.optional{ color:#eee; }