Difference between revisions of "Team:SIAT-SCIE/Home"

Line 3: Line 3:
  
 
<style>
 
<style>
            body { /*About the freeze part in the whole, backgroun color*/
+
    body { /*About the freeze part in the whole, backgroun color*/
                width: 1263px;
+
        width: 1263px;
                margin-left: auto;
+
        margin-left: auto;
                margin-right: auto;
+
        margin-right: auto;
                background-color: #f9f9f9;
+
        background-color: #f9f9f9;
            }
+
    }
  
  
            /*Logo picture as a whole, use to eliminate margin*/
+
    /*Logo picture as a whole, use to eliminate margin*/
            #logo p {
+
    #logo p {
                margin: 0px;
+
        margin: 0px;
            }
+
    }
  
            /*basically same with the top, but use div id=logo, let it float right, margin on right and top*/
+
    /*basically same with the top, but use div id=logo, let it float right, margin on right and top*/
            #logo {
+
    #logo {
                float: right;
+
        float: right;
                margin-right: 10px;
+
        margin-right: 10px;
                margin-top: 18px;
+
        margin-top: 18px;
                background-color: #f9f9f9;
+
        background-color: #f9f9f9;
            }
+
    }
  
            /*this is about div id=comic: take the top banner as a whole to eliminate the margin*/
+
    /*this is about div id=comic: take the top banner as a whole to eliminate the margin*/
            #comic {
+
    #comic {
                margin: 0px;
+
        margin: 0px;
            }
+
    }
  
  
            /* Actually this make the navigation bar bigger and better*/
+
    /* Actually this make the navigation bar bigger and better*/
            #nav {
+
    #nav {
                margin: 0 0 0 0;
+
        margin: 0 0 0 0;
                padding: 10px;
+
        padding: 10px;
            }
+
    }
  
                /*place the first line 'inline', and the interval to be 20px*/
+
        /*place the first line 'inline', and the interval to be 20px*/
                #nav ul li {
+
        #nav ul li {
                    display: inline;
+
            display: inline;
                    margin: 0 10px 0 10px;
+
            margin: 0 10px 0 10px;
                }
+
        }
  
  
  
            /*just to eliminate any margin */
+
    /*just to eliminate any margin */
            #basic_discription {
+
    #basic_discription {
                margin: 0 0 0 0;
+
        margin: 0 0 0 0;
            }
+
    }
  
                /*also eliminate any margin*/
+
        /*also eliminate any margin*/
                #basic_discription p {
+
        #basic_discription p {
                    margin: 0px;
+
            margin: 0px;
                }
+
        }
  
            /*put footer in the center!*/
+
    /*put footer in the center!*/
            #footer {
+
    #footer {
                text-align: center;
+
        text-align: center;
            }
+
    }
  
            #nav {
+
    #nav {
                background-color: #333;
+
        background-color: #333;
            }
+
    }
  
            #nav ul {
+
        #nav ul {
                list-style-type: none;
+
            list-style-type: none;
                margin: 0;
+
            margin: 0;
                padding: 0;
+
            padding: 0;
                overflow: hidden;
+
            overflow: hidden;
                background-color: #333;
+
            background-color: #333;
            }
+
        }
  
            #nav li {
+
        #nav li {
                float: left;
+
            float: left;
 +
        }
 +
 
 +
            #nav li a, .dropbtn {
 +
                display: inline-block;
 +
                color: white;
 +
                text-align: center;
 +
                padding: 14px 16px;
 +
                text-decoration: none;
 
             }
 
             }
  
                 #nav li a, .dropbtn {
+
                 #nav li a:hover, #nav .dropdownlist:hover .dropbtn {
                     display: inline-block;
+
                     background-color: red;
                    color: white;
+
                    text-align: center;
+
                    padding: 14px 16px;
+
                    text-decoration: none;
+
 
                 }
 
                 }
  
                    #nav li a:hover, #nav .dropdownlist:hover .dropbtn {
+
            #nav li.dropdownlist {
                        background-color: red;
+
                display: inline-block;
                    }
+
            }
  
                #nav li.dropdownlist {
+
        #nav .dropdown_content {
                    display: inline-block;
+
            display: none;
                }
+
            position: absolute;
 +
            background-color: #f9f9f9;
 +
            min-width: 160px;
 +
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
            z-index: 1;
 +
        }
  
             #nav .dropdown_content {
+
             #nav .dropdown_content a {
                 display: none;
+
                 color: black;
                 position: absolute;
+
                 padding: 12px 16px;
                 background-color: #f9f9f9;
+
                 text-decoration: none;
                 min-width: 160px;
+
                 display: block;
                box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
                 text-align: left;
                 z-index: 1;
+
 
             }
 
             }
  
                 #nav .dropdown_content a {
+
                 #nav .dropdown_content a:hover {
                     color: black;
