|
|
(147 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | {{:Template:Team:DTU-Denmark/cysucolortest}}
| + | TO :Template:Team:DTU-Denmark/maintemplate |
- | <html>
| + | |
- | | + | |
- | <head>
| + | |
- | <style type="text/css">
| + | |
- | | + | |
- | .tbody {
| + | |
- | color: transparent
| + | |
- | }
| + | |
- | | + | |
- | .pagescontent{
| + | |
- | position:relative;
| + | |
- | left:90px;
| + | |
- | top:120px;
| + | |
- | width:80%;
| + | |
- | text-align:left;
| + | |
- | background: transparent;
| + | |
- | }
| + | |
- | | + | |
- | pageheader{
| + | |
- | font-size:28px;
| + | |
- | font-weight:700;
| + | |
- | text-transform:uppercase;
| + | |
- | }
| + | |
- | | + | |
- | maincontent{
| + | |
- | font-size:14px;
| + | |
- | font-weight:200;
| + | |
- | text-align:justify;
| + | |
- | background: url("https://static.igem.org/mediawiki/2014/9/9e/IGEMLogo_bu14.gif");
| + | |
- | }
| + | |
- | | + | |
- | .sponsors{
| + | |
- | background-color:#FFF;
| + | |
- | position:relative;
| + | |
- | text-align:center;
| + | |
- | bottom:0px;
| + | |
- | z-index:10;
| + | |
- | }
| + | |
- | /*
| + | |
- | Back to top button
| + | |
- | */
| + | |
- | #back-top {
| + | |
- | position: fixed;
| + | |
- | bottom: 30px;
| + | |
- | left:30px;
| + | |
- | z-index:50;
| + | |
- | }
| + | |
- | #back-top a {
| + | |
- | width: 50px;
| + | |
- | display: block;
| + | |
- | text-align: center;
| + | |
- | font: 11px/100% Arial, Helvetica, sans-serif;
| + | |
- | text-transform: uppercase;
| + | |
- | text-decoration: none;
| + | |
- | color: #bbb;
| + | |
- | /* background color transition */
| + | |
- | -webkit-transition: 1s;
| + | |
- | -moz-transition: 1s;
| + | |
- | transition: 1s;
| + | |
- | }
| + | |
- | #back-top a:hover {
| + | |
- | color: #000;
| + | |
- | }
| + | |
- | /* arrow icon (span tag) */
| + | |
- | #back-top span {
| + | |
- | width: 50px;
| + | |
- | height: 50px;
| + | |
- | display: block;
| + | |
- | background: #ddd url(https://static.igem.org/mediawiki/2014/5/57/Backtotop_BU14.png) no-repeat center center;
| + | |
- | /* background color transition */
| + | |
- | -webkit-transition: 1s;
| + | |
- | -moz-transition: 1s;
| + | |
- | transition: 1s;
| + | |
- | }
| + | |
- | #back-top a:hover span {
| + | |
- | background-color: #F68F52;
| + | |
- | }
| + | |
- | | + | |
- | | + | |
- | </style>
| + | |
- | | + | |
- | <script type="text/javascript">
| + | |
- | $(document).ready(function(){
| + | |
- | | + | |
- | // hide #back-top first
| + | |
- | $("#back-top").hide();
| + | |
- |
| + | |
- | // fade in #back-top
| + | |
- | $(function () {
| + | |
- | $(window).scroll(function () {
| + | |
- | if ($(this).scrollTop() > 100) {
| + | |
- | $('#back-top').fadeIn();
| + | |
- | } else {
| + | |
- | $('#back-top').fadeOut();
| + | |
- | }
| + | |
- | });
| + | |
- | | + | |
- | // scroll body to 0px on click
| + | |
- | $('#back-top a').click(function () {
| + | |
- | $('body,html').animate({
| + | |
- | scrollTop: 0
| + | |
- | }, 800);
| + | |
- | return false;
| + | |
- | });
| + | |
- | });
| + | |
- | | + | |
- | });
| + | |
- | </script>
| + | |
- | | + | |
- | </head>
| + | |
- | <body>
| + | |
- | | + | |
- | | + | |
- | | + | |
- | <!--Header-->
| + | |
- | <div class="header">
| + | |
- | | + | |
- | <!--BU iGEM Title-->
| + | |
- | | + | |
- | <!-- <div class="title"><a href="https://2014.igem.org/Team:DTU-Denmark"><img src="https://static.igem.org/mediawiki/2014/3/30/DTU-Denmark-Header-black.png" width="728" height="51"></a></div> -->
| + | |
- | <!-- edited out old logo/link to frontpage thing because we no longer use it. MTQ-->
| + | |
- | | + | |
- | <!--iGEM Logo-->
| + | |
- | <!--
| + | |
- | <div class="igemlogo"> <a href="https://2014.igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/2/21/Logo_copy_copy.png" width="147" height="120"></a></div>
| + | |
- | -->
| + | |
- | | + | |
- | | + | |
- | <div class="igemlogo"> <a href="https://2014.igem.org/Main_Page" target="_blank"><img src="https://static.igem.org/mediawiki/2014/2/2a/Logo.dtu.png" width="50"></a></div>
| + | |
- | | + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <!--Navibar-->
| + | |
- | <div class="menu">
| + | |
- | <ul id="nav">
| + | |
- | <li id="HOME"><a href="https://2014.igem.org/Team:DTU-Denmark">Home</a>
| + | |
- | </li>
| + | |
- | | + | |
- | <li id="OVERVIEW"><a href=#>Overview</a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Overview/Background">Background</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Overview/Strategy">Strategy</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Overview/Policy_and_Practices">Policy and Practices</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li id="METHODS"><a href=#>Methods</a>
| + | |
- | <ul style="left:160px;">
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Methods/Notebook">Notebook</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Methods/Protocols">Protocols</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Methods/Safety">Safety</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li id="ACHIEVEMENTS"><a href=#>Achievements</a>
| + | |
- | <ul style="left:160px;">
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Achievements/Experimental_Results">Experimental Results</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Achievements/Parts">Parts</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Achievements/Outreach">Outreach</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Achievements/Medal_fulfillings">Medal Fulfillings</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | <li id="TEAM"><a href=#>Team</a>
| + | |
- | <ul>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Team/Profile">Team Profile</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Team/Team_Members">Team Members</a></li>
| + | |
- | <li><a href="https://igem.org/Team.cgi?id=1330">Official Team Page</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Team/Sponsors">Sponsors</a></li>
| + | |
- | <li><a href="https://2014.igem.org/Team:DTU-Denmark/Team/Attributions">Attributions</a></li>
| + | |
- | </ul>
| + | |
- | </li>
| + | |
- | | + | |
- | </ul>
| + | |
- | | + | |
- | </div>
| + | |
- | | + | |
- | <p id="back-top">
| + | |
- | <a href="#top"><span></span></a>
| + | |
- | </p>
| + | |
- | | + | |
- | </body>
| + | |
- | | + | |
- | </html>
| + | |