Team:USTC CHINA/protocol.css

From 2013.igem.org

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 2: Line 2:
margin-top:30px;
margin-top:30px;
width:580px;
width:580px;
-
height:400px;
+
height:420px;
}
}
.protocol-col-1 h{
.protocol-col-1 h{
-
font-size:30px;
+
font-size:24px;
line-height:30px;
line-height:30px;
-
width:580px;
+
float:left;
}
}
-
.protocol-col-1 h1{
+
.protocol-col-1 h1, .protocol-col-2 h1{
-
font-size:24px;
+
color:#6b737a;
-
}
+
-
.protocol-col-1 h2{
+
font-size:20px;
font-size:20px;
 +
line-height:24px;
 +
}
 +
.protocol-col-1 h2, .protocol-col-2 h2{
 +
color:#6b737a;
 +
font-size:16px;
 +
margin-left:10px;
 +
line-height:16px;
 +
}
 +
.protocol-col-2 h{
 +
font-size:24px;
 +
line-height:30px;
}
}
.protocol-col-sub{
.protocol-col-sub{
Line 22: Line 31:
.protocol-col-2{
.protocol-col-2{
width:280px;
width:280px;
 +
height:300px;
padding:5px;
padding:5px;
float:left;
float:left;
 +
}
 +
.leftbar a{
 +
color:#6b737a;
 +
}
 +
.leftbar a:hover{
 +
color:#303030;
}
}

Latest revision as of 12:58, 25 September 2013

.protocol-col-1{ margin-top:30px; width:580px; height:420px; } .protocol-col-1 h{ font-size:24px; line-height:30px; float:left; } .protocol-col-1 h1, .protocol-col-2 h1{ color:#6b737a; font-size:20px; line-height:24px; } .protocol-col-1 h2, .protocol-col-2 h2{ color:#6b737a; font-size:16px; margin-left:10px; line-height:16px; } .protocol-col-2 h{ font-size:24px; line-height:30px; } .protocol-col-sub{ width:280px; padding:5px; float:left; } .protocol-col-2{ width:280px; height:300px; padding:5px; float:left; } .leftbar a{ color:#6b737a; } .leftbar a:hover{ color:#303030; }