Team:USTC CHINA/pro.css

From 2013.igem.org

(Difference between revisions)
Line 41: Line 41:
   font-weight:100;
   font-weight:100;
   font-size:20px;
   font-size:20px;
-
}
 
-
.port-sidebar-border{
 
-
width:310px;
 
-
height:40px;
 
-
border-bottom: 2px solid #bababa;
 
-
}
 
-
.port-sidebar-border h{
 
-
float:left;
 
-
margin-top:30px;
 
-
font-size:24px;
 
-
color: #303030;
 
-
}
 
-
.rightbar a{
 
-
color:#a4a4a4;
 
-
}
 
-
.rightbar a:hover{
 
-
color:#303030;
 
-
}
 
-
#t1.active {
 
-
color:#303030;
 
-
}
 
-
#t2.active{
 
-
color:#303030;
 
-
}
 
-
#t1{
 
-
font-size:20px;
 
-
line-height:30px;
 
-
margin-left:70px;
 
-
text-align:left;
 
-
}
 
-
#t2{
 
-
font-size:16px;
 
-
line-height:28px;
 
-
margin-left:130px;
 
-
text-align:left;
 
}
}

Revision as of 16:45, 23 September 2013

@charset "utf-8"; /* CSS Document */

  1. pro-img{

margin-top:10px; float:left; width:270px; }

  1. pro-text{

margin-top:10px; float:left; width:270px; font-size:14px; line-height:20px; }

  1. tag{
 width: 200px;

}

  1. tag h1{
 line-height:60px;
 font-weight:200;
 font-size:36px;

}

  1. aim-bar{

margin-top:20px; }

  1. aim-bar #flag{
 width: 300px;

}

  1. flag h1{
 line-height:60px;
 font-weight:200;
 font-size:28px;

}

  1. aim-bar-col{

clear:left; }

  1. aim-bar-col h2{
 line-height:30px;
 font-weight:100;
 font-size:20px;

}