Team:Oxford/P&P intellectual property1
From 2014.igem.org
(Difference between revisions)
Line 65: | Line 65: | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | <html> | ||
+ | <!-- Timeline script adapted from http://www.csslab.cl/2011/08/18/jquery-timelinr/. Thanks!! --> | ||
+ | |||
+ | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
+ | |||
+ | <link rel="stylesheet" href=" | ||
+ | http://www.hcs.harvard.edu/~stahr/javascript/style.css" type="text/css" media="screen" /> | ||
+ | |||
+ | <!-- Extra custom css --> | ||
+ | <style type="text/css"> | ||
+ | .issuedate | ||
+ | { | ||
+ | color: #021E6B; | ||
+ | background: none; | ||
+ | font-weight: normal; | ||
+ | margin-right: 50px; | ||
+ | padding-top: .5em; | ||
+ | padding-bottom: .17em; | ||
+ | border-bottom: none; | ||
+ | font-size:150%; | ||
+ | line-height:130%; | ||
+ | } | ||
+ | |||
+ | #dates .iGEM14 { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> | ||
+ | |||
+ | <script src="http://www.hcs.harvard.edu/~stahr/javascript/jquery.timelinr-0.9.3.js" type="text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(function(){ | ||
+ | |||
+ | $().timelinr({ | ||
+ | |||
+ | datesSpeed: 800, | ||
+ | issuesSpeed: 800, | ||
+ | issuesTransparency: 1.0, | ||
+ | arrowKeys: 'true', | ||
+ | |||
+ | }) | ||
+ | |||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <!-- End timeline --> | ||
Revision as of 23:23, 10 October 2014