User:Sara Mitsunari: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
  <style>
#column-one { display:none; width:0px;}
.container{background-color: #f5f5f5; margin-top:50px}
#content {  width: 0px; margin: 0 auto auto 0;  padding: 1em 1em 1em 1em; align: center;}
#column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;}
.firstHeading {display:none; width:0px;}
#globalWrapper{ width:1280px;}
#column-one {display:none; width:0px;background-color: #ffffff;}
#content{ margin: 0 0 0 0; padding: 1em 1em 1em 1em; position: center; width: 800px;background-color: #f5f5f5; }
.container{ width: 800px; margin: auto; background-color: #ffffff; text-align:justify; font-family: helvetica, arial, sans-serif; color:#555555; margin-top:25px; }
#bodyContent{ width: 1267px; align: center; background-color: #ffffff;}
/* 変更点↓ */
#column-content{width: 1280px;background-color: #f5f5f5;}
.firstHeading { display:none;width:0px;background-color: #ffffff;}
#header{position: center; width: 800px;background-color: #ffffff;}
#footer{position: center;}
<style type="text/css">
body {
    font-family: helvetica, arial, sans-serif;
    color: black;
background:#f5f5f5;
  }
ul#topnav {
margin: 0 0 0 0px ; padding: 0 0 0 3px;
float: left;
width: 800px;
list-style: none;
position: relative;
        font-family: helvetica, arial, sans-serif;
font-size: 12px;
background: #f5f5f5;
        height: 5px;
}
ul#topnav li {
float: left;
margin: 0; padding: 0;
border-right: 1px solid #ffffff; /*--Divider for each parent level links--*/
}
ul#topnav li a {
padding: 11px 15px;
display: block;
color: #333333;
text-decoration: none;
}
ul#topnav li:hover { background: #cccccc;}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/
ul#topnav li span {
float: left;
padding: 15px 0;
position: absolute;
left: 0; top:30px;
display: none; /*--Hide by default--*/
width: 800px;
background: #cccccc;
color: #333333;
/*--Bottom right rounded corner--*/
-moz-border-radius-bottomright: 5px;
-khtml-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
/*--Bottom left rounded corner--*/
-moz-border-radius-bottomleft: 5px;
-khtml-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}
#abstractandlinks{
display:block;
width:800px;
background-color:#f5f5f5;
text-align:justify;font-family: helvetica, arial, sans-serif;
color:#555555;
margin-top:0px;
}
#innerBox
{
display: block;
padding: 5px;
}
#abstract{
font-family: helvetica, arial, sans-serif; width: 490px; margin-top: 20px; padding:0px 5px; float: left;background-color:#f5f5f5; ;
}
#links{
font-family: helvetica, arial, sans-serif; width: 290px; margin-top: 20px;
padding:0px 5px; float: left; background-color:#f5f5f5;;
}
.clear
{
clear:both;
}
#tour{
font-family: helvetica, arial, sans-serif; width: 790px; padding:0px 5px; margin-top: 1em, margin-bottom: 1em; float: left;background:#f5f5f5;
font-size: 2em;
}
#struktur{
font-family: helvetica, arial, sans-serif; width: 790px; padding:0px 5px; float: left;background:#f5f5f5;
}
</style>


<head>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("ul#topnav li").hover(function() { //Hover over event on list item
$(this).css({ 'background' : '#cccccc'}); //Add background color and image on hovered list item
$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
$(this).css({ 'background' : 'none'}); //Ditch the background
        $(this).find("span").hide(); //Hide the subnav
});
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  <script type="text/javascript">
  $(document).ready(function(){
    $('#lside1').mouseover(function() {
    $('#lside1').stop().animate({backgroundPosition: '0px 0px'}, 1000);
    });
    $('#lside1').mouseleave(function() {
    $('#lside1').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
    });
    $('#lside2').mouseover(function() {
    $('#lside2').stop().animate({backgroundPosition: '0px 0px'}, 1000);
    });
    $('#lside2').mouseleave(function() {
    $('#lside2').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
    });
    $('#lside3').mouseover(function() {
    $('#lside3').stop().animate({backgroundPosition: '0px 0px'}, 1000);
    });
    $('#lside3').mouseleave(function() {
    $('#lside3').stop().animate({backgroundPosition: '-250px 0px'}, 1000);
    });
  });
  </script>
<style type="text/css">
<style type="text/css">
  #side1 {
