Template:Tsinghua

From 2010.igem.org

(Difference between revisions)
Line 11: Line 11:
}
}
-
body{
+
#background{
-
     font-family:Arial,sans-serif;
+
     width: 100%;
-
     background: #ddd;
+
     height: 100%;
 +
    postition: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    z-index: 1;
     background: -webkit-gradient(linear, top, bottom, from(#555) ,color-stop(0.20, #777), color-stop(0.73, #bbb),to(#fff));
     background: -webkit-gradient(linear, top, bottom, from(#555) ,color-stop(0.20, #777), color-stop(0.73, #bbb),to(#fff));
     background: -moz-linear-gradient(top, #444, #777 20%, #bbb 73%, #fff 155%);  
     background: -moz-linear-gradient(top, #444, #777 20%, #bbb 73%, #fff 155%);  
 +
}
 +
body{
 +
    font-family:Arial,sans-serif;
 +
    background: #ddd;
}
}
 +
h1,h2,h3,h4,h5,h6{
h1,h2,h3,h4,h5,h6{

Revision as of 01:36, 21 October 2010