|
|
| (11 intermediate revisions not shown.) |
| Line 1: |
Line 1: |
| | <html> | | <html> |
| - | <head>
| |
| - | <title>Team Sendai Top</title>
| |
| - | <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
| |
| - | <script type="text/javascript">
| |
| - | $(function() {
| |
| - | if ($.browser.msie && $.browser.version.substr(0,1)<7)
| |
| - | {
| |
| - | $('li').has('ul').mouseover(function(){
| |
| - | $(this).children('ul').show();
| |
| - | }).mouseout(function(){
| |
| - | $(this).children('ul').hide();
| |
| - | })
| |
| - | }
| |
| - | });
| |
| - | </script>
| |
| - |
| |
| - | <style>
| |
| - | #Container
| |
| - | {
| |
| - | width: 960px;
| |
| - | margin: 40px auto;
| |
| - | }
| |
| | | | |
| - | /* Main menu */
| + | <head><style>#column-one { display:none; width:0px;} |
| - | #menu | + | .container{background-color: #f5f5f5; margin-top:50px} |
| - | { | + | .OWWNBcpCurrentDateFilled {display: none;} |
| - | width: 100%;
| + | #content {width: 0px; margin: 0 auto auto 0; padding: 1em 1em 1em 1em; align: center;} |
| - | margin: 0;
| + | #column-content {width: 0px; float: left; margin: 0 0 0 0;padding: 0;} |
| - | padding: 10px 0 0 0;
| + | .firstHeading {display:none; width:0px;} |
| - | list-style: none;
| + | #globalWrapper{width:1280px; margin:auto} |
| - | background: #111;
| + | body {background: #F0F0F0 !important;} |
| - | background: -moz-linear-gradient(#444, #111);
| + | #column-one {display:none; width:0px;background-color: #f0f0f0;} |
| - | background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
| + | #content{border:none;margin: 0 0 0 0; padding: 1em 1em 1em 1em; position: center; width: 800px;background-color: #f0f0f0; } |
| - | background: -webkit-linear-gradient(#444, #111);
| + | .container{ width:1280px; margin: auto; background-color: #f0f0f0; text-align:justify; font-family: helvetica, arial, sans-serif; color:#f0f0f0; margin-top:25px; } |
| - | background: -o-linear-gradient(#444, #111);
| + | #bodyContent{ width: 1267px; align: center; background-color: #f0f0f0;} |
| - | background: -ms-linear-gradient(#444, #111);
| + | #column-content{width: 1280px;background-color: #f0f0f0;} |
| - | background: linear-gradient(#444, #111);
| + | .firstHeading { display:none;width:0px;background-color: #f0f0f0;} |
| - | -moz-border-radius: 50px;
| + | #header{position: center; width: 800px;background-color: #f0f0f0;} |
| - | border-radius: 50px;
| + | #footer{position: center; width:1280px;} |
| - | -moz-box-shadow: 0 2px 1px #9c9c9c;
| + | </style><header> |
| - | -webkit-box-shadow: 0 2px 1px #9c9c9c;
| + | |
| - | box-shadow: 0 2px 1px #9c9c9c;
| + | |
| - | } | + | |
| | | | |
| - | #menu li
| + | </html> |
| - | {
| + | |
| - | float: left;
| + | |
| - | padding: 0 0 10px 0;
| + | |
| - | position: relative;
| + | |
| - | line-height: 0;
| + | |
| - | }
| + | |
| | | | |
| - | #menu a
| |
| - | {
| |
| - | float: left;
| |
| - | height: 25px;
| |
| - | padding: 0 25px;
| |
| - | color: #999;
| |
| - | text-transform: uppercase;
| |
| - | font: bold 12px/25px Arial, Helvetica;
| |
| - | text-decoration: none;
| |
| - | text-shadow: 0 1px 0 #000;
| |
| - | }
| |
| | | | |
| - | #menu li:hover > a
| |
| - | {
| |
| - | color: #fafafa;
| |
| - | }
| |
| | | | |
| - | *html #menu li a:hover /* IE6 */
| |
| - | {
| |
| - | color: #fafafa;
| |
| - | }
| |
| | | | |
| - | #menu li:hover > ul
| + | {{:Biomod/2012/Tohoku/Team_Sendai/header}} |
| - | { | + | |
| - | display: block;
| + | |
| - | }
| + | |
| - | | + | |
| - | /* Sub-menu */
| + | |
| - | | + | |
| - | #menu ul
| + | |
| - | { | + | |
| - | list-style: none;
| + | |
| - | margin: 0;
| + | |
| - | padding: 0;
| + | |
| - | display: none;
| + | |
| - | position: absolute;
| + | |
| - | top: 35px;
| + | |
| - | left: 0;
| + | |
| - | z-index: 99999;
| + | |
| - | background: #444;
| + | |
| - | background: -moz-linear-gradient(#444, #111);
| + | |
| - | background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
| + | |
| - | background: -webkit-linear-gradient(#444, #111);
| + | |
| - | background: -o-linear-gradient(#444, #111);
| + | |
| - | background: -ms-linear-gradient(#444, #111);
| + | |
| - | background: linear-gradient(#444, #111);
| + | |
| - | -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
| + | |
| - | -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
| + | |
| - | box-shadow: 0 0 2px rgba(255,255,255,.5);
| + | |
| - | -moz-border-radius: 5px;
| + | |
| - | border-radius: 5px;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul ul
| + | |
| - | {
| + | |
| - | top: 0;
| + | |
| - | left: 150px;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul li
| + | |
| - | {
| + | |
| - | float: none;
| + | |
| - | margin: 0;
| + | |
| - | padding: 0;
| + | |
| - | display: block;
| + | |
| - | -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
| + | |
| - | -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
| + | |
| - | box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul li:last-child
| + | |
| - | {
| + | |
| - | -moz-box-shadow: none;
| + | |
| - | -webkit-box-shadow: none;
| + | |
| - | box-shadow: none;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul a
| + | |
| - | {
| + | |
| - | padding: 10px;
| + | |
| - | height: 10px;
| + | |
| - | width: 130px;
| + | |
| - | height: auto;
| + | |
| - | line-height: 1;
| + | |
| - | display: block;
| + | |
| - | white-space: nowrap;
| + | |
| - | float: none;
| + | |
| - | text-transform: none;
| + | |
| - | }
| + | |
| - | | + | |
| - | *html #menu ul a /* IE6 */
| + | |
| - | {
| + | |
| - | height: 10px;
| + | |
| - | }
| + | |
| - | | + | |
| - | *:first-child+html #menu ul a /* IE7 */
| + | |
| - | {
| + | |
| - | height: 10px;
| + | |
| - | } | + | |
| - | | + | |
| - | #menu ul a:hover
| + | |
| - | {
| + | |
| - | background: #0186ba;
| + | |
| - | background: -moz-linear-gradient(#04acec, #0186ba);
| + | |
| - | background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
| + | |
| - | background: -webkit-linear-gradient(#04acec, #0186ba);
| + | |
| - | background: -o-linear-gradient(#04acec, #0186ba);
| + | |
| - | background: -ms-linear-gradient(#04acec, #0186ba);
| + | |
| - | background: linear-gradient(#04acec, #0186ba);
| + | |
| - | } | + | |
| - | | + | |
| - | #menu ul li:first-child > a
| + | |
| - | {
| + | |
| - | -moz-border-radius: 5px 5px 0 0;
| + | |
| - | border-radius: 5px 5px 0 0;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul li:first-child > a:after
| + | |
| - | {
| + | |
| - | content: '';
| + | |
| - | position: absolute;
| + | |
| - | left: 30px;
| + | |
| - | top: -8px;
| + | |
| - | width: 0;
| + | |
| - | height: 0;
| + | |
| - | border-left: 5px solid transparent;
| + | |
| - | border-right: 5px solid transparent;
| + | |
| - | border-bottom: 8px solid #444;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul ul li:first-child a:after
| + | |
| - | {
| + | |
| - | left: -8px;
| + | |
| - | top: 12px;
| + | |
| - | width: 0;
| + | |
| - | height: 0;
| + | |
| - | border-left: 0;
| + | |
| - | border-bottom: 5px solid transparent;
| + | |
| - | border-top: 5px solid transparent;
| + | |
| - | border-right: 8px solid #444;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul li:first-child a:hover:after
| + | |
| - | {
| + | |
| - | border-bottom-color: #04acec;
| + | |
| - | }
| + | |
| - | | + | |
| - | #menu ul ul li:first-child a:hover:after
| + | |
| - | {
| + | |
| - | border-right-color: #04acec;
| + | |
| - | border-bottom-color: transparent;
| + | |
| - | }
| + | |
| - | | + | |
| - | | + | |
| - | #menu ul li:last-child > a
| + | |
| - | {
| + | |
| - | -moz-border-radius: 0 0 5px 5px;
| + | |
| - | border-radius: 0 0 5px 5px;
| + | |
| - | }
| + | |
| - | | + | |
| - | /* Clear floated elements */
| + | |
| - | #menu:after
| + | |
| - | {
| + | |
| - | visibility: hidden;
| + | |
| - | display: block;
| + | |
| - | font-size: 0;
| + | |
| - | content: " ";
| + | |
| - | clear: both;
| + | |
| - | height: 0;
| + | |
| - | }
| + | |
| - | | + | |
| - | * html #menu { zoom: 1; } /* IE6 */
| + | |
| - | *:first-child+html #menu { zoom: 1; } /* IE7 */
| + | |
| - | | + | |
| - | /* ? */
| + | |
| - | div#pop{
| + | |
| - | width:280px;
| + | |
| - | float:left;
| + | |
| - | margin:20px;}
| + | |
| - | | + | |
| - | | + | |
| - | </style>
| + | |
| - | </head>
| + | |
| | | | |
| | + | <html> |
| | <body> | | <body> |
| | <div id="Container"> | | <div id="Container"> |
| - |
| |
| - | <!-- Menu -->
| |
| - | <ul id="menu">
| |
| - | <li><a href="http://openwetware.org/wiki/Biomod/2012/Tohoku/Team_Sendai ">Top</a></li>
| |
| - | <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Idea ">Project</a></li>
| |
| - | <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Simulation">Simulation</a>
| |
| - | </li>
| |
| - | <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Design">Design</a>
| |
| - | </li>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Experiment ">Experiment</a>
| |
| - | <ul>
| |
| - | <li><a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Method">Method</a>
| |
| - | <ul>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result#Porter">Porter</a>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result#Cylinder">Cylinder</a> </li>
| |
| - | <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result# Vesicle">Vesicle</a>
| |
| - | </li>
| |
| - | </ul>
| |
| - | </li>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result">Result</a>
| |
| - | <ul>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result#Porter">Porter</a>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result#Cylinder">Cylinder</a> </li>
| |
| - | <li> <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Result# Vesicle">Vesicle</a>
| |
| - | </li>
| |
| - | </ul>
| |
| - | </li>
| |
| - | </ul>
| |
| - | </li>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Achievement">Achievement</a>
| |
| - | </li>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Diary">Diary</a>
| |
| - | </li>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/Team ">Team</a>
| |
| - | </li>
| |
| - | <li>
| |
| - | <a href=" http://openwetware.org/wiki/Biomod/2012/TeamSendai/FAQ">FAQ</a>
| |
| - | </li>
| |
| - | </ul>
| |
| | | | |
| | + | <!-- コンテンツ --> |
| | | | |
| - | <!-- コンテンツ --> | + | |
| | + | </html> |
| | + | <html> |
| | <div id="pop"> | | <div id="pop"> |
| | <h1>Porter</h1> | | <h1>Porter</h1> |
| | <h2>Freshman</h2> | | <h2>Freshman</h2> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.53.39.png |150px]] |
| | + | <html> |
| | <h3>Kazuki Suto</h3> | | <h3>Kazuki Suto</h3> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.53.53.png |150px]] |
| | + | <html> |
| | <h3>Yoriko Hashida</h3> | | <h3>Yoriko Hashida</h3> |
| | + | |
| | <h2>Sophomore</h2> | | <h2>Sophomore</h2> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.53.11.png |150px]] |
| | + | <html> |
| | <h3>Ushio Naito</h3> | | <h3>Ushio Naito</h3> |
| | <h2>Junior</h2> | | <h2>Junior</h2> |
| | + | </html> |
| | + | [[Image:Yosshy.png |150px]] |
| | + | <html> |
| | <h3>Satoru Yoshizawa</h3> | | <h3>Satoru Yoshizawa</h3> |
| | <h2>Senior</h2> | | <h2>Senior</h2> |
| Line 303: |
Line 62: |
| | | | |
| | <div id="pop"> | | <div id="pop"> |
| - | <h1>Tube</h1> | + | <h1>Cylinder</h1> |
| | <h2>Freshman</h2> | | <h2>Freshman</h2> |
| | + | </html> |
| | + | [[Image:スクリーンショット_2012-10-27_14.53.30.png |150px]] |
| | + | <html> |
| | <h3>Takumi Koyama</h3> | | <h3>Takumi Koyama</h3> |
| | + | </html> |
| | + | [[Image: Imashun.png |150px]] |
| | + | <html> |
| | <h3>Shunsuke Imai</h3> | | <h3>Shunsuke Imai</h3> |
| | <h2>Sophomore</h2> | | <h2>Sophomore</h2> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.53.03.png |150px]] |
| | + | <html> |
| | <h3>Tomoki Aota</h3> | | <h3>Tomoki Aota</h3> |
| | <h2>Junior</h2> | | <h2>Junior</h2> |
| | + | </html> |
| | + | [[Image: Hirahara.png |150px]] |
| | + | <html> |
| | <h3>Kazuki Hirahara</h3> | | <h3>Kazuki Hirahara</h3> |
| | <h2>Senior</h2> | | <h2>Senior</h2> |
| Line 316: |
Line 87: |
| | | | |
| | <div id="pop"> | | <div id="pop"> |
| - | <h1>Vecicle</h1> | + | <h1>Membrane</h1> |
| | <h2>Freshman</h2> | | <h2>Freshman</h2> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.53.45.png |150px]] |
| | + | <html> |
| | <h3>Mizuki Hayasaka</h3> | | <h3>Mizuki Hayasaka</h3> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.54.01.png |150px]] |
| | + | <html> |
| | <h3>Azusa Funabashi</h3> | | <h3>Azusa Funabashi</h3> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.54.09.png |150px]] |
| | + | <html> |
| | <h3>Kenta Muranaka</h3> | | <h3>Kenta Muranaka</h3> |
| | <h2>Junior</h2> | | <h2>Junior</h2> |
| | + | </html> |
| | + | [[Image: Kurashi.png |150px]] |
| | + | <html> |
| | <h3>Koichi Kurashima</h3> | | <h3>Koichi Kurashima</h3> |
| | + | </html> |
| | + | [[Image: Hirano.png |150px]] |
| | + | <html> |
| | <h3>Tomoyuki Hirano</h3> | | <h3>Tomoyuki Hirano</h3> |
| | <h2>Senior</h2> | | <h2>Senior</h2> |
| Line 332: |
Line 118: |
| | <h1>Simulation</h1> | | <h1>Simulation</h1> |
| | <h2>Junior</h2> | | <h2>Junior</h2> |
| | + | </html> |
| | + | [[Image: Tsuzawa.png |150px]] |
| | + | <html> |
| | <h3>Masaru Tsuzawa</h3> | | <h3>Masaru Tsuzawa</h3> |
| | <h2>Senior</h2> | | <h2>Senior</h2> |
| Line 339: |
Line 128: |
| | <h1>Supervisor</h1> | | <h1>Supervisor</h1> |
| | <h2> Sophomore </h2> | | <h2> Sophomore </h2> |
| | + | </html> |
| | + | [[Image: スクリーンショット_2012-10-27_14.53.19.png |150px]] |
| | + | <html> |
| | <h3>Goro Yabu</h3> | | <h3>Goro Yabu</h3> |
| | <h2>Senior</h2> | | <h2>Senior</h2> |
| | <h3>Masahiro Endo</h3> | | <h3>Masahiro Endo</h3> |
| | </div> | | </div> |
| - | | + | </html> |
| | <div id="pop"> | | <div id="pop"> |
| | <h1>English Supervisor</h1> | | <h1>English Supervisor</h1> |
| | + | <html> |
| | <h3> Keitel Cervantes-Salguero </h3> | | <h3> Keitel Cervantes-Salguero </h3> |
| | </div> | | </div> |
| | + | </html> |
| | + | {{-}} |
| | + | <html> |
| | + | <h1>Sponsor</h1> |
| | + | </br> |
| | | | |
| - | </div>
| |
| - |
| |
| - | </body>
| |
| | </html> | | </html> |
| | + | [[image:Molbot logo.jpg|none|400px]] |