Team:NRP-UEA-Norwich/Test/css1

From 2013.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 1: Line 1:
-
/*styles used to supress igem elements already styled*/
+
a.button {
-
 
+
    display: block;
-
/*body {background-image: linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
+
    background: (url(https://static.igem.org/mediawiki/2013/8/8f/Button2.png) no-repeat;
-
background-image: -o-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
+
   
-
background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
+
-
background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
+
-
background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);
+
-
 
+
-
background-image: -webkit-gradient(
+
-
linear,
+
-
left bottom,
+
-
left top,
+
-
color-stop(0.28, rgb(219,219,219)),
+
-
color-stop(0.71, rgb(143,143,143))
+
-
);
+
}
}
-
*/
 

Latest revision as of 12:35, 22 July 2013

a.button {

    display: block;
    background: (url(Button2.png) no-repeat;
   

}