Team:St Andrews
From 2011.igem.org
(Difference between revisions)
Max.nicosia (Talk | contribs) |
|||
Line 3: | Line 3: | ||
<html> | <html> | ||
+ | <style type="css/text"> | ||
+ | |||
+ | #mainpart | ||
+ | { | ||
+ | position: relative; | ||
+ | height: 100%; | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #tw | ||
+ | { | ||
+ | position: absolute; | ||
+ | bottom: 0px; | ||
+ | right:0px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<head> | <head> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id="mainpart"> | ||
+ | <div id="tw"> | ||
<script src="http://widgets.twimg.com/j/2/widget.js"></script> | <script src="http://widgets.twimg.com/j/2/widget.js"></script> | ||
<script> | <script> | ||
Line 15: | Line 36: | ||
theme: { | theme: { | ||
shell: { | shell: { | ||
- | background: '# | + | background: '#333333', |
- | color: '# | + | color: '#ffffff' |
}, | }, | ||
tweets: { | tweets: { | ||
- | background: '# | + | background: '#000000', |
- | color: '# | + | color: '#ffffff', |
- | links: '# | + | links: '#4aed05' |
} | } | ||
}, | }, | ||
Line 34: | Line 55: | ||
} | } | ||
}).render().setUser('StA_IGEM_2011').start(); | }).render().setUser('StA_IGEM_2011').start(); | ||
- | </ | + | </script> |
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 13:24, 15 July 2011