Team:Tokyo-NoKoGen/Team

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
{{CSS/Main}}
{{CSS/Main}}
 +
<html>
-
 
-
<html>
 
<style>
<style>
-
*{
 
-
margin:0;padding:0;
 
-
line-height:1.5; /*行の高さ*/
 
-
       
 
-
 
-
}
 
-
body {
 
-
text-align:center; /*センタリング*/
 
-
}
 
div#wrapper {
div#wrapper {
-
width:1000px; /*ページ幅とセンタリング*/
+
    width:1000px;
-
text-align:center;
+
    background-color:#ffffff;
-
}
+
    text-align:center;
-
p{
+
            }
-
        text-align:left;
+
-
font-size:15px;
+
-
        font-family:Helvetica;
+
-
}
+
div#nav {
-
div#content h1 {
+
    width:900px;
-
        display:none;
+
    margin:0 auto;
-
                }
+
    background-color:#ffffff
-
div#cont {
+
    text-align:center;
-
width:800px; height:500px; /*幅の指定*/
+
    position:fixed;
-
        text-align:center;
+
    top:12px;left:230px;
-
        position:fixed;top:150px;
+
         }
-
        left:40%;
+
div#nav table {
-
         margin-left:-300px;
+
    margin:0 auto;
-
         background-color:#ffffff
+
         }
-
}
+
-
div#table{
+
div#nav td{
-
padding-bottom:70px;
+
-
        position:fixed;
+
-
width: 800px;
+
-
left: 50%;
+
-
margin-left: -400px;
+
-
        background-color:#ffffff;
+
-
 
+
-
}
+
-
table{
+
-
width:800px;
+
-
padding-top:3px;
+
-
text-align:center;
+
-
position:fixed;top:13px;
+
-
background-color:#ffffff
+
-
}
+
-
td{
+
width:160px;height:45px;
width:160px;height:45px;
 +
        margin:0 auto;
text-align:center;
text-align:center;
border:none;
border:none;
Line 59: Line 30:
td a{
td a{
text-decoration:none;
text-decoration:none;
-
}
 
-
div#head{
 
-
        text-align:left;
 
}
}
div#header {
div#header {
-
height:42px;width:900px;
+
    width:900px;
-
text-align:left;
+
    margin:0 auto;
-
padding-top:2px;
+
    background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg");
-
background-image:url("https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg");
+
    position:fixed;
-
background-repeat:no-repeat; /*背景画像を繰り返さない*/
+
    top:70px;left:150px;
-
background-color:#ffffff;
+
            }
-
        position: fixed;top:75px;
+
-
width: 975px;
+
-
left: 50%;  
+
-
margin-left: -300px;
+
-
}
+
-
}
+
-
div#main{
+
div#main {
-
width:80%;height:300px; /*幅の指定と位置調整*/
+
    width:850px;
-
        overflow: scroll;
+
    margin:150px auto;
-
text-align:left;
+
    text-align:left;
-
margin-top:-300px;
+
          }
-
        background-color:#ffffff;
+
-
left: 50%;
+
-
margin-left: -300px;
+
-
}
+
-
main img{
+
-
position:fixed;
+
-
bottom:50px;left:50px;
+
-
}
+
-
 
+
-
div#sub {
+
-
width:150px;height:500px;
+
-
text-align:left;
+
-
margin-top:45px;
+
-
position:fixed;top:50px;left:25px;
+
-
        background-image:url("https://static.igem.org/mediawiki/2014/d/df/Noko14_Back.jpg");
+
-
background-repeat:no-repeat;
+
-
}
+
-
 
+
-
div#footer{
+
-
width:1000px;height:42px;text-align:center;
+
-
clear:both; /*回り込みの解除*/
+
-
background-image:url("footer.png"); /*フッタ背景*/
+
-
}
+
 +
div#content h1 {
 +
        display:none;
 +
                }
</style>
</style>
<body>
<body>
-
 
+
<div id="cont">
-
<div id="wrapper">
+
  <div id="nav">
-
<div id="table">
+
<table>
-
<table class="nav">
+
<tr heigth="15px"></tr>
<tr heigth="15px"></tr>
<tr heigth="75px">  
<tr heigth="75px">  
Line 149: Line 90:
</tr>
</tr>
</table>
</table>
-
</div>
+
  </div>
-
<div id="sub">
+
  <div id="header">
-
</div>
+
<img src="https://static.igem.org/mediawiki/2014/c/c2/Noko14%EF%BC%BFheader.jpg">
-
<div id="cont">
+
  </div>
-
<div id="head">
+
  <div id="main">
-
<div id="header">
+
<p>Now constructing</p>
-
</div>
+
  </div>
-
</div>
+
  </div>
-
<div id="main">
+
-
<!--ここに内容を入れる。段落は<p></p>で囲う。見出しは<h1></h1>で囲う。-->
+
-
<p>Now Construction</p>
+
-
+
-
 
+
-
<!--内容ここまで-->
+
-
</div>
+
-
 
+
-
</div>
+
-
<div id="footer">
+
-
        </div>
+
-
 
+
-
+
-
</div>
+
</body>
</body>
</html>
</html>

Revision as of 09:44, 8 October 2014