Team:HZAU-China/background-head

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
body {
body {
-
+
<div style="margin:0 auto;">
-
 
+
        width: 900px;
-
    background:#ceffce ;
+
        background:#ceffce ;
-
    background-image: -moz-linear-gradient(45deg,#fff 25%, transparent 25%, transparent 50%,#fff 50%,#fff 75%, transparent 75%, transparent);
+
        background-image: -moz-linear-gradient(45deg,#fff 25%, transparent 25%, transparent 50%,#fff 50%,#fff 75%, transparent 75%, transparent);
-
    background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(25%,rgba(255,255,255,0.2)),color-stop(25%,transparent),color-stop(50%,transparent),color-stop(50%,rgba(255,255,255,0.2)),color-stop(75%,rgba(255,255,255,0.2)),color-stop(75%,transparent));
+
        background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(25%,rgba(255,255,255,0.2)),color-stop(25%,transparent),color-stop(50%,transparent),color-stop(50%,rgba(255,255,255,0.2)),color-stop(75%,rgba(255,255,255,0.2)),color-stop(75%,transparent));
-
    background-size: 16px 16px;
+
        background-size: 16px 16px;
color:#8e8e8e;
color:#8e8e8e;
font:14px Helvetica, Arial, Sans-serif;
font:14px Helvetica, Arial, Sans-serif;
overflow-x:hidden;
overflow-x:hidden;
 +
        </div>
}
}
-
 
-
 
#p-logo {
#p-logo {
display: none;
display: none;
Line 23: Line 22:
display: none;
display: none;
}
}
-
 
-
 
#top-section {
#top-section {
height: 16px;
height: 16px;
Line 71: Line 68:
color:#8e8e8e;
color:#8e8e8e;
}
}
-
 
-
 
-
 
.firstHeading {
.firstHeading {
     display: none;
     display: none;
Line 107: Line 101:
margin: 0px;
margin: 0px;
}
}
-
 
-
 
-
 
</style>
</style>

Revision as of 08:44, 20 July 2013