Team:NJU-QIBEBT

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
     <title></title>
     <title></title>
     <style type="text/css">
     <style type="text/css">
-
         .firstHeading{
+
         #firstHeading{
             display: none;
             display: none;
         }
         }
 +
        body {
 +
            font-family: Helvetica,"Comic Sans MS", "Times New Roman", serif;
 +
        }
 +
        *{
 +
            padding: 0;
 +
            margin: 0;
 +
        }
 +
        table {
 +
            border-collapse: collapse;
 +
            border-spacing: 0;
 +
        }
 +
        fieldset,img {
 +
            border: 0;
 +
        }
 +
        address,caption,cite,code,dfn,em,strong,th,var {
 +
            font-weight: normal;
 +
            font-style: normal;
 +
        }
 +
        ol,ul {
 +
            list-style: none;
 +
        }
 +
        caption,th {
 +
            text-align: left;
 +
        }
 +
        h1,h2,h3,h4,h5,h6 {
 +
            font-weight: normal;
 +
            font-size: 100%;
 +
        }
 +
        abbr,acronym {
 +
            border: 0;
 +
        }
 +
        a{
 +
            text-decoration: none;
 +
        }
 +
        ul{
 +
            text-align: center;
 +
            margin: 0 auto;
 +
        }
 +
        /* header */
 +
        #content{
 +
            width: 960px;
 +
            position: relative;
 +
            margin: 0 auto;
 +
        }
 +
        #header{
 +
            position: absolute;
 +
            width: 100%;
 +
            background-color: #6166cc;
 +
            height: 60px;
 +
            box-shadow:1px 1px 3px rgba(0,0,0,.8);
 +
            top:-60px;
 +
        }
 +
        li{
 +
            float: left;
 +
        }
 +
        #header a{
 +
            text-align: center;
 +
            color: #dddddd;
 +
            height: 60px;
 +
            line-height: 60px;
 +
            width: 100px;
 +
            display: block;
 +
            background-color: #6166cc;
 +
            transition: 0.2s all;
 +
            border-left: 1px dashed rgba(255,255,255,0.3)
 +
        }
 +
        #header a[href="/"]{
 +
            width: 149px;
 +
            background: url("img/2.png");
 +
            transition:0.3s all;
 +
 +
        }
 +
        #header a[href='/']:hover{
 +
            background: url("img/3.png");
 +
            transition:0.3s all;
 +
 +
        }
 +
        #header a:hover{
 +
            background-color: #CCB761;
 +
            text-shadow: 1px;
 +
            color: #ffffff;
 +
 +
        }
 +
        #menu_off{
 +
            margin-left: 930px;
 +
            width: 100px;
 +
 +
 +
        }
 +
        #menu_off img:hover{
 +
            cursor: pointer;
 +
        }
 +
        /* main */
 +
 +
     </style>
     </style>
</head>
</head>
-
<body style="background:url('https://static.igem.org/mediawiki/2014/2/20/NJU_wall.jpg')">
+
<body style="background:url('https://static.igem.org/mediawiki/2014/2/20/NJU_wall.jpg') no-repeat">
 +
<div id="header">
 +
    <div id="content" style="">
 +
        <ul class="left-720" id="menu">
 +
            <li><a href="#">Home</a></li>
 +
            <li><a href="#">Project</a></li>
 +
            <li><a href="#">Team</a></li>
 +
            <li><a href="#">Parts</a></li>
 +
            <li><a href="/"></a> </li>
 +
            <li><a href="#">Pratice</a></li>
 +
            <li><a href="#">Modeling</a></li>
 +
            <li><a href="#">Safety</a></li>
 +
            <li><a href="#">Extras</a></li>
 +
 
 +
        </ul>
 +
        <p id="menu_off"><img src="https://static.igem.org/mediawiki/2014/f/f7/NJU_menu_on.png"></p>
 +
 
 +
    </div>
 +
 
 +
</div>
 +
<div id="main"></div>
 +
<div id="footer"></div>
 +
 
</body>
</body>
</html>
</html>

Revision as of 11:11, 31 August 2014