Team:BasicallyAcid/templates/header

From 2012hs.igem.org

(Difference between revisions)
Line 6: Line 6:
h1.firstHeading {display:none;}
h1.firstHeading {display:none;}
body {
body {
-
 
+
BACKGROUND-IMAGE: url(https://static.igem.org/mediawiki/2010/9/97/Newcastle_2010_Background.png);  
-
background-image: linear-gradient(bottom, rgb(82,189,94) 27%, rgb(41,97,52) 64%);
+
BACKGROUND-REPEAT: repeat-x;  
-
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-repeat: no-repeat;
+
-
 
+
}
}

Revision as of 00:06, 21 March 2012

Team:BasicallyAcid/templates/menu