Biomod/2014/fit test.html: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<style type="text/css">
 
<head>
<style type="text/css" >


ul.pulldown_menu_1 {
ul.pulldown_menu_1 {
list-style: none; /* 先頭記号を消す */
list-style: none; /* 先頭記号を消す */
}
}
ul.pulldown_menu_1 li {
ul.pulldown_menu_1 li {
float: left; /* リスト項目を横方向に並べる */
float: left; /*リスト項目を横方向に並べる */
width: 100px; /* リスト項目の幅 */
width: 200px; /*リスト項目の幅 */
 
 
}
}
ul.pulldown_menu_1 ul {
ul.pulldown_menu_1 ul {
Line 13: Line 18:
padding: 0px; /* 2段目の左位置を1段目に揃える */
padding: 0px; /* 2段目の左位置を1段目に揃える */
margin: 0px;
margin: 0px;
width: 200px; /* リスト項目の幅 */


}
}
Line 18: Line 24:
background-color: black; /* 背景色 */
background-color: black; /* 背景色 */
color: red; /* 文字色 */
color: red; /* 文字色 */
display: block; /* ブロックレベルに */
display: block; /*ブロックレベルに */
text-align: center; /* 文字を中央合わせに */
text-align: center; /* 文字を中央合わせに */
padding: 5px; /* 内部の余白 */
padding: 10px; /* 内部の余白 */
border: 1px #9999FF solid; /* 枠線 */
border: 1px #9999FF solid; /* 枠線 */
text-decoration: none; /* 下線を消す */
text-decoration: none; /* 下線を消す */
outline: none; /* 選択時の点線枠線を消す */
outline: none; /* 選択時の点線枠線を消す */
border-radius: 8px 8px 0px 0px; /* タブに丸みをつける */
border-radius: 0px 0px 0px 0px; /* タブに丸みをつける */
 
 


}
}
Line 46: Line 54:
}
}
</style>
</style>
</head>
<body>
<div style="background: url(/images/f/ff/Fitback.png);">
<img src="/images/7/7c/Fitlogo.PNG" alt" alt="" width="352" height="82" hspace="0" align="left">
<hr size="0" width="100%" color="#ffffff" noshade>


<body>


<ul class= "pulldown_menu_1 pulldown_menu_2">
<ul class= "pulldown_menu_1 pulldown_menu_2">
Line 62: Line 77:
     <li><a href= "fit_Introduction.html#b"> Motivation</a></li>
     <li><a href= "fit_Introduction.html#b"> Motivation</a></li>
     </ul>
     </ul>
  </li>
  </li>
  <li><a href= "stepuphtml3.html"> Project</a>
  <li><a href= "stepuphtml3.html"> Project</a>
Line 87: Line 103:
  </li>
  </li>
</ul>
</ul>
<hr size="0" width="100%" color="#ffffff" noshade>
<img src="top-みどり.png" alt="" width="80" height="43" hspace="3" vspace="2" align="left">
<hr size="1" width="100%" color="#440000" noshade>
<div align="center">
<font size="4" color="#8b0000" face="Arial"><b>Abstract</b></font>
<font size="3" color="#8b0000" face="Arial">
<p>
&nbsp;  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa<br>
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb<br>
</p>
</div>
</font>
<hr size="1" width="100%" color="#440000" noshade>
</div>
</body>
</body>

Revision as of 00:16, 22 October 2014

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">

<head> <style type="text/css" >

ul.pulldown_menu_1 { list-style: none; /* 先頭記号を消す */

} ul.pulldown_menu_1 li { float: left; /*リスト項目を横方向に並べる */ width: 200px; /*リスト項目の幅 */


} ul.pulldown_menu_1 ul { list-style: none; /* 2段目の先頭記号を消す */ padding: 0px; /* 2段目の左位置を1段目に揃える */ margin: 0px; width: 200px; /* リスト項目の幅 */

} ul.pulldown_menu_1 a { background-color: black; /* 背景色 */ color: red; /* 文字色 */ display: block; /*ブロックレベルに */ text-align: center; /* 文字を中央合わせに */ padding: 10px; /* 内部の余白 */ border: 1px #9999FF solid; /* 枠線 */ text-decoration: none; /* 下線を消す */ outline: none; /* 選択時の点線枠線を消す */ border-radius: 0px 0px 0px 0px; /* タブに丸みをつける */


} ul.pulldown_menu_1 ul a { border-radius: 0px; /* 2段目以降はタブに丸みをつけない */

} ul.pulldown_menu_1 a:hover {/* マウスカーソルが乗っている状態 */

color: blue; /* 文字色 */ } ul.pulldown_menu_1 a:active {/* マウスがクリックされている状態 */

color: red; /* 文字色 */ } ul.pulldown_menu_2 ul { display: none; /* 通常は表示しない */ } ul.pulldown_menu_2 li:hover > ul { display: block; /* マウスが乗ったら表示する */ } </style> </head> <body>


<img src="/images/7/7c/Fitlogo.PNG" alt" alt="" width="352" height="82" hspace="0" align="left">



  • <a href= "http://openwetware.org/wiki/Biomod/2014/Fukuoka"> Top</a>
  • <a href= "fit_Introduction.html"> Introduction</a>
    • <a href= "fit_Introduction.html#a"> Background</a>
    • <a href= "fit_Introduction.html#b"> Motivation</a>
  • <a href= "stepuphtml3.html"> Project</a>
    • <a href= "fit_Approach and Goals.html#a"> Approach and Goals</a>
    • <a href= "fit_Approach and Goals.html#b"> Design</a>
    • <a href= "stepuphtml3.html"> STEP 3-3</a>
    • <a href= "stepuphtml3.html"> STEP 3-4</a>
  • <a href= "stepuphtml4.html"> Method</a>
    • <a href= "fit_Method.html#a"> シリカ</a>
    • <a href= "fit_Method.html#b"> シリカDNA</a>
    • <a href= "fit_Method.html#c"> キャラクタ</a>
    •    
    • <a href= "fit_Method.html#d"> 予備</a>
  • <a href= "Results and Discussion"> Results and Discussion</a>
    • <a href= "fit_Results and Discussion.html#a"> たる</a>
    • <a href= "fit_Results and Discussion.html#b"> たるとDNA</a>
    • <a href= "fit_Results and Discussion.html#c"> たるとDNAとDNA</a>



<img src="top-みどり.png" alt="" width="80" height="43" hspace="3" vspace="2" align="left">



Abstract

  aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb


</body>