Team:Potsdam Bioware/css

From 2012.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> body { background-image: -ms-linear-gradient(left, #FFFFFF 0%, #E3DFCF 100%); background-image: -moz-linear-gradient(left, #FFFFFF 0...")
Line 15: Line 15:
   padding: 5px;
   padding: 5px;
   border-radius: 5px;
   border-radius: 5px;
-
  background: #cb9840;
 
-
  background: -moz-linear-gradient(top,  #cb9840 0%, #a77b34 100%);
 
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb9840), color-stop(100%,#a77b34));
 
-
  background: -webkit-linear-gradient(top,  #cb9840 0%,#a77b34 100%);
 
-
  background: -o-linear-gradient(top,  #cb9840 0%,#a77b34 100%);
 
-
  background: -ms-linear-gradient(top,  #cb9840 0%,#a77b34 100%);
 
-
  background: linear-gradient(to bottom,  #cb9840 0%,#a77b34 100%);
 
-
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb9840', endColorstr='#a77b34',GradientType=0 );
 
   box-shadow:5px 5px 5px #666;
   box-shadow:5px 5px 5px #666;
 +
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
 +
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
 +
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
 +
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E6));
 +
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
 +
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E6 100%);
}
}

Revision as of 22:13, 31 August 2012