Team:Peking/boxes

From 2010.igem.org

(Difference between revisions)
(New page: <html> <head> <style type="text/css"> #orangeBox, #greenBox, #blueBox {background-repeat: no-repeat; height:200px; width: 323px; ...)
Line 2: Line 2:
<head>
<head>
       <style type="text/css">
       <style type="text/css">
-
#orangeBox, #greenBox, #blueBox {background-repeat: no-repeat;  
+
#orange, #green, #blue {background-repeat: no-repeat;  
                         height:200px;  
                         height:200px;  
                         width: 323px;  
                         width: 323px;  
                         float:left;}
                         float:left;}
-
                 #orangeBox p, #greenBox p, #blueBox p{padding: 0 20px;
+
                 #orange p, #green p, #blue p{padding: 0 20px;
                         text-align: justify;
                         text-align: justify;
                         font-size: 12px;
                         font-size: 12px;
                         color: #FFF;}
                         color: #FFF;}
-
                 #orangeBox h3, #greenBox h3, #blueBox h3{padding: 20px 25px 0 20px;
+
                 #orange h3, #green h3, #blue h3{padding: 20px 25px 0 20px;
                         font-weight: bold;
                         font-weight: bold;
                         font-size: 18px;
                         font-size: 18px;
                         color: #FFF;}
                         color: #FFF;}
-
                 #orangeBox a, #greenBox a, #blueBox a {
+
                 #orange a, #green a, #blue a {
                         padding-right: 20px;
                         padding-right: 20px;
                         font-weight: bold;
                         font-weight: bold;
Line 21: Line 21:
                         text-align: right;
                         text-align: right;
                         color: #FFF;}   
                         color: #FFF;}   
-
                 #orangeBox {margin-left: 3px;
+
                 #orange {margin-left: 3px;
                         background-image: url(https://static.igem.org/mediawiki/2009/9/9d/OrangeBox.jpg);}
                         background-image: url(https://static.igem.org/mediawiki/2009/9/9d/OrangeBox.jpg);}
-
                 #greenBox {background-image: url(https://static.igem.org/mediawiki/2009/9/97/GreenBox.jpg);}
+
                 #green {background-image: url(https://static.igem.org/mediawiki/2009/9/97/GreenBox.jpg);}
-
                 #blueBox {background-image: url(https://static.igem.org/mediawiki/2009/9/96/BlueBox.jpg);}
+
                 #blue {background-image: url(https://static.igem.org/mediawiki/2010/d/de/BG2.jpg);}
</style>
</style>
</head>
</head>

Revision as of 10:52, 20 September 2010