Template:Nevada Sponsers CSS

From 2011.igem.org

(Difference between revisions)
m
m
Line 26: Line 26:
   /* Color Background */
   /* Color Background */
   background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
   background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
-
   background: -webkit-linear-gradient(top, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
+
   background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
-
   background: -moz-linear-gradient(top, #969696 90%, rgba(0,0,26,1), #25324e);
+
   background: -moz-linear-gradient(bottom, #969696 90%, rgba(0,0,26,1), #25324e);
-
   background: -ms-linear-gradient(top, rgba(150,150,150,1) 90%, rgba(0,0,26,1), #25324e);
+
   background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 90%, rgba(0,0,26,1), #25324e);
-
   background: -o-linear-gradient(top, rgba(150,150,150,1) 90%, rgba(0,0,26,1), #25324e);
+
   background: -o-linear-gradient(bottom, rgba(150,150,150,1) 90%, rgba(0,0,26,1), #25324e);
}
}
Line 36: Line 36:
   display: block;
   display: block;
   float: left;
   float: left;
-
   top: 5px;
+
   top: 25px;
   left: 15px;
   left: 15px;
   height: 125px;
   height: 125px;

Revision as of 16:59, 25 August 2011