body {
    width: 250px;
behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc);
    height: 100px;
}
    position: relative;
    top: 0px;
    left: 20px;}
 
  #lside1 {
    width: 250px;
    height: 100px;
    background: url(http://www.tftshop.net/Testbild_100ppi.jpg) -250px 0px no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;}
 
  #side2 {
    width: 250px;
    height: 100px;
    position: relative;
    top: 0px;
    left: 20px;}
 
  #lside2 {
    width: 250px;
    height: 100px;
    background: url(http://www.tftshop.net/Testbild_100ppi.jpg) -250px 0px no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;}
 
  #side3 {
    width: 250px;
    height: 100px;
    position: relative;
    top: 0px;
    left: 20px;}


  #lside3 {
      .clear {clear:both;}
    width: 250px;
body.mediawiki {
    height: 100px;
                        font-size: 14px;
    background: url(http://www.tftshop.net/Testbild_100ppi.jpg) -250px 0px no-repeat;
background-color:#707070;
    position: absolute;
background-position: center center;
    top: 0px;
background-attachment: fixed;
    left: 0px;}
background-repeat: no-repeat;
 
font-family: Calibri, Verdana, helvetica, sans-serif;
  </style>
}
 
                h1 {
 
padding: 0px 20px 5px 20px;
font-size: 34px;
 
font-weight: bold;
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
                }
<script type="text/javascript">
                h2 {
$(document).ready(function(){
padding: 20px 20px 5px 20px;
  $('#mainpic').attr('src',  
font-size: 25px;
'http://openwetware.org/wiki/Image:U1.png');
color: #0083eb;
  $('#mainpic').attr('src',  
text-decoration: none;
'http://australian-kanguru-watchers.de/wp-content/uploads/2009/11/dnet24-testbild.jpg');
font-weight: bold;
  $('#mainpic').attr('src',  
}
'http://eschbaer.de/wp-content/uploads/final_testbild.png');
                h2 a {
  $('#mainpic').attr('src',
color: #eb8300;
'http://www.media-digest.com/wp-content/uploads/2009/05/test-pattern-briefs.jpg');
                }
  $("#but1").mouseenter(function() {
                h3 {
  $('#mainpic').attr('src', 'http://www.cnet.co.uk/i/c/rv/e/digitalcameras/fujifilm/finepix_f200exr/f200exrstorygraphic1large.jpg');
padding: 20px 20px 5px 20px;
  });
font-size: 20px;
  $("#but2").mouseenter(function() {
color: #000;
  $('#mainpic').attr('src',
font-decoration: none;
'http://xmas.tfoe.net/img/testbild.jpg');
font-weight: bold;
  });
                }
  $("#but3").mouseenter(function() {
a:link {
  $('#mainpic').attr('src',
color: #00a5ea;
'http://www.tv-testbild.com/bilder/nbc-320.jpg');
text-decoration: none
  });
}  
  $("#but4").mouseenter(function() {
a:visited {
  $('#mainpic').attr('src',
color:#00a5ea;
'http://www.tv-testbild.com/pictures/orf2.jpg');
text-decoration: none
  });
}
 
a:hover {
});
color: #eb8300;
</script>
text-decoration: none
<style type="text/css">
}
#maincon {
a:active {
  width:800px;
color:#f29400;
  position:relative;}
text-decoration: none
#mainpic {
}
  width:800px;}
div {
#but1 {
background-color: #000000;
  width:60px;
font-color: #ffffff;
  height:60px;
font-weight: bold;
  position:absolute;
font-size: 18px;
  left:88px;
}
  top:19px;
div a {
  z-index:2;
font-color: #ffffff;
  background-image:url('http://openwetware.org/wiki/Image:U1.png');}
font-weight: bold;
#but2 {
font-size: 18px;
  width:60px;
text-decoration: none;
  height:60px;
}
  position:absolute;
div a:hover {
  left:489px;
color: #00a5ea;
  top:220px;
}
  z-index:2;
  background-image:url('http://upload.wikimedia.org/wikipedia/commons/thumb/0/07/Button_Icon_Red.svg/300px-Button_Icon_Red.svg.png');}
#but3 {
  width:60px;
  height:60px;
  position:absolute;
  left:320px;
  top:302px;
  z-index:2;
  background-image:url('http://www.lefinnois.net/aqua/aqua1.jpg');}
#but4 {
  width:60px;
  height:60px;
  position:absolute;
  left:509px;
  top:4px;
  z-index:2;
  background-image:url('http://www.lefinnois.net/aqua/aqua1.jpg');}
</style>
</style>
   
<title>
        TUM NanU - Home 
</title>
</head>
</head>


