Team:NRP-UEA-Norwich/Test1/css1

From 2013.igem.org

(Difference between revisions)
Line 16: Line 16:
body {
body {
-
background: url('https://static.igem.org/mediawiki/igem.org/3/37/Light_soil.png') no-repeat center center fixed;  
+
background: url('http://www.psdgraphics.com/wp-content/uploads/2011/02/trails-background.jpg') no-repeat center center fixed;  
-webkit-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-moz-background-size: cover;

Revision as of 16:34, 15 July 2013

/*body {background-image: linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%); background-image: -o-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%); background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%); background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%); background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 28%, rgb(143,143,143) 71%);

background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.28, rgb(219,219,219)), color-stop(0.71, rgb(143,143,143)) ); }

  • /

body {

background: url('http://www.psdgraphics.com/wp-content/uploads/2011/02/trails-background.jpg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } h1.firstHeading {

visibility:hidden; }

  1. center {

text-align:center;

}

  1. p-logo {
   visibility:hidden;

}

  1. searchform {
   visibility:hidden;

}


  1. top-section{

border:none; margin-bottom: -85px; }

  1. catlinks{

border:none; display:none; }

  1. content {padding:0px; width: 975px; border:none; background: none;}


  1. footer-box {

background:none; border:none; }


.content-wrap { width: 975px; margin: 0 auto; display:block; clear:both; margin-top: 0px; background: rgba(255,255,255,.85); padding: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 7px;

}