IGEM:Kyoto/link
From OpenWetWare
(Difference between revisions)
| Line 1: | Line 1: | ||
| - | |||
<html lang="ja"> | <html lang="ja"> | ||
<head> | <head> | ||
| + | <meta http-equiv="Content-Type" content="text/html ; charset=Shift_JIS"> | ||
| + | |||
<title>Link<!-- ここにタイトルを入れる --></title> | <title>Link<!-- ここにタイトルを入れる --></title> | ||
| - | < | + | <meta name="keywords" content="iGEM,Kyoto,2010,international,biology,"> |
| - | + | <meta name="description" content="合成生物学の大会iGEMの2010年度京都チームのホームページです。This is iGEM Kyoto 2010's homepage."> | |
| - | + | <style type="text/css"> | |
| + | /*全体*/ | ||
| + | body { | ||
| + | /*ページ外周の余白を失くす*/ | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | font-family: sans-serif; | ||
| + | } | ||
| + | div.base{ | ||
| + | width: 100%; | ||
| + | height: 100%; | ||
| + | background-color: #1B0B7D; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| - | /* | + | p { |
| - | // | + | /*段落の左右に余白を設ける*/ |
| - | + | margin-left: 3%; | |
| - | + | margin-right: 3%; | |
| - | + | /*行間を0.2文字分ずつ上下に取る*/ | |
| - | + | line-height: 1.4em; | |
| - | + | text-indent: 1em; | |
| - | + | font-size: 130%; | |
| - | + | } | |
| - | + | ||
| - | + | a { | |
| - | + | color: #1B0B7D; | |
| - | + | } | |
| - | + | ||
| - | + | /*ヘッダー用*/ | |
| - | + | div.header1 { | |
| - | + | /*幅*/ | |
| - | + | width: 100%; | |
| - | + | /*文字の大きさ*/ | |
| - | + | font-size: 80%; | |
| - | + | /*文字の色*/ | |
| - | + | color: #000000; | |
| - | + | /*テキストの左右寄せ*/ | |
| - | + | text-align: center ; | |
| - | + | /*枠線からの余白*/ | |
| - | + | padding: 0.3em; | |
| - | + | /*背景色*/ | |
| + | background-color: white; | ||
| + | } | ||
| + | |||
| + | /*ヘッダー用(update)*/ | ||
| + | div.update{ | ||
| + | font-weight: bold; | ||
| + | font-size: 120%; | ||
| + | float: left; | ||
| + | } | ||
| + | |||
| + | /*ヘッダー用(言語選択)*/ | ||
| + | div.header2 { | ||
| + | /*文字の大きさ*/ | ||
| + | font-size: 100%; | ||
| + | /*文字の色*/ | ||
| + | color: #000000; | ||
| + | /*テキストの左右寄せ*/ | ||
| + | text-align: right; | ||
| + | /*背景色*/ | ||
| + | background-color: #FFffFF; | ||
| + | padding: 0px 4em; | ||
| + | } | ||
| + | /*リンク(メニュー用)*/ | ||
| + | a.menu { | ||
| + | color: BLACK; | ||
| + | text-decoration: underline; | ||
| + | } | ||
| + | a.menu:hover { | ||
| + | color: BLACK; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | /*ロゴ用*/ | ||
| + | img.logo { | ||
| + | border-width: 0px; | ||
| + | } | ||
| + | /*メニューバー背景*/ | ||
| + | div.menu{ | ||
| + | margin:0px; | ||
| + | padding: 0px 0px 0px 30px; | ||
| + | width: 100%; | ||
| + | background-color: #1B0B7D; | ||
| + | border-style: solid; | ||
| + | border-width:0px 0px 2px; | ||
| + | border-color: silver; | ||
| + | } | ||
| + | |||
| + | /*メニューバー縦整列用*/ | ||
| + | div.menu-vertical{ | ||
| + | margin:0px; | ||
| + | padding: 0px; | ||
| + | width: auto; | ||
| + | float: left; | ||
| + | text-align: left; | ||
| + | background-color: #1B0B7D; | ||
| + | } | ||
| + | |||
| + | /*メニューバーそのもの*/ | ||
| + | ul.menu { | ||
| + | font-size:110%; | ||
| + | text-align: left; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | /*メニューバー内の各項目について*/ | ||
| + | ul.menu { | ||
| + | list-style-type: none; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | padding: 0px 1.5em 0px 0.3em; | ||
| + | list-style-image: none; | ||
| + | } | ||
| + | |||
| + | /* メニューバー内のリンク */ | ||
| + | ul.menu a{ | ||
| + | color: white; | ||
| + | text-decoration: none; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | |||
| + | ul.menu a:hover{ | ||
| + | background-color: #aaccff; | ||
| + | color: #1B0B7D; | ||
| + | border: solid 1px #1B0B7D; | ||
| + | text-decoration: none; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | |||
| + | /*メニューバーで現在ページをあらわす*/ | ||
| + | li.now a , li.now a:hover { | ||
| + | font-weight: bold; | ||
| + | background-color: #ffffff; | ||
| + | color: #1B0B7D; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | border: solid 3px white; | ||
| + | } | ||
| + | |||
| + | /*エクストラメニューを隠す*/ | ||
| + | ul.exmenu{ | ||
| + | font-size:110%; | ||
| + | position:absolute; | ||
| + | top:auto; | ||
| + | left:auto; | ||
| + | background-color: #ffffff; | ||
| + | color: black; | ||
| + | visibility: hidden; | ||
| + | margin: 0px; | ||
| + | padding: 0.4em 0px; | ||
| + | border-style: solid; | ||
| + | border-width: 0px 2px 2px; | ||
| + | border-color: silver; | ||
| + | } | ||
| + | |||
| + | /*エクストラメニュー内の各項目について*/ | ||
| + | ul.exmenu li{ | ||
| + | display: block; | ||
| + | height: 23px; | ||
| + | list-style-type: none; | ||
| + | padding: 0px 0.5em; | ||
| + | list-style-image: none; | ||
| + | } | ||
| + | |||
| + | /*エクストラメニュー内のリンク */ | ||
| + | ul.exmenu a { | ||
| + | color: black; | ||
| + | text-decoration: none; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | |||
| + | ul.exmenu a:hover { | ||
| + | background-color: #aaccff; | ||
| + | color: #0000cc; | ||
| + | border: solid 1px 0px #0000cc; | ||
| + | text-decoration: none; | ||
| + | } | ||
| + | |||
| + | /*サブメニュー1(現在地)*/ | ||
| + | div.submenu1{ | ||
| + | border-style: solid; | ||
| + | border-width: 0px 2px 2px; | ||
| + | border-color:silver; | ||
| + | background-color: #ffffff; | ||
| + | width: 200px; | ||
| + | float: left; | ||
| + | } | ||
| + | |||
| + | /*サブメニュー1見出し*/ | ||
| + | p.submenu{ | ||
| + | text-align: center; | ||
| + | color: #1B0B7D; | ||
| + | background-color: #ffffff; | ||
| + | font-weight: bold; | ||
| + | font-size: 200%; | ||
| + | text-indent: 0em; | ||
| + | |||
| + | } | ||
| + | |||
| + | /*サブメニュー2(詳細ナビ)*/ | ||
| + | div.submenu2{ | ||
| + | clear: both; | ||
| + | background-color: #1B0B7D; | ||
| + | width: 200px; | ||
| + | text-decoration: none; | ||
| + | border: solid 0px #1B0B7D; | ||
| + | float: left; | ||
| + | } | ||
| + | |||
| + | /*サブメニュー2そのもの*/ | ||
| + | ul.submenu2 { | ||
| + | background-color: #1B0B7D; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | /*サブメニュー2内の各項目について*/ | ||
| + | ul.submenu2 li { | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | display: block; | ||
| + | width: 200px; | ||
| + | list-style-type: none; | ||
| + | padding: 0.5em 0px; | ||
| + | list-style-image: none; | ||
| + | } | ||
| + | |||
| + | /* サブメニュ2ー内のリンク */ | ||
| + | ul.submenu2 a { | ||
| + | display: block; | ||
| + | text-align: center; | ||
| + | color: white; | ||
| + | text-decoration: none; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | ul.submenu2 a:hover { | ||
| + | display: block; | ||
| + | text-align: center; | ||
| + | background-color: #aaccff; | ||
| + | color: #1B0B7D; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | } | ||
| + | /*サブメニューで現在ページをあらわす*/ | ||
| + | li.subnow a , li.subnow a:hover { | ||
| + | display: block; | ||
| + | text-align: center; | ||
| + | width: 200px; | ||
| + | margin: 0px; | ||
| + | padding: 0px; | ||
| + | font-weight: bold; | ||
| + | border: solid 3px #ffffff; | ||
| + | background-color: #ffffff; | ||
| + | color: #1B0B7D; | ||
| + | list-style-image: none; | ||
| + | } | ||
| + | |||
| + | /*本文用*/ | ||
| + | div.maincontent{ | ||
| + | border-bottom: solid 10px #ffffff; | ||
| + | margin-left: 204px; | ||
| + | padding: 1em; | ||
| + | background-color: #ffffff; | ||
| + | min-height: 200px; | ||
| + | } | ||
| + | |||
| + | /*フッター用*/ | ||
| + | div.footer { | ||
| + | clear :both; | ||
| + | width: 100%; | ||
| + | font-size: 80%; | ||
| + | text-align: center; | ||
| + | background-color: #ffffff; | ||
| + | } | ||
| + | div.footer a{ | ||
| + | font-size:130%; | ||
} | } | ||
| - | + | /*ホームsubmenu補完用*/ | |
| - | + | div.submene{ | |
| - | + | width: 200px; | |
| - | + | } | |
| - | + | /*HOME Newsロゴ用*/ | |
| - | + | div.newslogo{ | |
| - | + | clear: both; | |
| - | + | width: 200px; | |
| - | + | text-align: left; | |
| - | + | background-color: #1B0B7D; | |
| - | + | border-style: solid; | |
| - | + | border-color: #1B0B7D; | |
| - | + | border-width: 2px 2px 0px; | |
| - | + | float: left; | |
| - | + | color: white; | |
| - | + | margin: 0px; | |
| - | + | padding: 0px; | |
| - | + | } | |
| - | + | /*HOME News用*/ | |
| - | + | div.news{ | |
| - | + | border-style: solid; | |
| - | + | border-color: #1B0B7D; | |
| - | + | border-width: 0px 2px 2px; | |
| - | + | clear: both; | |
| - | + | height:10; | |
| - | + | width:200px; | |
| - | + | overflow: auto; | |
| - | + | float:left; | |
| - | + | background-color: #ffffff; | |
| - | + | } | |
| - | + | ||
| - | + | p.news{ | |
| - | + | text-indent: 0em; | |
| - | + | font-size: 100%; | |
| - | + | } | |
| - | + | ||
| - | + | /*見出し1*/ | |
| - | + | h1{ | |
| - | + | display:none; | |
| - | + | } | |
| - | + | ||
| - | + | h3{ | |
| - | + | border-color: #1B0B7D; | |
| - | + | border-style: solid; | |
| - | + | border-width: 0px 0px 2px 30px; | |
| - | + | letter-spacing: 0.7em; | |
| - | + | padding: 0.5em 0px 0.5em 0.5em; | |
| - | + | font-size: 200%; | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | } | |
| + | |||
| + | |||
| + | /*img本文用*/ | ||
| + | img.maincontent{ | ||
| + | float: right; | ||
| + | margin: 0.4em | ||
| + | } | ||
| + | |||
| + | img.two{ | ||
| + | float: right; | ||
| + | height: 200px; | ||
| + | } | ||
| + | |||
| + | img.twohalf{ | ||
| + | float: right; | ||
| + | height: 250px; | ||
| + | margin: 0px 50px; | ||
| + | } | ||
| + | |||
| + | /*通常リスト用*/ | ||
| + | ul.order li { | ||
| + | list-style-type: upper-roman; | ||
| + | line-height: 1.4em; | ||
| + | list-style-image: none; | ||
| + | font-size:130%; | ||
| + | padding:0em 0em 0em 0.3em; | ||
| + | } | ||
| + | |||
| + | ul.noorder li { | ||
| + | list-style-type: disk; | ||
| + | line-height: 1.4em; | ||
| + | list-style-image: none; | ||
| + | font-size:130%; | ||
| + | padding:0em 0em 0em 0.3em; | ||
| + | } | ||
| + | |||
| + | ul.square li{ | ||
| + | list-style-type: square; | ||
| + | line-height: 1.4em; | ||
| + | color: #1B0B7D; | ||
| + | list-style-image: none; | ||
| + | font-size:130%; | ||
| + | padding:0em 0em 0em 0.3em; | ||
| + | } | ||
| + | </style> | ||
| + | <script type="text/javascript"> | ||
| + | <!-- | ||
| + | |||
| + | var hide1; | ||
| + | var hide2; | ||
| + | var hide3; | ||
| + | var hide4; | ||
| + | var hide5; | ||
| + | |||
| + | function pdmenu(x,y){ | ||
| + | clearTimeout(y); | ||
| + | document.getElementById('submenu'+x) | ||
| + | .style.visibility="visible"; | ||
| + | } | ||
| + | function pdmenuhide(x){ | ||
| + | document.getElementById('submenu'+x) | ||
| + | .style.visibility="hidden"; | ||
| + | } | ||
| + | --> | ||
| + | </script> | ||
| + | </head> | ||
<body> | <body> | ||
| + | <div class="header1"> | ||
| + | <img class="logo" src="http://openwetware.org/images/6/69/Kyoto2010-logo.png" alt="iGEM Kyoto 2010"><br> | ||
| + | |||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | <!-- | ||
| + | |||
| + | update = new Date(document.lastModified); | ||
| + | |||
| + | updatemonth = update.getMonth(); | ||
| + | |||
| + | moji = new Array("January", "February", "March" , "April" , "May" , "June" , "July" , "August" , "September" , "October" , "November" , "December") ; | ||
| + | |||
| + | |||
| + | updatedate = update.getDate(); | ||
| + | |||
| + | updateyear = update.getYear(); | ||
| + | if (updateyear < 2000){ | ||
| + | updateyear = updateyear + 1900; | ||
| + | } | ||
| + | |||
| + | tag1 = '<div class="update">'; | ||
| + | tag2 = "</div>"; | ||
| + | tag3 = " "; | ||
| + | |||
| + | updatetext = tag1 + "Last Update: " + moji[updatemonth] + " " + updatedate + ", " + updateyear + tag3 + tag3 + tag3 + tag3 + tag3 + tag3 + tag3 + tag3 + tag3 + tag3 + tag2; | ||
| + | |||
| + | document.write(updatetext); | ||
| + | |||
| + | // --> | ||
| + | </script> | ||
| + | <div class="header2"> <!-- 言語選択 --> | ||
| + | <a class="menu" href="http://openwetware.org/wiki/IGEM:Kyoto/2010/">日本語</a> | ||
| + | <!-- / | ||
| + | <a class="menu" href="http://openwetware.org/wiki/IGEM:Kyoto/2010.en/">English</a> | ||
| + | --> | ||
| + | </div> | ||
| + | |||
| + | <!-- 以下メインメニューバー --> | ||
| + | <div class="menu"> | ||
| + | <div class="menu-vertical"> | ||
| + | <ul class="menu"> | ||
| + | <li class="now"><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/">HOME</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical" onMouseOver="pdmenu(1,hide1)" | ||
| + | onMouseOut="hide1=setTimeout('pdmenuhide(1)',500)"> | ||
| + | <ul class="menu"> | ||
| + | <li><a>About iGEM Kyoto</a></li> | ||
| + | </ul> | ||
| + | <ul class="exmenu" id="submenu1"> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/what/">What's iGEM?</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/history/">History of iGEM Kyoto</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/member/">Member</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical" onMouseOver="pdmenu(2,hide2)" | ||
| + | onMouseOut="hide2=setTimeout('pdmenuhide(2)',500)"> | ||
| + | <ul class="menu"> | ||
| + | <li><a>Project</a></li> | ||
| + | </ul> | ||
| + | <ul class="exmenu" id="submenu2"> | ||
| + | <li><a>Under construction</a> | ||
| + | <!-- | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/abstruct/">Abstruct</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/motivation/">Motivation</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/strategy/">Strategy</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/result/">Result</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/discussion/">Discussion</a></li> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/refference/">Refference</a></li> | ||
| + | --> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical" onMouseOver="pdmenu(3,hide3)" | ||
| + | onMouseOut="hide3=setTimeout('pdmenuhide(3)',500)"> | ||
| + | <ul class="menu"> | ||
| + | <li><a>Labnotes</a></li> | ||
| + | </ul> | ||
| + | <ul class="exmenu" id="submenu3"> | ||
| + | <li><a>Under construction</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical" onMouseOver="pdmenu(4,hide4)" | ||
| + | onMouseOut="hide4=setTimeout('pdmenuhide(4)',500)"> | ||
| + | <ul class="menu"> | ||
| + | <li><a>Meeting</a></li> | ||
| + | </ul> | ||
| + | <ul class="exmenu" id="submenu4"> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/meeting1/">January</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical" onMouseOver="pdmenu(5,hide5)" | ||
| + | onMouseOut="hide5=setTimeout('pdmenuhide(5)',500)"> | ||
| + | <ul class="menu"> | ||
| + | <li><a>Protocol</a></li> | ||
| + | </ul> | ||
| + | <ul class="exmenu" id="submenu5"> | ||
| + | <li><a>Under construction</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical"> | ||
| + | <ul class="menu"> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/event/">Schedule</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical"> | ||
| + | <ul class="menu"> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/contact/">Contact</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | |||
| + | <div class="menu-vertical"> | ||
| + | <ul class="menu"> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/link/">Link</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | <div class="menu-vertical"> | ||
| + | <ul class="menu"> | ||
| + | <li><a href="http://openwetware.org/wiki/IGEM:Kyoto/2010/site-map/">Site Map</a></li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | </div> | ||
| + | |||
<!-- 以下サブメニューと本文 --> | <!-- 以下サブメニューと本文 --> | ||
<div class="base"> | <div class="base"> | ||
Revision as of 11:16, 13 December 2009



