Difference between revisions of "Template:SIAT-SCIE"

 
(87 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{SIAT-SCIE}}
 
 
<html>
 
<html>
  
<style>
 
    body { /*About the freeze part in the whole, backgroun color*/
 
        width: 1263px;
 
        margin-left: auto;
 
        margin-right: auto;
 
        background-color: #f9f9f9;
 
    }
 
  
  
    /*Logo picture as a whole, use to eliminate margin*/
 
    #logo p {
 
        margin: 0px;
 
    }
 
  
    /*basically same with the top, but use div id=logo, let it float right, margin on right and top*/
+
<!--- THIS IS WHERE THE HTML BEGINS --->
     #logo {
+
 
         float: right;
+
<script>
         margin-right: 10px;
+
</script>
         margin-top: 18px;
+
<style>
         background-color: #f9f9f9;
+
/* Clear the default wiki settings */
 +
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
 +
     body {
 +
         background-color: #444444;
 +
         margin-left:auto;
 +
         margin-right:auto;
 +
         width:1263px;
 +
       
 
     }
 
     }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
    /*this is about div id=comic: take the top banner as a whole to eliminate the margin*/
+
 
     #comic {
+
     .const{
         margin: 0px;
+
         margin-bottom: -10px;
 +
        position:fixed;
 +
        top:-2px;
 +
        width:1263px;
 +
        left:auto;
 +
        right:auto;
 +
        z-index:9999;
 +
       
 +
       
 
     }
 
     }
 
+
   
 
+
    /*#logo{
 +
        margin-top:15px;
 +
       
 +
       
 +
       
 +
        float:right;
 +
    }
 +
        #logo p img {
 +
            height: 47px;
 +
            width: 70px;
 +
            background-color:rgba(8,8,8,0.4)
 +
        }
 
     /* 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:0;
 +
        padding-top: 20px;
 +
        padding-bottom: 20px;
 +
 
 +
        width:1263px;
 +
        left:auto;
 +
        right:auto;
 +
       
 +
 
 +
        font-family: sans-serif;
 +
        font-weight:100;
 +
        background-color: rgba(8,8,8,0);
 +
       
 +
 
 
     }
 
     }
  
Line 39: Line 70:
 
         #nav ul li {
 
         #nav ul li {
 
             display: inline;
 
             display: inline;
             margin: 0 10px 0 10px;
+
             margin:0px;
        }
+
            padding: 0 10px 0 10px;
 
+
           
 
+
  
    /*just to eliminate any margin */
 
    #basic_discription {
 
        margin: 0 0 0 0;
 
    }
 
 
        /*also eliminate any margin*/
 
        #basic_discription p {
 
            margin: 0px;
 
 
         }
 
         }
 +
       
  
    /*put footer in the center!*/
+
        #nav ul {
    #footer {
+
           
        text-align: center;
+
    }
+
  
    #nav {
 
        background-color: #333;
 
    }
 
  
        #nav ul {
 
 
             list-style-type: none;
 
             list-style-type: none;
 
             margin: 0;
 
             margin: 0;
 
             padding: 0;
 
             padding: 0;
 +
            padding-left: 10px;
 +
            padding-right: 10px;
 
             overflow: hidden;
 
             overflow: hidden;
             background-color: #333;
+
             background-color: rgba(15,15,15,0.4);
 +
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
         }
 
         }
  
Line 74: Line 94:
 
             float: left;
 
             float: left;
 
         }
 
         }
 +
  
 
             #nav li a, .dropbtn {
 
             #nav li a, .dropbtn {
Line 81: Line 102:
 
                 padding: 14px 16px;
 
                 padding: 14px 16px;
 
                 text-decoration: none;
 
                 text-decoration: none;
 +
                font-size:large;
 +
               
 
             }
 
             }
  
 
                 #nav li a:hover, #nav .dropdownlist:hover .dropbtn {
 
                 #nav li a:hover, #nav .dropdownlist:hover .dropbtn {
                     background-color: red;
+
                    color:black;
 +
                     background-color:#f9f9f9;
 +
                    transition-property: background-color, color;
 +
                    transition-duration: 0.5s;
 +
                    transition-timing-function: ease-out;
 +
                }
 +
                #nav li a:hover {
 +
                    text-decoration:underline;
 
                 }
 
                 }
 
 
             #nav li.dropdownlist {
 
             #nav li.dropdownlist {
 
                 display: inline-block;
 
                 display: inline-block;
Line 109: Line 138:
  
 
                 #nav .dropdown_content a:hover {
 
                 #nav .dropdown_content a:hover {
                     background-color: #f1f1f1
+
                     background-color: rgba(15,15,15,0.4);
 +
                   
 +
                    color: white;
 +
                    /*recent modify */
 +
                    transition-duration: initial;
 +
                   
 
                 }
 
                 }
  
Line 115: Line 149:
 
             display: block;
 
             display: block;
 
         }
 
         }
 +
 +
        /*not working out yet*/
 +
   
 +
   
 
</style>
 
</style>
<div class="const">
 
    <div id="nav">
 
        <ul>
 
            <li class="dropdownlist">
 
                <a href="javascript:void(0)" class="dropbtn">Project</a>
 
  
                <div class="dropdown_content">