+
                     background-color: #f1f1f1
                    padding: 12px 16px;
+
                    text-decoration: none;
+
                    display: block;
+
                    text-align: left;
+
 
                 }
 
                 }
  
                  #nav .dropdown_content a:hover {
+
        #nav .dropdownlist:hover .dropdown_content {
                        background-color: #f1f1f1
+
            display: block;
                    }
+
        }
 
+
</style>
          #nav  .dropdownlist:hover .dropdown_content {
+
                display: block;
+
            }
+
        </style>      
+
 
<div class="const">
 
<div class="const">
 
     <div id="nav">
 
     <div id="nav">
 
         <ul>
 
         <ul>
 
             <li class="dropdownlist">
 
             <li class="dropdownlist">
                    <a href="javascript:void(0)" class="dropbtn">Project</a>
+
                <a href="javascript:void(0)" class="dropbtn">Project</a>
       
+
 
                    <div class="dropdown_content">
+
                <div class="dropdown_content">
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Project_discription" alt="Project discription">Project discription</a>
+
                    <a href="https://2017.igem.org/Team:SIAT-SCIE/Project_discription" alt="Project discription">Project discription</a>
                        <a href="#" alt="Results">Results</a>
+
                    <a href="#" alt="Results">Results</a>
                        <a href="#" alt="Proof">Proof</a>
+
                    <a href="#" alt="Proof">Proof</a>
                        <a href="#" alt="Parts">Parts</a>
+
                    <a href="#" alt="Parts">Parts</a>
                    </div>
+
                </div>
               
+
 
 
             </li>
 
             </li>
             <li class="dropdownlist">
+
             <li class="dropdownlist">
             
+
 
                    <a href="javascript:void(0)" class="dropbtn">Notebook</a>
+
                <a href="javascript:void(0)" class="dropbtn">Notebook</a>
                    <div class="dropdown_content" >
+
                <div class="dropdown_content">
                        <a href="#" alt="IGEM Diary">IGEM Diary</a>
+
                    <a href="#" alt="IGEM Diary">IGEM Diary</a>
                        <a href="#" alt="Lab Book">Lab Book</a>
+
                    <a href="#" alt="Lab Book">Lab Book</a>
                        <a href="#" alt="Safety">Safety</a>
+
                    <a href="#" alt="Safety">Safety</a>
                        <a href="#" alt="Protocol">Protocol</a>
+
                    <a href="#" alt="Protocol">Protocol</a>
                    </div>
+
                </div>
               
+
 
 
             </li>
 
             </li>
    <li><a href="#" title="Parts">Parts</a></li>
+
            <li><a href="#" title="Parts">Parts</a></li>
    <li><a href="#" title="Human practice">Human practice</a></li>
+
            <li><a href="#" title="Human practice">Human practice</a></li>
    <li><a href="#" title="Awards">Awards</a></li>
+
            <li><a href="#" title="Awards">Awards</a></li>
    <li><a href="https://2017.igem.org/Team:SIAT-SCIE/Team" title="Team">Team</a></li>
+
            <li><a href="https://2017.igem.org/Team:SIAT-SCIE/Team" title="Team">Team</a></li>
    </ul>
+
        </ul>
 +
    </div>
 +
</div>
 +
<div id="comics">
 +
    <img src="https://static.igem.org/mediawiki/2017/0/05/Team-SIAT-SCIE.jpeg" alt="titlecomic" />
 +
    <!--also not sure if the image should be the back ground or the seperate one-->
 +
</div>
 +
<div id="basic_discription">
 +
    <p>
 +
        <img src="https://static.igem.org/mediawiki/2017/c/cd/SIAT-SCIE%EF%BC%9Aproject%E2%80%94%E2%80%94testing.jpg" alt="discription" />
 +
    </p>
 +
</div>
 +
<div id="footer">
 +
    <p>@2017 IGEM  SIAT-SCIE  All right reserved</p>
 +
    <p>Our Wechat Official Accounts: SIATxSCIE</p>
 
</div>
 
</div>
        </div>
 
        <div id="comics">
 
            <img src="https://static.igem.org/mediawiki/2017/0/05/Team-SIAT-SCIE.jpeg" alt="titlecomic" />
 
            <!--also not sure if the image should be the back ground or the seperate one-->
 
        </div>
 
        <div id="basic_discription">
 
            <p>
 
                <img src="image/discription.png" alt="discription" />
 
            </p>
 
        </div>
 
        <div id="footer">
 
            <p>@2017 IGEM  SIAT-SCIE  All right reserved</p>
 
            <p>Our Wechat Official Accounts: SIATxSCIE</p>
 
        </div>
 
 
</html>
 
</html>
 
{{SIAT-SCIE}}
 
{{SIAT-SCIE}}

Revision as of 14:16, 21 June 2017

titlecomic

discription