Team:St Andrews

From 2011.igem.org

(Difference between revisions)
Line 2: Line 2:
  {{:Team:St_Andrews/template}}
  {{:Team:St_Andrews/template}}
-
|-
 
<html>
<html>
-
 
+
<head>
 +
 
 +
#test    {          width: 900px;
 +
height: 310px;
 +
margin-right: auto;
 +
margin-left: auto;
 +
margin-top: 20px;
 +
margin-bottom: 30px;
 +
}
 +
 
 +
</head>
 +
 
 +
<body>
 +
 
 +
<div id ='test'>
 +
<p>Hello</p>
 +
>/div>
 +
 
 +
 
   
   
   
   
-
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 
   
   
-
<script>
 
-
new TWTR.Widget({
 
-
  version: 2,
 
-
  type: 'profile',
 
-
  rpp: 4,
 
-
  interval: 6000,
 
-
  width: 250,
 
-
  height: 300,
 
-
  theme: {
 
-
    shell: {
 
-
      background: '#2db0e0',
 
-
      color: '#0f070f'
 
-
    },
 
-
    tweets: {
 
-
      background: '#e8f5ff',
 
-
      color: '#120512',
 
-
      links: '#27556b'
 
-
    }
 
-
  },
 
-
  features: {
 
-
    scrollbar: false,
 
-
    loop: false,
 
-
    live: false,
 
-
    hashtags: true,
 
-
    timestamp: true,
 
-
    avatars: false,
 
-
    behavior: 'all'
 
-
  }
 
-
}).render().setUser('StA_IGEM_2011').start();
 
-
</script>
 
  </html>
  </html>
-
|}
 

Revision as of 13:29, 14 July 2011


#test { width: 900px; height: 310px; margin-right: auto; margin-left: auto; margin-top: 20px; margin-bottom: 30px; }

Hello

>/div>