Team:USTC CHINA/humanpractice.css

From 2013.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 3: Line 3:
.part{
.part{
width:964px;
width:964px;
-
height:180px;
+
height:185px;
text-align:left;
text-align:left;
position:relative;
position:relative;
Line 11: Line 11:
height:16px;
height:16px;
         padding-bottom:4px;
         padding-bottom:4px;
-
border-bottom: 2px solid #bababa;
 
}
}
.content .part .part-tittle h{
.content .part .part-tittle h{
Line 21: Line 20:
.part-content{
.part-content{
width:964px;
width:964px;
-
height:90px;
 
}
}
.part-details{
.part-details{
width:24px;
width:24px;
-
height:23px;
 
-
margin:10px 0 0 -29px;
 
-
padding:1px 0 4px 30px;
 
}
}
Line 40: Line 35:
}
}
-
.part-details-border{
 
-
width:240px;
 
-
height:1px;
 
-
background:#ebebeb;
 
-
float:left;
 
-
margin-top:-5px;
 
-
position:relative;
 
-
z-index:7;
 
-
}
 
.content .part-content p{
.content .part-content p{
Line 59: Line 45:
.content .part-content p span{
.content .part-content p span{
font-size:20px;
font-size:20px;
-
color:#43adff;
+
color:#ff9933;
 +
}
 +
.img-left-half{
 +
float:left;width:450px;padding15px;
}
}

Latest revision as of 16:06, 28 October 2013

@charset "utf-8"; /* CSS Document */ .part{ width:964px; height:185px; text-align:left; position:relative; } .part-tittle{ width:964px; height:16px;

       padding-bottom:4px;

} .content .part .part-tittle h{ float:left; font-size:24px; text-indent:3px; color:#303030; } .part-content{ width:964px; } .part-details{ width:24px; }

.part-details a{ padding-right:6px;

       padding-bottom:4px;

font-size:16px; text-indent:3px; float:left; position:relative; z-index:10; }


.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:#ff9933; } .img-left-half{ float:left;width:450px;padding15px; }