Team:BasicallyAcid/templates/header

From 2012hs.igem.org

(Difference between revisions)
(Created page with "__NOTOC__ <html> <!-- We would like to thank TU Delft for their WikiHacks and BCCS Bristol for inspiring our menubar design--> <style> - BEGIN HEADER/MENU REMOVAL: h1.firstHeadi...")
Line 5: Line 5:
/*BEGIN HEADER/MENU REMOVAL*/
/*BEGIN HEADER/MENU REMOVAL*/
h1.firstHeading {display:none;}
h1.firstHeading {display:none;}
-
body {background-color: #260603; background-repeat: no-repeat; background-position: top center;0}
+
body {
 +
 
 +
background-image: linear-gradient(bottom, rgb(82,189,94) 27%, rgb(41,97,52) 64%);
 +
background-image: -o-linear-gradient(bottom, rgb(82,189,94) 27%, rgb(41,97,52) 64%);
 +
background-image: -moz-linear-gradient(bottom, rgb(82,189,94) 27%, rgb(41,97,52) 64%);
 +
background-image: -webkit-linear-gradient(bottom, rgb(82,189,94) 27%, rgb(41,97,52) 64%);
 +
background-image: -ms-linear-gradient(bottom, rgb(82,189,94) 27%, rgb(41,97,52) 64%);
 +
 
 +
background-image: -webkit-gradient(
 +
linear,
 +
left bottom,
 +
left top,
 +
color-stop(0.27, rgb(82,189,94)),
 +
color-stop(0.64, rgb(41,97,52))
 +
); background-position: top center;0
 +
 
 +
 
 +
}
#top-section {width:965px; border: 0; border-bottom: 1px solid #888888; height: 20px; overflow: visible;}
#top-section {width:965px; border: 0; border-bottom: 1px solid #888888; height: 20px; overflow: visible;}
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
Line 124: Line 141:
<html>
<html>
<body>
<body>
-
<div id="logo" style="position: relative; width: 949px; height: 150px; background: url('https://static.igem.org/mediawiki/2010/d/d2/Mainlogo.jpg'); clear: both;  ">  
+
<div id="logo" style="position: relative; width: 949px; height: 150px; background: url('https://static.igem.org/mediawiki/2012hs/d/d0/MainLogo.png'); clear: both;  ">  
</div>
</div>
</html>
</html>
{{:Team:BasicallyAcid/templates/menu}}
{{:Team:BasicallyAcid/templates/menu}}

Revision as of 00:04, 21 March 2012

Team:BasicallyAcid/templates/menu