Biomod/2012/TU Dresden/Nanosaurs/sandbox

From OpenWetWare
Revision as of 13:24, 8 October 2012 by Lucas Schirmer (talk | contribs)
Jump to navigationJump to search

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

.tweet, .query {

   color: #085258;
   font: 120% Georgia,serif;

} .tweet_list {

   background-color: #8ADEE2;
   border-radius: 0.5em 0.5em 0.5em 0.5em;
   list-style: none outside none;
   margin: 0;
   overflow-y: hidden;
   padding: 0;

} .tweet_list li {

   list-style-type: none;
   overflow-x: hidden;
   overflow-y: auto;
   padding: 0.5em;

} .tweet_list li a {

   color: #0C717A;

} .tweet_list .tweet_even {

   background-color: #91E5E7;

} .tweet_list .tweet_avatar {

   float: left;
   padding-right: 0.5em;

} .tweet_list .tweet_avatar img {

   vertical-align: middle;

}

</style> <body> <div class="tweet"></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://tweet.seaofclouds.com/jquery.tweet.js"></script>
   <script type="text/javascript">
   $(window).load(function() {

$(".tweet").tweet({

           username: "nanosaurs",
           join_text: "auto",
           avatar_size: 32,
           count: 3,
           auto_join_text_default: "we said,",
           auto_join_text_ed: "we",
           auto_join_text_ing: "we were",
           auto_join_text_reply: "we replied to",
           auto_join_text_url: "we were checking out",
           loading_text: "loading tweets..."
       });
   });
   </script>

</body> </html>