(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | .logo_2017, #sideMenu, #firstHeading, #bars_item { /* HIDES UNWANTED STUFF */ | ||
+ | display: none; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | padding-right: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
+ | width: 100%; | ||
+ | } | ||
+ | #globalWrapper, #content { /* THIS IS A DEFAULT TAG. DONT KNOW IF NECESSARY BUT ALAN DID IT SO **LEGACY** */ | ||
+ | background-color: transparent; | ||
+ | border: 0px; | ||
+ | height: 100%; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #banner { /* SEE ABOVE */ | ||
+ | margin-top: 50px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | body { | ||
+ | width: 100%; | ||
+ | } | ||
+ | .logo { /* LOGO IN MENU */ | ||
+ | margin-left: 20px; | ||
+ | margin-right: 20px; | ||
+ | margin-top: -3px; | ||
+ | width: 200px; | ||
+ | } | ||
+ | red {color: #cc0000 !important;} /* LOL */ | ||
+ | #mainwrap { | ||
+ | margin: 0 auto; | ||
+ | width: 1060px; | ||
+ | } | ||
+ | #menubar { /* MASTER MENU TABLE */ | ||
+ | background-color: #fefefe; | ||
+ | border: 0; | ||
+ | display: table-row; | ||
+ | height: 80px; | ||
+ | list-style-type: none; | ||
+ | margin-top: -1px | ||
+ | padding: 0; | ||
+ | position: fixed; | ||
+ | top:0px; | ||
+ | white-space: nowrap; | ||
+ | margin-left: -3000px; | ||
+ | margin-right: -3000px; | ||
+ | padding-left: 3000px; /* THIS MAKES IT EXTEND TO FULL WIDTH */ | ||
+ | padding-right: 3000px; | ||
+ | } | ||
+ | #menubar li { | ||
+ | display: table-cell; | ||
+ | } | ||
+ | li .menuitem, .dropbtn { /* MAIN MENU BUTTONS */ | ||
+ | -webkit-transition:2s; | ||
+ | color: #605e5e !important; | ||
+ | display: table-cell; | ||
+ | font-family: Arial, sans-serif; | ||
+ | font-size: 130%; | ||
+ | padding: 40px 18px; | ||
+ | text-align: center; | ||
+ | text-decoration: none !important; | ||
+ | vertical-align: sub; | ||
+ | } | ||
+ | li.dropdown { | ||
+ | align-self: left; | ||
+ | display: table-cell; | ||
+ | } | ||
+ | .dropdown-content { /* DROP DOWN MENU CONTAINERS */ | ||
+ | background-color: #fefefe; | ||
+ | display: none; | ||
+ | margin-top: -12px; | ||
+ | min-width: 160px; | ||
+ | position: absolute; | ||
+ | z-index: 1; | ||
+ | } | ||
+ | .dropdown-content .menuitem { /* RAIN DROP ... DROP DOWN */ | ||
+ | color: black; | ||
+ | display: block; | ||
+ | padding: 18px 16px; | ||
+ | text-align: left; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .dropdown-content .menuitem:hover {background-color: #fefefe;} /* HOVER ANIMATIONS */ | ||
+ | .dropdown:hover .dropdown-content {display: block;} | ||
+ | li .menuitem:hover, .dropdown:hover .dropbtn {color: #cc0000 !important; -webkit-transition:0.25s;} | ||
+ | .logo:hover {color: #b9b4b4 !important; -webkit-transition:1s;} | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="mainwrap"> | ||
+ | <ul id="menubar"> | ||
+ | |||
+ | <li><a href="https://2017.igem.org/Team:BostonU"><img class="logo" src="https://static.igem.org/mediawiki/2017/d/de/T--BostonU--LandingPageLogo1.svg"></a></img></li> | ||
+ | |||
+ | <li><a class="menuitem" href="https://2017.igem.org/Team:BostonU/Team">Team</a></li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="https://2017.igem.org/Team:BostonU/Overview" class="dropbtn">Research</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Overview">Overview</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Description">Project Description</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Results">Results</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Model">Modelling</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Notebook">Notebook</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Safety">Safety</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="https://2017.igem.org/Team:BostonU/Achievements" class="dropbtn">Achievements</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Achievements">Overview</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Demonstrate">Demonstration</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Parts">Parts</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/JudgingCriteria">Judging Criteria</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown"> | ||
+ | <a href="https://2017.igem.org/Team:BostonU/BTB" class="dropbtn">Beyond the Bench</a> | ||
+ | <div class="dropdown-content"> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/BTB">Overview</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/HP">Human Practices</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Collaborations">Collaborations</a> | ||
+ | <a class="menuitem" href="https://2017.igem.org/Team:BostonU/Contribution">Contribution</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <li><a class="menuitem" href="https://2017.igem.org/Team:BostonU/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </body> |
Revision as of 21:55, 27 July 2017