(87 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <!--- THIS IS WHERE THE HTML BEGINS ---> | |
− | + | ||
− | + | <script> | |
− | margin- | + | </script> |
− | margin- | + | <style> |
− | + | /* 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; } | ||
− | + | ||
− | + | .const{ | |
− | margin: | + | 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: | + | 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; | |
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
+ | |||
− | + | #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: | + | 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: | + | 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: | + | 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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | <!-- This tells the browser that your page is responsive --> | |
− | + | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
− | + | </head> | |
− | + | <body> | |
− | + | <div class="const" style="padding-left:-30px;padding-right:-30px;"> | |
− | + | ||
− | + | <div id="nav"> | |
− | <a href=" | + | <ul > |
− | + | <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> | ||
− | + | <div class="dropdown_content"> | |
− | + | <a href="https://2017.igem.org/Team:SIAT-SCIE/Project_Description" style="font-family:'Avenir';" alt="Description">Description</a> | |
− | + | <a href="https://2017.igem.org/Team:SIAT-SCIE/Results" style="font-family:'Avenir';"alt="Results">Results</a> | |
− | + | <a href="https://2017.igem.org/Team:SIAT-SCIE/Mechanism" style="font-family:'Avenir';"alt="Mechanism">Mechanism</a> | |
− | + | <a href="https://2017.igem.org/Team:SIAT-SCIE/Demonstrate" style="font-family:'Avenir';"alt="Demonstrate">Demonstrate</a> | |
− | + | ||
− | + | </div> | |
− | </div> | + | |
− | <div | + | </li> |
− | + | <li class="dropdownlist"> | |
− | + | ||
− | </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