Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
Line 10: Line 10:
         background-repeat:repeat-y repeat-x;
         background-repeat:repeat-y repeat-x;
          
          
-
}
 
-
.gradient_golden {
 
-
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E1A946, endColorstr=#B28336)";
 
-
  background-image: -ms-linear-gradient(top, #E1A946 0%, #B28336 100%);
 
-
  background-image: -moz-linear-gradient(top, #E1A946 0%, #B28336 100%);
 
-
  background-image: -o-linear-gradient(top, #E1A946 0%, #B28336 100%);
 
-
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E1A946), color-stop(1, #B28336));
 
-
  background-image: -webkit-linear-gradient(top, #E1A946 0%, #B28336 100%);
 
-
  background-image: linear-gradient(to bottom, #E1A946 0%, #B28336 100%);
 
}
}
Line 184: Line 175:
#p-logo {
#p-logo {
   display:none;
   display:none;
 +
}
 +
 +
#top-section {
 +
border: none;
 +
height:0px;
 +
}
 +
 +
.firstHeading{
 +
display: none;
 +
padding:0px;
 +
}
 +
 +
#banner-wrap {
 +
  padding: 0px;
 +
}
}

Revision as of 01:26, 15 February 2013