Biomod/2012/TU Dresden/Nanosaurs/sandbox

From OpenWetWare
Revision as of 13:19, 8 October 2012 by Lucas Schirmer (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

<html>


   <link rel="stylesheet" href="http://openwetware.org/images/a/a5/Light.css" type="text/css" media="screen" />
   <link rel="stylesheet" href="http://openwetware.org/images/0/01/Nivo-slider.css" type="text/css" media="screen" />

<style type="text/css"> .tweets {

   background: none repeat scroll 0 0 #444444;
   padding: 1px 5px;

} .tweets .loading {

   color: #CCCCCC;
   padding: 10px 20px;

} .tweet {

   background: none repeat scroll 0 0 #FFFFFF;
   font-size: 13px;
   margin: 4px 0;
   padding: 8px;

} .tweet img {

   float: left;

} .tweet .text {

   margin: 0 0 0 44px;

} .tweet .username {

   display: block;

} .tweet .username a {

   color: #111111;
   font-weight: bold;
   text-decoration: none;

} .tweet .time a {

   color: #888888;
   font-size: 80%;
   padding-left: 8px;
   text-decoration: none;
   white-space: nowrap;

} </style> <body> <div id="tweets"></div>

   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
   <script type="text/javascript" src="http://elektronaut.github.com/jquery.livetwitter/cdn/jquery.livetwitter-1.7.0.min.js"></script>
   <script type="text/javascript">
   $(window).load(function() {

$("#tweets").liveTwitter('nanosaurs', {mode: 'user_timeline'});

   });
   </script>

</body> </html>