Team:UCLondon/Templates/Header

From 2012e.igem.org

(Difference between revisions)
Line 39: Line 39:
   .MBWikiStyle {  
   .MBWikiStyle {  
           background-color:white;  
           background-color:white;  
 +
 +
          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) );
 +
           width:833px;  
           width:833px;  
           margin:auto;  
           margin:auto;  

Revision as of 00:42, 16 September 2012

{{{1}}}