Team:USTC CHINA/humanpractice.css

From 2013.igem.org

(Difference between revisions)
(Created page with "@charset "utf-8"; - CSS Document: .part{ width:964px; height:150px; text-align:left; position:relative; } .part-tittle{ width:964px; height:16px; border-bottom: 2px sol...")
Line 31: Line 31:
.part-details a{
.part-details a{
-
background:#fff;
 
padding-right:6px;
padding-right:6px;
font-size:16px;
font-size:16px;

Revision as of 20:44, 25 September 2013

@charset "utf-8"; /* CSS Document */ .part{ width:964px; height:150px; text-align:left; position:relative; } .part-tittle{ width:964px; height:16px; border-bottom: 2px solid #bababa; } .content .part .part-tittle h{ float:left; font-size:24px; text-indent:3px; color:#303030; background:#FFFFFF; } .part-content{ width:964px; height:90px; } .part-details{ width:24px; height:23px; margin:10px 0 0 -29px; padding:1px 0 0 30px; }

.part-details a{ padding-right:6px; font-size:16px; text-indent:3px; float:left; position:relative; z-index:10; }

.part-details-border{ width:240px; height:1px; background:#ebebeb; float:left; margin-top:-5px; position:relative; z-index:7; }

.content .part-content p{ float:left; font-size:16px; margin-left:3px; line-height:25px; color:#797979; } .content .part-content p span{ font-size:20px; color:#43adff; }