(Prototype team template page) |
|||
Line 2: | Line 2: | ||
<style> | <style> | ||
+ | |||
+ | /* WIKI SETTINGS*/ | ||
+ | |||
+ | /* Hide first heading */ | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | /*-- Remove borders, float content left and remove padding/margin */ | ||
+ | #globalWrapper, #content{ | ||
+ | margin:0px; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin-top:0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | /*left align Black Menu Bar */ | ||
+ | #top_menu_inside { | ||
+ | margin-left: 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #cssmenu, | ||
+ | #cssmenu ul, | ||
+ | #cssmenu ul li, | ||
+ | #cssmenu ul li a, | ||
+ | #cssmenu #menu-button { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | list-style: none; | ||
+ | line-height: 1; | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | z-index:3; | ||
+ | |||
+ | } | ||
+ | #cssmenu:after, | ||
+ | #cssmenu > ul:after { | ||
+ | content: "."; | ||
+ | display: block; | ||
+ | clear: both; | ||
+ | visibility: hidden; | ||
+ | line-height: 0; | ||
+ | height: 0; | ||
+ | } | ||
+ | #cssmenu #menu-button { | ||
+ | display: none; | ||
+ | } | ||
+ | #cssmenu { | ||
+ | font-family: Montserrat, sans-serif; | ||
+ | background-color: #339933; | ||
+ | background-position: 60%; | ||
+ | border-top-width: 0px; | ||
+ | border-right-width: 0px; | ||
+ | border-bottom-width: 0px; | ||
+ | border-left-width: 0px; | ||
+ | border-top-style: none; | ||
+ | border-right-style: none; | ||
+ | border-bottom-style: none; | ||
+ | border-left-style: none; | ||
+ | padding-left:300px; | ||
+ | margin: 0px; | ||
+ | position: relative; | ||
+ | width: 100%; | ||
+ | z-index: 99; | ||
+ | box-shadow:4px 4px 3px rgba(20%,20%,40%,0.5); | ||
+ | margin-bottom:-9px; | ||
+ | |||
+ | } | ||
+ | #cssmenu > ul > li { | ||
+ | float: left; | ||
+ | } | ||
+ | #cssmenu.align-center > ul { | ||
+ | font-size: 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | #cssmenu.align-center > ul > li { | ||
+ | display: inline-block; | ||
+ | padding-left:20px; | ||
+ | float: none; | ||
+ | } | ||
+ | #cssmenu.align-center ul ul { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | #cssmenu > ul > li > a { | ||
+ | padding: 0px; | ||
+ | font-size: 18px; | ||
+ | letter-spacing: 1px; | ||
+ | text-decoration: none; | ||
+ | color: #dddddd; | ||
+ | font-weight: 700; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | #cssmenu > ul > li:hover > a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | #cssmenu > ul > li.has-sub > a { | ||
+ | padding-right: 30px; | ||
+ | } | ||
+ | #cssmenu > ul > li.has-sub > a:after { | ||
+ | position: absolute; | ||
+ | top: 22px; | ||
+ | right: 11px; | ||
+ | width: 8px; | ||
+ | height: 2px; | ||
+ | display: block; | ||
+ | background: #dddddd; | ||
+ | content: ''; | ||
+ | } | ||
+ | #cssmenu > ul > li.has-sub > a:before { | ||
+ | position: absolute; | ||
+ | top: 19px; | ||
+ | right: 14px; | ||
+ | display: block; | ||
+ | width: 2px; | ||
+ | height: 8px; | ||
+ | background: #dddddd; | ||
+ | content: ''; | ||
+ | -webkit-transition: all .25s ease; | ||
+ | -moz-transition: all .25s ease; | ||
+ | -ms-transition: all .25s ease; | ||
+ | -o-transition: all .25s ease; | ||
+ | transition: all .25s ease; | ||
+ | } | ||
+ | #cssmenu > ul > li.has-sub:hover > a:before { | ||
+ | top: 23px; | ||
+ | height: 0; | ||
+ | } | ||
+ | #cssmenu ul ul { | ||
+ | position: absolute; | ||
+ | left: -9999px; | ||
+ | } | ||
+ | #cssmenu.align-right ul ul { | ||
+ | text-align: right; | ||
+ | } | ||
+ | #cssmenu ul ul li { | ||
+ | height: 0; | ||
+ | -webkit-transition: all .25s ease; | ||
+ | -moz-transition: all .25s ease; | ||
+ | -ms-transition: all .25s ease; | ||
+ | -o-transition: all .25s ease; | ||
+ | transition: all .25s ease; | ||
+ | } | ||
+ | #cssmenu li:hover > ul { | ||
+ | left: auto; | ||
+ | } | ||
+ | |||
+ | #cssmenu li:hover > ul > li { | ||
+ | height: 35px; | ||
+ | } | ||
+ | #cssmenu ul ul ul { | ||
+ | margin-left: 100%; | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li a { | ||
+ | border-bottom: 1px solid rgba(150, 150, 150, 0.15); | ||
+ | padding: 11px 15px; | ||
+ | width: 170px; | ||
+ | font-size: 18px; | ||
+ | text-decoration: none; | ||
+ | color: #dddddd; | ||
+ | font-weight: 400; | ||
+ | background: #333333; | ||
+ | } | ||
+ | #cssmenu ul ul li:last-child > a, | ||
+ | #cssmenu ul ul li.last-item > a { | ||
+ | border-bottom: 0; | ||
+ | } | ||
+ | #cssmenu ul ul li:hover > a, | ||
+ | #cssmenu ul ul li a:hover { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | #cssmenu ul ul li.has-sub > a:after { | ||
+ | position: absolute; | ||
+ | top: 16px; | ||
+ | right: 11px; | ||
+ | width: 8px; | ||
+ | height: 2px; | ||
+ | display: block; | ||
+ | background: #dddddd; | ||
+ | content: ''; | ||
+ | } | ||
+ | |||
+ | #cssmenu ul ul li.has-sub > a:before { | ||
+ | position: absolute; | ||
+ | top: 13px; | ||
+ | right: 14px; | ||
+ | display: block; | ||
+ | width: 2px; | ||
+ | height: 8px; | ||
+ | background: #dddddd; | ||
+ | content: ''; | ||
+ | -webkit-transition: all .25s ease; | ||
+ | -moz-transition: all .25s ease; | ||
+ | -ms-transition: all .25s ease; | ||
+ | -o-transition: all .25s ease; | ||
+ | transition: all .25s ease; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #cssmenu ul ul > li.has-sub:hover > a:before { | ||
+ | top: 17px; | ||
+ | height: 0; | ||
+ | } | ||
+ | |||
+ | body#home a.homenav, | ||
+ | body#overview a.overnav, | ||
+ | body#project a.projnav, | ||
+ | body#pp a.ppnav, | ||
+ | body#biosafety a.bsnav, | ||
+ | body#notebook a.ntnav, | ||
+ | body#team a.teamnav { | ||
+ | color: #fff; | ||
+ | border-bottom: solid 5px white; | ||
+ | |||
+ | } | ||
+ | |||
/********************************* DEFAULT WIKI SETTINGS ********************************/ | /********************************* DEFAULT WIKI SETTINGS ********************************/ | ||
Line 362: | Line 593: | ||
</head> | </head> | ||
+ | |||
+ | <div id='cssmenu' class='align-center'> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/a/a6/Nymu-title-logo.gif" style=" PADDING-top: 10px;margin-left:-100px ;position:absolute;"height="60px" > | ||
+ | <ul> | ||
+ | |||
+ | <li><a href='https://2015.igem.org/Team:NYMU-Taipei' class="homenav"><img src="https://static.igem.org/mediawiki/2015/f/f9/Nymu-home.gif" width="100%" height="100%" /></a></li> | ||
+ | <li><a class="overnav" style=""><img src="https://static.igem.org/mediawiki/2015/e/e2/Nymu-Overview.gif" width="100%" height="100%" /></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2015.igem.org/Template:NYMU-2015project-overview' >Background</a></li> | ||
+ | |||
+ | <li><a href='https://2015.igem.org/Team:NYMU-Taipei/Collaborations' >Collaboration</a></li> | ||
+ | <li><a href='https://2015.igem.org/Template:NYMU-2015project-Achievement'>Achievement</a></li> | ||
+ | <li><a href='https://2015.igem.org/Team:NYMU-Taipei/Parts'>Parts</a> | ||
+ | <li><a href='https://2015.igem.org/Team:NYMU-Taipei/Attributions'>Attributions</a></li> | ||
+ | <ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </li> | ||
− | |||
+ | <li><a href='https://2015.igem.org/Template:NYMU-2015project-wetlab#' class="projnav"><img src="https://static.igem.org/mediawiki/2015/0/06/Nymu-project.gif" width="100%" height="100%" /></a> | ||
+ | <ul> | ||
+ | |||
+ | <li><a href='https://2015.igem.org/Template:NYMU-2015project-wetlab#experiment' >Experiment</a> | ||
+ | </li> | ||
+ | <li><a href="https://2015.igem.org/Template:NYMU-2015project-wetlab#modeling">Modeling</a> | ||
+ | </li> | ||
+ | <li><a href="https://2015.igem.org/Team:NYMU-Taipei/Design">Functional<br>Prototype</a> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href='https://2015.igem.org/Team:NYMU-Taipei/Practices'class="ppnav"><img src=" https://static.igem.org/mediawiki/2015/2/24/Nymu-Parts.gif" width="100%" height="100%" /></a></li> | ||
− | |||
− | + | <li><a href='https://2015.igem.org/Template:NYMU-2015project-safety'class="bsnav"><img src=" https://static.igem.org/mediawiki/2015/3/37/Nymu-Safety.gif" width="100%" height="100%" /></a> | |
+ | |||
+ | </li> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <li><a class="ntnav"><img src=" https://static.igem.org/mediawiki/2015/8/8b/Nymu-Notebook.gif" width="100%" height="100%" /></a> | ||
+ | <ul> | ||
+ | <li><a href='https://2015.igem.org/wiki/index.php?title=Template:NYMU-2015notebook-calendar'>Calendar</a></li> | ||
+ | <li><a href='https://2015.igem.org/wiki/index.php?title=Template:NYMU-2015notebook-lab'>Lab</a></li> | ||
+ | <li><a href='https://2015.igem.org/wiki/index.php?title=Template:NYMU-2015notebook-protocol'>Protocol</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href='https://2015.igem.org/Team:NYMU-Taipei/Team' class="teamnav"><img src=" https://static.igem.org/mediawiki/2015/5/50/Nymu-Team.gif" width="100%" height="100%" /></a></li> | ||
− | + | ||
− | + | </ul> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 13:44, 22 July 2016