Biomod/2012/TU Dresden/Nanosaurs/sandbox: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
     <link rel="stylesheet" href="http://openwetware.org/images/0/01/Nivo-slider.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>
<body>
<div id="tweets"></div>
<div id="tweets"></div>

Revision as of 13:11, 8 October 2012

<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" />

<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>