Team:Oxford
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
+ | <head> | ||
+ | <script src="//cdn.jsdelivr.net/jquery.vegas/1.3.1/jquery.vegas.js"></script> | ||
+ | <script> | ||
+ | $(function(){ | ||
+ | $('#bannerarea').hide().fadeIn('slow'); | ||
+ | $('#bannerarea2').hide().fadeIn('slow'); | ||
+ | $('#footerarea').hide().fadeIn('slow'); | ||
+ | $.vegas({src:'http://ball.sjc.ox.ac.uk/Images/Canterbury-web.jpg',fade:1000}); | ||
+ | }); | ||
+ | </script> | ||
+ | <style> | ||
+ | html, body, div, span, applet, object, iframe, | ||
+ | h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
+ | a, abbr, acronym, address, big, cite, code, | ||
+ | del, dfn, em, img, ins, kbd, q, s, samp, | ||
+ | small, strike, strong, sub, sup, tt, var, | ||
+ | b, u, i, center, | ||
+ | dl, dt, dd, ol, ul, li, | ||
+ | fieldset, form, label, legend, | ||
+ | table, caption, tbody, tfoot, thead, tr, th, td, | ||
+ | article, aside, canvas, details, embed, | ||
+ | figure, figcaption, footer, header, hgroup, | ||
+ | menu, nav, output, ruby, section, summary, | ||
+ | time, mark, audio, video { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 100%; | ||
+ | font: inherit; | ||
+ | vertical-align: baseline; | ||
+ | } | ||
+ | /* HTML5 display-role reset for older browsers */ | ||
+ | article, aside, details, figcaption, figure, | ||
+ | footer, header, hgroup, menu, nav, section { | ||
+ | display: block; | ||
+ | } | ||
+ | body { | ||
+ | line-height: 1; | ||
+ | } | ||
+ | ol, ul { | ||
+ | list-style: none; | ||
+ | } | ||
+ | blockquote, q { | ||
+ | quotes: none; | ||
+ | } | ||
+ | blockquote:before, blockquote:after, | ||
+ | q:before, q:after { | ||
+ | content: ''; | ||
+ | content: none; | ||
+ | } | ||
+ | table { | ||
+ | border-collapse: collapse; | ||
+ | border-spacing: 0; | ||
+ | } | ||
+ | /** | ||
+ | * For modern browsers | ||
+ | * 1. The space content is one way to avoid an Opera bug when the | ||
+ | * contenteditable attribute is included anywhere else in the document. | ||
+ | * Otherwise it causes space to appear at the top and bottom of elements | ||
+ | * that are clearfixed. | ||
+ | * 2. The use of `table` rather than `block` is only necessary if using | ||
+ | * `:before` to contain the top-margins of child elements. | ||
+ | */ | ||
+ | .cf:before, | ||
+ | .cf:after { | ||
+ | content: " "; /* 1 */ | ||
+ | display: table; /* 2 */ | ||
+ | } | ||
+ | |||
+ | .cf:after { | ||
+ | clear: both; | ||
+ | } | ||
+ | |||
+ | /** | ||
+ | * For IE 6/7 only | ||
+ | * Include this rule to trigger hasLayout and contain floats. | ||
+ | */ | ||
+ | .cf { | ||
+ | *zoom: 1; | ||
+ | } | ||
+ | |||
+ | .container p { | ||
+ | display:block !important; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-family: 'Open Sans', 'helvetica', sans-serif; | ||
+ | font-size: 10px; | ||
+ | font-weight: 300; | ||
+ | background: #f5f5f5; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-size: 14px; | ||
+ | margin-bottom: 10px; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | #logo { | ||
+ | background: url('https://static.igem.org/mediawiki/2014/8/8a/Lgoo.png'); | ||
+ | background-size: cover; | ||
+ | width: 260px; | ||
+ | height: 80px; | ||
+ | position: absolute; | ||
+ | top: 35px; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="logo"> | ||
+ | </div> | ||
+ | {{:Team:Oxford/templates/nav}} | ||
- | + | ||
- | + | </body> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</html> | </html> | ||
- | |||
- | |||
- |
Revision as of 00:10, 5 August 2014