Template:Style

From 2013.igem.org

(Difference between revisions)
Line 711: Line 711:
   padding-left: 20px;
   padding-left: 20px;
   padding-right: 20px;
   padding-right: 20px;
-
   background-color: #7CA56D;
+
   background-color: #6e6e6e;
-
   background-image: -moz-linear-gradient(top, #7CA56D, #BDE8B0);
+
   background-image: -moz-linear-gradient(top, #6e6e6e, #3b3b3b);
-
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7CA56D), to(#BDE8B0));
+
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6e6e6e), to(#3b3b3b));
-
   background-image: -webkit-linear-gradient(top, #7CA56D, #BDE8B0);
+
   background-image: -webkit-linear-gradient(top, #6e6e6e, #3b3b3b);
-
   background-image: -o-linear-gradient(top, #7CA56D, #BDE8B0);
+
   background-image: -o-linear-gradient(top, #6e6e6e, #3b3b3b);
-
   background-image: linear-gradient(to bottom, #7CA56D, #BDE8B0);
+
   background-image: linear-gradient(to bottom, #6e6e6e, #3b3b3b);
   background-repeat: repeat-x;
   background-repeat: repeat-x;
-
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7CA56D', endColorstr='#ffBDE8B0', GradientType=0);
+
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6e6e6e', endColorstr='#ff3b3b3b', GradientType=0);
   border: 1px solid #d4d4d4;
   border: 1px solid #d4d4d4;
   -webkit-border-radius: 4px;
   -webkit-border-radius: 4px;

Revision as of 04:52, 24 June 2013