Team:UCLondon/Templates/links-footerv2

From 2012e.igem.org

(Difference between revisions)
Line 25: Line 25:
         #MBFooter { background: url(http://db.tt/cPPm1hVY) repeat-x; width:100%; margin:auto; height:100px; position:relative;  bottom:-40px; left:0; }
         #MBFooter { background: url(http://db.tt/cPPm1hVY) repeat-x; width:100%; margin:auto; height:100px; position:relative;  bottom:-40px; left:0; }
-
       #MBFooter:before { content:""; display:block; width:100%; height:3px; background:red; }
+
       #MBFooter:before { content:""; display:block; width:100%; height:3px;  
 +
 
 +
          background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 0.7) ), to( rgb(249, 249, 249) ) );
 +
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
 +
          background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
 +
          background-image: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
 +
          background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
 +
          background-image: linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
 +
     
 +
        }
         #foot-icon1 { float: left; }
         #foot-icon1 { float: left; }

Revision as of 23:13, 18 September 2012