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

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:
     <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/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" />
     <link rel="stylesheet" href="http://openwetware.org/images/0/01/Nivo-slider.css" type="text/css" media="screen" />
  <style type="text/css">
   
<style type="text/css">
.tweets {
.tweets {
     background: none repeat scroll 0 0 #444444;
     background: none repeat scroll 0 0 #444444;
Line 41: Line 42:
}
}
</style>
</style>
<body>
<body>
<div id="tweets"></div>
<div id="tweets"></div>
Line 49: Line 49:
     <script type="text/javascript">
     <script type="text/javascript">
     $(window).load(function() {
     $(window).load(function() {
  $("#tweets").liveTwitter('nanosaurs', {mode: 'user_timeline'});
  $("#tweets").liveTwitter('elektronaut', {mode: 'user_timeline'});
     });
     });
     </script>
     </script>
</body>
</body>
</html>
</html>

Revision as of 13:19, 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" />

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