+
<head>  
                    <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="Proof">Proof</a>
+
                    <a href="#" alt="Parts">Parts</a>
+
                </div>
+
  
            </li>
+
<!-- This tells the browser that your page is responsive -->
            <li class="dropdownlist">
+
<meta name="viewport" content="width=device-width, initial-scale=1">  
  
                <a href="javascript:void(0)" class="dropbtn">Notebook</a>
+
</head>
                <div class="dropdown_content">
+
<body>
                    <a href="#" alt="IGEM Diary">IGEM Diary</a>
+
    <div class="const" style="padding-left:-30px;padding-right:-30px;">
                    <a href="#" alt="Lab Book">Lab Book</a>
+
       
                    <a href="#" alt="Safety">Safety</a>
+
        <div id="nav">
                     <a href="#" alt="Protocol">Protocol</a>
+
            <ul  >
                </div>
+
                <li><a href="https://2017.igem.org/Team:SIAT-SCIE/Home" title="Home" style="font-family:'Avenir';">Home</a></li>
 +
                <li class="dropdownlist">
 +
                   
 +
                     <a href="javascript:void(0)" class="dropbtn" style="font-family:'Avenir';">Project</a>
  
            </li>
+
                    <div class="dropdown_content">
            <li><a href="#" title="Parts">Parts</a></li>
+
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Project_Description" style="font-family:'Avenir';" alt="Description">Description</a>
            <li><a href="#" title="Human practice">Human practice</a></li>
+
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Results" style="font-family:'Avenir';"alt="Results">Results</a>
            <li><a href="#" title="Awards">Awards</a></li>
+
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Mechanism" style="font-family:'Avenir';"alt="Mechanism">Mechanism</a>
            <li><a href="https://2017.igem.org/Team:SIAT-SCIE/Team" title="Team">Team</a></li>
+
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Demonstrate" style="font-family:'Avenir';"alt="Demonstrate">Demonstrate</a>
        </ul>
+
                       
    </div>
+
                    </div>
</div>
+
  
<div id="footer">
+
                </li>
    <p>@2017 IGEM  SIAT-SCIE All right reserved</p>
+
                <li class="dropdownlist">
    <p>Our Wechat Official Accounts: SIATxSCIE</p>
+
 
</div>
+
                    <a href="javascript:void(0)" class="dropbtn"style="font-family:'Avenir';">Notebook</a>
 +
                    <div class="dropdown_content">
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/IGEM_Diary"style="font-family:'Avenir';" alt="iGEM Diary">iGEM Diary</a>
 +
                       
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Protocol" style="font-family:'Avenir';"alt="Protocol">Protocol</a>
 +
                    </div>
 +
 
 +
                </li>
 +
                <li class="dropdownlist">
 +
 
 +
                    <a href="javascript:void(0)" style="font-family:'Avenir';"class="dropbtn">Parts</a>
 +
                    <div class="dropdown_content">
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Parts_Overview" style="font-family:'Avenir';"alt="Parts Overview">Parts Overview</a>
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Basic_Parts"style="font-family:'Avenir';" alt="Basic Parts">Basic Parts</a>
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Composite_Parts"style="font-family:'Avenir';" alt="Composite Parts">Composite Parts</a>
 +
                       
 +
                    </div>
 +
 
 +
                </li>
 +
                <li class="dropdownlist">
 +
 
 +
                    <a href="https://2017.igem.org/Team:SIAT-SCIE/Award" style="font-family:'Avenir';"class="dropbtn">Award</a>
 +
                 
 +
 
 +
                </li>
 +
                <li><a href="https://2017.igem.org/Team:SIAT-SCIE/Model" style="font-family:'Avenir';"title="Modeling">Modeling</a></li>
 +
                <li class="dropdownlist">
 +
 
 +
                    <a href="javascript:void(0)" style="font-family:'Avenir';" class="dropbtn">Team</a>
 +
                    <div class="dropdown_content">
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/About_us" style="font-family:'Avenir';" alt="About us">About us</a>
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Attributions" style="font-family:'Avenir';" alt="Attribution">Attribution</a>
 +
                       
 +
 
 +
                    </div>
 +
 
 +
                </li>
 +
                <li class="dropdownlist">
 +
                    <a href="javascript:void(0)"style="font-family:'Avenir';" class="dropbtn">Human Practice</a>
 +
                    <div class="dropdown_content">
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/HP/Gold_Integrated" style="font-family:'Avenir';"alt="Gold Intergrated">Gold Intergrated</a>
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/HP/Silver" style="font-family:'Avenir';"alt="Silver">Silver Intergrated</a>
 +
                        <a href="https://2017.igem.org/Team:SIAT-SCIE/Collaborations" style="font-family:'Avenir';" alt="Collaborations">Collaborations</a>
 +
                    </div>
 +
                </li>
 +
                <li><a href="https://2017.igem.org/Team:SIAT-SCIE/InterLab" style="font-family:'Avenir';"title="InterLab">InterLab</a></li>
 +
 
 +
            </ul>
 +
       
 +
        </div>
 +
    </div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 11:49, 1 November 2017