Team:USTC CHINA/protocol.css

From 2013.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 5: Line 5:
}
}
.protocol-col-1 h{
.protocol-col-1 h{
-
font-size:30px;
+
font-size:24px;
line-height:30px;
line-height:30px;
float:left;
float:left;
}
}
.protocol-col-1 h1, .protocol-col-2 h1{
.protocol-col-1 h1, .protocol-col-2 h1{
-
font-size:24px;
+
color:#6b737a;
 +
font-size:20px;
 +
line-height:24px;
}
}
.protocol-col-1 h2, .protocol-col-2 h2{
.protocol-col-1 h2, .protocol-col-2 h2{
-
font-size:20px;
+
color:#6b737a;
-
text-indent:20px;
+
font-size:16px;
 +
margin-left:10px;
 +
line-height:16px;
}
}
.protocol-col-2 h{
.protocol-col-2 h{
-
font-size:30px;
+
font-size:24px;
line-height:30px;
line-height:30px;
}
}
Line 30: Line 34:
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; }