Template:Nevada Home CSS

From 2011.igem.org

(Difference between revisions)
m
m
Line 31: Line 31:
   border: #FFF groove 4px;
   border: #FFF groove 4px;
   background-color: rgba(100,100,100,1);
   background-color: rgba(100,100,100,1);
-
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#25324e));
+
    /* Color Background */
-
   background: -webkit-linear-gradient(top, #506cab, #25324e);
+
   background: -webkit-gradient(linear, 0 50%,0 100%, from(#969696), to(#25324e));
-
   background: -moz-linear-gradient(top, #506cab, #25324e);
+
   background: -webkit-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
-
   background: -ms-linear-gradient(top, #506cab, #25324e);
+
   background: -moz-linear-gradient(bottom, #969696 97%, rgba(0,0,26,1), #25324e);
-
   background: -o-linear-gradient(top, #506cab, #25324e);
+
   background: -ms-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
 +
   background: -o-linear-gradient(bottom, rgba(150,150,150,1) 97%, rgba(0,0,26,1), #25324e);
   padding: 10px;
   padding: 10px;
}
}

Revision as of 02:36, 24 August 2011