Team:St Andrews

From 2011.igem.org

(Difference between revisions)
(Undo revision 40682 by Lipworth (talk))
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: '#352087',
+
       background: '#333333',
-
       color: '#2e5db3'
+
       color: '#ffffff'
     },
     },
     tweets: {
     tweets: {
-
       background: '#ffffff',
+
       background: '#000000',
-
       color: '#000000',
+
       color: '#ffffff',
-
       links: '#3561b8'
+
       links: '#4aed05'
     }
     }
   },
   },
Line 34: Line 55:
   }
   }
}).render().setUser('StA_IGEM_2011').start();
}).render().setUser('StA_IGEM_2011').start();
-
</head>
+
</script>
 +
</div>
 +
</div>
 +
</body>
</html>
</html>

Revision as of 13:24, 15 July 2011