Team:Columbia-Cooper-NYC/Template/Test
From 2012.igem.org
(Difference between revisions)
(26 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
<style> | <style> | ||
+ | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.js"></script> | ||
+ | <script type="text/javascript" src="https://igem.org/User:Ssharif/coin-slider.min.js&action=raw&ctype=text/javascript></script> | ||
+ | <script type="text/javascript" src="https://igem.org/User:Ssharif/coin-slider.js&action=raw&ctype=text/javascript></script> | ||
+ | <link rel="stylesheet" href="https://igem.org/User:Ssharif/coin-slider-style.css&action=raw&ctype=text/css" type="text/css" /> | ||
+ | /*background image*/ | ||
body | body | ||
{ | { | ||
- | background-image:url('https://static.igem.org/mediawiki/2012/ | + | background-image:url('https://static.igem.org/mediawiki/2012/b/bf/Pat_bg3.png'); |
min-height:100%; | min-height:100%; | ||
height:100%; | height:100%; | ||
Line 12: | Line 17: | ||
} | } | ||
- | + | /* no iGEM logo */ | |
div#p-logo | div#p-logo | ||
{ | { | ||
- | display:none; | + | display:none; |
} | } | ||
+ | |||
+ | |||
div#top-section | div#top-section | ||
{ | { | ||
- | height:150px; | + | height:150px; |
- | background-size: 975px 150px; | + | background-size: 975px 150px; |
- | background-image:url( | + | background-image:url('https://static.igem.org/mediawiki/2012/8/83/Ban1.png'); |
- | + | border: none; | |
} | } | ||
+ | |||
+ | /* no search */ | ||
div#search-controls | div#search-controls | ||
{ | { | ||
Line 29: | Line 38: | ||
} | } | ||
+ | /*footer*/ | ||
div#footer-box | div#footer-box | ||
{ | { | ||
- | + | margin-left: auto; | |
- | width: | + | margin-right: auto; |
+ | background: transparent; | ||
+ | border: none; | ||
+ | width: 70%; | ||
} | } | ||
Line 38: | Line 51: | ||
{ | { | ||
color:#FFF200; | color:#FFF200; | ||
- | + | border-bottom-width:0px; | |
} | } | ||
h1 | h1 | ||
Line 70: | Line 83: | ||
#globalWrapper | #globalWrapper | ||
{ | { | ||
- | background-image:url('https://static.igem.org/mediawiki/2012/ | + | background-image:url('https://static.igem.org/mediawiki/2012/d/d9/Pat_bg.png'); |
} | } | ||
Line 82: | Line 95: | ||
} | } | ||
a | a | ||
+ | |||
{ | { | ||
font-family:"Tahoma", sans-serif; | font-family:"Tahoma", sans-serif; | ||
font-size:11pt; | font-size:11pt; | ||
- | color:# | + | color:#313436; |
font-weight:normal; | font-weight:normal; | ||
text-decoration:underline; | text-decoration:underline; | ||
} | } | ||
+ | |||
a:visited | a:visited | ||
{ | { | ||
Line 141: | Line 156: | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-size:100%; | background-size:100%; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
- | + | ||
- | <div id= | + | <div id='coin-slider'> |
- | + | <a href="img01_url" target="_blank"> | |
- | + | <img src='' > | |
- | + | <span> | |
- | + | Description for img01 | |
- | + | </span> | |
- | + | </a> | |
- | + | ||
- | + | <a href="imgN_url"> | |
- | + | <img src='http://farm9.staticflickr.com/8039/7987219806_9c7a481a41_b.jpg' > | |
- | + | <span> | |
- | + | Description for imgN | |
- | + | </span> | |
- | + | </a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | $('#coin-slider').coinslider(); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 23:54, 28 September 2012