Team:NRP-UEA-Norwich/Test1/css1

From 2013.igem.org

(Difference between revisions)
(Blanked the page)
 
(25 intermediate revisions not shown)
Line 1: Line 1:
-
/*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('https://static.igem.org/mediawiki/igem.org/3/37/Light_soil.png') no-repeat center center fixed;
 
-
-webkit-background-size: cover;
 
-
-moz-background-size: cover;
 
-
-o-background-size: cover;
 
-
background-size: cover;
 
-
}
 
-
h1.firstHeading {
 
-
 
-
visibility:hidden;
 
-
}
 
-
 
-
#center {
 
-
text-align:center; <!-- not sure if need this-->
 
-
 
-
}
 
-
 
-
#p-logo {
 
-
    visibility:hidden;
 
-
}
 
-
 
-
#searchform {
 
-
    visibility:hidden;
 
-
}
 
-
 
-
 
-
#top-section{
 
-
 
-
border:none;
 
-
margin-bottom: -85px;
 
-
}
 
-
#catlinks{
 
-
border:none;
 
-
display:none;
 
-
}
 
-
#content {padding:0px; width: 975px; border:none; background: none;}
 
-
 
-
 
-
#footer-box {
 
-
background:none;
 
-
border:none;
 
-
}
 
-
 
-
 
-
 
-
.content-wrap {
 
-
width: 925px;
 
-
margin: 0 auto;
 
-
display:block;
 
-
clear:both;
 
-
margin-top: 0px;
 
-
background: rgba(255,255,255,.85);
 
-
padding:25px;
 
-
-webkit-border-radius: 5px;
 
-
-moz-border-radius: 5px;
 
-
border-radius: 7px;
 
-
 
-
}
 

Latest revision as of 13:29, 16 July 2013