<body background-color="#F0F0F0">
<body>
<!-- Header-->
<div class="container">
 
    <div id="header"> <img src="http://openwetware.org/images/5/5c/Header2.png" /> </div>
   
<!--Menue-->
<ul id="topnav">
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Home">Home</a></li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Project">Project</a>       
        <span>
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Project">Overview</a>||
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Project/Idea">The Idea</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Project/Plan">The Plan</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Project/Structure">The Structure</a>
        </span>       
    </li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Methods">Methods</a>
        <span>
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Methods/FRET">FRET</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Methods/TEM">TEM</a>
        </span>
    </li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results">Results & Discussion</a>
        <span>
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results">Results</a>||
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results/EtBr">EtBr</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results/DAPI">DAPI</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results/Spermine">Spermine</a>||
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results/FRET">FRET</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results/TEM">TEM</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Results/Discussion">Discussion</a>
        </span>
    </li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Outlook">Outlook</a></li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Team">Team</a></li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Glossary">Glossary</a></li>
<li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Video">Video</a>
        <span>
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Video">Presentation Video</a>||
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Video/MakingOf">Making of</a> |
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Video/Music">Music</a> |
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Video/Studio">Studio</a> |
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Video/Software">Software</a>
        </span>
 
</li>
    <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Extras">Extras</a>
        <span>
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Extras/References">References</a> |
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/Extras/Acknowledgments">Acknowledgments</a> |
            <a href="http://openwetware.org/index.php?title=Template:TUMNanUHeader&action=submit">Edit</a>
        </span>
  </li>
  <li><a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA">Labbook</a><!--Subnav Starts Here-->
        <span>
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA">Main Page</a>||
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/Structure">Structure</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/TEM">TEM</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/TIRF">TIRF</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/Dyes">Dyes & DNA-binders</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/08">August</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/09">September</a>|
            <a href="http://openwetware.org/wiki/Biomod/2011/TUM/TNT/LabbookA/2011/#">October</a>
        </span>
    </li>
</ul>
<p>
<br>
</p>
<p>
<br>
</p>
<p>
<br>
</p>
 
 
 
<h1>Tokyo Institute of Technology</h1>
<h2>leader</h2>
: Sara Mitsunari
: http://openwetware.org/index.php?title=User:Sara_Mitsunari&action=edit


</body></html>
<!-- ここからリスト -->
<center>
<img id="title-logo" src="http://openwetware.org/images/e/e0/NEW_header.jpg">
<div>
[[Biomod/2011/TeamJapan/Tokyo | Home]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Team/Students | Team]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Project | Project]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Project/Results | Results]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Achievements/DNA_Devices | DNA Designs]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Achievements | Achievements]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Notebook/Protocols | Protocols]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Notebook/Lab.notebook | Notes]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Sponsors | Sponsors]]
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[[Biomod/2011/TeamJapan/Tokyo/Sitemap | Sitemap]]
</center>
</div>
<!-- ここまでリスト -->
</body>

Revision as of 04:30, 1 November 2011

<html>

<head> <style type="text/css"> body { behavior: url(http://www.xs4all.nl/~peterned/htc/csshover3-source.htc); }

      .clear {clear:both;}

body.mediawiki {

                       font-size: 14px;

background-color:#707070; background-position: center center; background-attachment: fixed; background-repeat: no-repeat; font-family: Calibri, Verdana, helvetica, sans-serif; }

               h1 {

padding: 0px 20px 5px 20px; font-size: 34px; font-weight: bold;

               }
               h2 {

padding: 20px 20px 5px 20px; font-size: 25px; color: #0083eb; text-decoration: none; font-weight: bold; }

               h2 a {

color: #eb8300;

               }
               h3 {

padding: 20px 20px 5px 20px; font-size: 20px; color: #000; font-decoration: none; font-weight: bold;

               }

a:link { color: #00a5ea; text-decoration: none } a:visited { color:#00a5ea; text-decoration: none } a:hover { color: #eb8300; text-decoration: none } a:active { color:#f29400; text-decoration: none } div { background-color: #000000; font-color: #ffffff; font-weight: bold; font-size: 18px; } div a { font-color: #ffffff; font-weight: bold; font-size: 18px; text-decoration: none; } div a:hover { color: #00a5ea; } </style> </head>

<body>

<img id="title-logo" src="http://openwetware.org/images/e/e0/NEW_header.jpg">

Home              Team              Project              Results              DNA Designs              Achievements              Protocols              Notes              Sponsors              Sitemap

</body>