Template:Uppsala-SwedenTemplate

From 2011.igem.org

(Difference between revisions)
Line 417: Line 417:
padding-bottom: 150px;}  /* must be same height as the footer */
padding-bottom: 150px;}  /* must be same height as the footer */
-
#footer (line 48)
+
#footer {
-
{
 
-
background-color: #444444;
 
-
background-image: url("images/footer.gif");
 
-
background-repeat: repeat-x;
+
position: relative;
-
 
+
margin-top: -150px; /* negative value of footer height */
-
background-attachment: scroll;
+
height: 150px;
-
 
+
clear:both;}  
-
background-position: 0% 0%;
+
-
 
+
-
background-clip: border-box;
+
-
 
+
-
background-origin: padding-box;
+
-
 
+
-
background-size: auto auto;
+
-
 
+
-
color: #ffffff;
+
-
 
+
-
font-size: 11px;
+
-
 
+
-
font-family: Verdana,Arial,sans-serif;
+
-
 
+
-
}
+
/*Opera Fix*/
/*Opera Fix*/

Revision as of 12:13, 20 July 2011