IGEM:Kyoto/home: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 18: Line 18:
#news {
#news {
  border: 1px solid #ff9600;
  border: 1px solid #ff9600;
  width: 555px;
  width: 545px;
}
}


#sponsors {
#sponsors {
  border: 1px solid #00ff00;
  border: 1px solid #00ff00;
  width: 369px;
  width: 359px;
}
}
-->
-->

Revision as of 06:00, 4 April 2012

IGEM:Kyoto/header

News

Sponsors

<html> <style type="text/css"> <!--

  1. body div { float: left; margin: 10px; padding: 5px; }
  1. news {
border: 1px solid #ff9600;
width: 545px;

}

  1. sponsors {
border: 1px solid #00ff00;
width: 359px;

} --> </style>

<!-- <div id="twitter" style="float: right;"> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 3,
 interval: 6000,
 width: 260,
 height: 180,
 theme: {
   shell: {
     background: '#333333',
     color: '#ffffff'
   },
   tweets: {
     background: '#000000',
     color: '#ffffff',
     links: '#4aed05'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: false,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('iGEMkyoto').start(); </script> </div> -->

</html>